{
  "item": [
    {
      "name": "Free",
      "description": "No-cost endpoints that never require payment, ideal for testing and basic integration.",
      "item": [
        {
          "id": "143a49a1-8dc5-4c58-b079-3f4d77087279",
          "name": "x402 Payment Configuration",
          "request": {
            "name": "x402 Payment Configuration",
            "description": {
              "content": "Returns x402 payment configuration for automated payment clients.\n\n### Response Includes\n- Receiver wallet address\n- Supported network (Base)\n- Supported asset (USDC)\n- Facilitator URL\n\n### Used By\n- x402 SDK clients\n- Payment automation tools\n- Wallet integrations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                ".well-known",
                "x402"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7858a76b-3f44-4c51-97d1-de5a309d0da3",
              "name": "Payment configuration Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"info\": {\n    \"key_0\": \"string\"\n  },\n  \"resources\": {\n    \"key_0\": 4899.040708569886,\n    \"key_1\": 6399,\n    \"key_2\": 6883\n  },\n  \"x402Version\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "235924ac-9226-4be1-9234-d4dcd1913fda",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64c0079a-5206-45dd-92db-7d6eeff3d7c7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47741d79-dee2-4106-b82c-0d5e96cce4e7",
          "name": "ATV agent info",
          "request": {
            "name": "ATV agent info",
            "description": {
              "content": "Get ATV (Agent Trust Vector) information and contact channels ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "atv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a7dab514-2787-4967-aff9-621c8016046b",
              "name": "Agent information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"role\": \"<string>\",\n  \"wallet\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"ens\": \"<string>\",\n  \"erc8004\": {\n    \"base\": \"<boolean>\",\n    \"mainnet\": \"<boolean>\"\n  },\n  \"channels\": {\n    \"telegram\": \"<string>\",\n    \"email\": \"<string>\",\n    \"twitter\": \"<string>\",\n    \"xmtp\": \"<string>\"\n  },\n  \"api\": {\n    \"baseUrl\": \"<uri>\",\n    \"endpoints\": \"<integer>\",\n    \"version\": \"<string>\"\n  },\n  \"operator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f5ed0f2-2e74-49a2-9c4d-803ef62cd0b4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d4f1f13-e585-41ab-a56e-e1a4c55f3413",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c0cf97b-6397-438f-b5db-26f350270c64",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40cc7037-afb4-46bf-a3ab-97fcee21edca",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "faa8291f-623b-4ba4-85be-67e6af89b4d0",
          "name": "List Supported Chains (Always Free)",
          "request": {
            "name": "List Supported Chains (Always Free)",
            "description": {
              "content": "Returns all supported blockchain networks. Always free. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9bbfeb98-a92d-4543-9001-af971c5c7ede",
              "name": "List of supported chains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"type\": \"L2\",\n      \"explorer\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"type\": \"L1\",\n      \"explorer\": \"<string>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"endpoints\": {},\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1bdd416-6925-418f-9ae2-ad563f1b0dd1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "292304ac-5a9a-423c-b4a6-40f1b6310c70",
              "name": "Payment Required - x402 micropayment needed for this endpoint",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fda28fe-e0d7-4798-9f7c-58bbe9313c8f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c1f41e6-49e6-4dbc-b440-335dcbb6ba72",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5df993c-8abe-4025-9c65-21ca70aadfb9",
          "name": "Security wisdom",
          "request": {
            "name": "Security wisdom",
            "description": {
              "content": "Returns security wisdom data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fortune"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "138b9c55-d5cd-41f5-a3f9-e108d7226159",
              "name": "Random security tip",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df3413b0-dcaa-407a-b4a6-d239005417df",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46521b25-e6a4-4b5b-95c4-92b4d7e3da43",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9920ed6-eeab-4c62-9456-5217c9e96ce8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03d8c515-5383-489e-a73b-33e887b4bfbb",
          "name": "Ethereum Gas Prices (Always Free)",
          "request": {
            "name": "Ethereum Gas Prices (Always Free)",
            "description": {
              "content": "Get current Ethereum mainnet gas prices in Gwei. **Always free**.\n\n### Response Fields\n- **slow**: Safe low price (longer confirmation)\n- **standard**: Average price (normal confirmation)\n- **fast**: High price (fast confirmation)\n- **baseFee**: Current base fee\n\n### Use Cases\n- Estimate transaction costs\n- Choose optimal gas price\n- Monitor network congestion",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "babebae0-1814-433c-ac7c-65ae38219a7e",
              "name": "Current gas prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\",\n    \"key_0\": 5889\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74563d8d-edaa-40f7-b022-fa8844708e37",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4eac502-f5b8-498a-8e41-55d8b2bbc189",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "624208db-722c-423d-ba1d-9b8eda866ab1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4a69f9d-0c61-4dc6-b512-542952e25e21",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9858539-d2d5-4c62-b5dd-c40e5bb93f80",
          "name": "Your API usage",
          "request": {
            "name": "Your API usage",
            "description": {
              "content": "Returns your api usage data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "usage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b61cffb8-78b3-453c-ae71-89cb73b49920",
              "name": "Your API usage stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"requestsToday\": \"<number>\",\n  \"limit\": \"<number>\",\n  \"remaining\": \"<number>\",\n  \"tier\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab33a02d-7f17-4e32-95c2-c7506009d1af",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e7a882f-a5f2-4f82-acf3-8dae9aff113e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ac90715-822b-4467-9ade-001fc7b56c28",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6994b7f-370a-4b92-a469-30c1ff106e21",
          "name": "API health status",
          "request": {
            "name": "API health status",
            "description": {
              "content": "Returns comprehensive API health status including uptime, memory usage, cache status, and endpoint verification.\n\n**Always Free** - No rate limit, no payment required.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "81dd872a-d6e5-4c2b-86ff-85538dd57a0c",
              "name": "API health status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"healthy\",\n  \"version\": \"<string>\",\n  \"endpoints\": \"<number>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verification\": {\n    \"verified_at\": \"<dateTime>\",\n    \"total_documented\": \"<integer>\",\n    \"total_working\": \"<integer>\",\n    \"success_rate\": \"<string>\"\n  },\n  \"payment\": \"enabled\",\n  \"requestsToday\": \"<number>\",\n  \"avgResponseTime\": \"<number>\",\n  \"successRate\": \"<number>\",\n  \"uniqueUsers\": \"<number>\",\n  \"cache\": {\n    \"connected\": \"<boolean>\",\n    \"keys\": \"<integer>\",\n    \"memory\": \"<string>\"\n  },\n  \"uptime\": \"<number>\",\n  \"memory\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1537f0a1-d779-445c-9fee-3899aa5f820c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "ENS",
      "description": "ENS resolution, profiles, availability (25+) Most endpoints return direct payload objects; some endpoints return wrapper envelopes for pagination/caching. Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "3ed00da0-1929-495a-af35-c2fef73964db",
          "name": "Get avatar URL for ENS name",
          "request": {
            "name": "Get avatar URL for ENS name",
            "description": {
              "content": "Returns get avatar url for ens name for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "avatar",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "11f7f2c6-1b57-42af-850e-f11c2892ef47",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"avatar\": \"<uri>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7524c182-e6cc-4387-a199-89d0b60bad81",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7047feb1-98e7-415a-8840-2f39cdfab755",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46b6f3a9-b6bf-467e-9fb7-3ce0b7c5d4bb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0d79822-4406-47db-a507-1a322df61dc4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4cd01d1e-1228-49c1-ac61-4d728eada764",
          "name": "Check ENS Availability",
          "request": {
            "name": "Check ENS Availability",
            "description": {
              "content": "Check if an ENS name is available for registration.\n\n### Response Includes\n- Availability status\n- If taken: current owner, expiration\n- Registration price estimate\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "available",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name to check (without .eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "20ab07ce-3f7c-465d-9231-4842353928c4",
              "name": "ENS name availability",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"available\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"currentExpiry\": \"<string>\",\n  \"registrationCost\": {\n    \"annual\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"note\": \"<string>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19038831-6569-4305-99a6-9c981820864d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23e49d0b-5d47-490a-b7f6-916a355cf61d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44ba2dc1-392d-4cfc-9c9f-5e7784e1d3b7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c005c2c-582e-4969-a3ed-21f8deba6553",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf9365be-0855-4609-90bc-a971252b0963",
          "name": "Get ENS Avatar URL",
          "request": {
            "name": "Get ENS Avatar URL",
            "description": {
              "content": "Get the avatar URL for an ENS name.\n\n### Supports\n- Direct URL avatars\n- NFT avatars (ERC-721, ERC-1155)\n- IPFS avatars (resolved to gateway)\n\n### Response\nAvatar URL ready to use in img tags.\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "avatar",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6385b2de-8a10-419c-97ca-7b3bb6f0289a",
              "name": "Avatar URL for ENS name",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f50856d-9a28-4a5b-a857-16e0a90276e6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdffbfed-5b5f-4873-aafb-31f5731b4bee",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b1cb8c2-1453-454b-bcbd-13d29dbfe5e5",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d91592e0-8e67-4b19-947a-bee0c0aac35e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c0d1005-df2a-427c-a384-94c822f80778",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34e74a04-2a3b-4b38-9839-63782acb41ca",
          "name": "Batch reverse resolve addresses to ENS names",
          "request": {
            "name": "Batch reverse resolve addresses to ENS names",
            "description": {
              "content": "Resolve up to 100 Ethereum addresses to their ENS names and social profiles in a single request.\n\n**Free Tier:** 100 addresses/day\n**Paid:** $0.01 per batch via x402\n\nReturns array of resolved identities with optional social metadata.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "batch-resolve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                    "type": "text/plain"
                  },
                  "key": "addresses",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                    "type": "text/plain"
                  },
                  "key": "include",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7e396438-2e6c-46d4-a128-b661143b4186",
              "name": "Success - array of resolved identities",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "batch-resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"address\": \"<string>\",\n      \"name\": \"<string>\",\n      \"avatar\": \"<string>\",\n      \"records\": {\n        \"key_0\": \"string\",\n        \"key_1\": \"string\",\n        \"key_2\": 3215.4993632398864,\n        \"key_3\": 9502\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"name\": \"<string>\",\n      \"avatar\": \"<string>\",\n      \"records\": {\n        \"key_0\": 4032\n      }\n    }\n  ],\n  \"resolved\": \"<number>\",\n  \"total\": \"<number>\",\n  \"cached\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ee6988b-9f4b-4311-8a03-50fdbd6e2889",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "batch-resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ef0bc73-6114-42fa-9a71-0aa004751b5b",
              "name": "Payment Required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "batch-resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da320e52-ef46-4d34-8fde-c5b0ec23c39d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "batch-resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd32c84b-f5c4-4f35-8e5d-d8e2308a4b65",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "batch-resolve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated list of Ethereum addresses (up to 100)",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional fields to include: name,avatar,twitter,github,discord,email,url",
                        "type": "text/plain"
                      },
                      "key": "include",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c80d3ad0-3b47-4b71-ac1c-d9761d62a586",
          "name": "ENS registration cost",
          "request": {
            "name": "ENS registration cost",
            "description": {
              "content": "Returns ens registration cost for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "cost",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a66cb904-426b-4b87-a5e2-4d7dcfe07688",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "cost",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11ccbd59-c2b0-4e84-b990-c442277ef675",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "cost",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bad3cf7-0b72-41ac-8e92-1ccaa5092817",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "cost",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f04bc531-bac7-44c0-8ee6-89c9126981e5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "cost",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9de5d472-93eb-42d4-bd28-0c15707ce3c8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "cost",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e899191-b7e8-4e9c-b33b-d24ee74af226",
          "name": "All ENS domains owned",
          "request": {
            "name": "All ENS domains owned",
            "description": {
              "content": "Returns all ens domains owned for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "domains",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7aeb0bf0-382f-4c7c-a67e-fda14b6c2d3a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "domains",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "867421cc-fb1a-4096-8382-6877db730bc2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "domains",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d1df078-d6ce-41f3-83e4-5ceb13d17732",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "domains",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dad970a-e995-4062-b14f-ad1fb2c33d6b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "domains",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37a686e9-de5e-4175-aef8-0d49e46ce762",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "domains",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9077715d-053c-4716-b9ef-6dda1cfa574d",
          "name": "ENS name expiration",
          "request": {
            "name": "ENS name expiration",
            "description": {
              "content": "Returns ens name expiration for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "expiration",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "49a033b8-a7ed-437c-ab23-f37f338c0a61",
              "name": "Expiration",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiration",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2b25e4e-d97a-407f-a85e-a151cf6b8d6d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiration",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01571587-3255-4348-b11f-4a4dcce60a08",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiration",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "870e48df-9cfa-4840-adae-6afd2aecbb0d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiration",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2771b6f5-36c9-47c9-89e7-e3b6ff784fe2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiration",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f5b69a36-56c9-423d-8f45-55780fc31329",
          "name": "Expiring names",
          "request": {
            "name": "Expiring names",
            "description": {
              "content": "Returns expiring names for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "expiring",
                ":days"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "days",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Number of days for historical data",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ff7b7965-294f-4f01-985e-6b8ee6622425",
              "name": "Expiring",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiring",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Number of days for historical data",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2117615-d55f-4226-92e4-eebbfa771df0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiring",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Number of days for historical data",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "688d898b-a002-4ff3-882f-b79d94be9c86",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiring",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Number of days for historical data",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b709cdc-da9f-4707-afe3-3e2a102f1e46",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiring",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Number of days for historical data",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0778b5b-afd3-4a6a-9b75-61101946f62d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "expiring",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Number of days for historical data",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "751f61e2-74fd-4ac8-95ee-c9480b8d0735",
          "name": "ENS name history",
          "request": {
            "name": "ENS name history",
            "description": {
              "content": "Returns ens name history for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "history",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "37b6de26-47ec-4b03-a4f9-db87bf814e2b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "history",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5ee532c-d5fc-4dbc-9761-6bb3896f9487",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "history",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df166768-6bcf-47d0-b735-b375e26cd0b1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "history",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b7e39b2-921d-4426-a0d0-fbd15fef2228",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "history",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98cb18aa-d30e-4afc-a07e-61d5bd2779c9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "history",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff8885f4-b4cf-4c3c-90d6-c4c5bb2413cc",
          "name": "Owner lookup",
          "request": {
            "name": "Owner lookup",
            "description": {
              "content": "Returns owner lookup for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "owner",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7cec9d97-bc6c-4c80-a0e5-ab1f7c971ff4",
              "name": "Names",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af502016-d3b6-4178-b15a-6762aa8a40c9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "998460de-e04f-4145-8287-fe2a3c296c83",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "602cfa95-e24f-462f-b2b0-bbbed958c77d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b96819a-808d-4c95-83f7-e22b8b58a36f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2c2c123-b486-4fa6-88e9-09e1f6a32b46",
          "name": "ENS text records",
          "request": {
            "name": "ENS text records",
            "description": {
              "content": "Returns ens text records for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "records",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "319ae685-8e3a-4d7a-9fa0-d4217b90fa16",
              "name": "Records",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "records",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51c8d025-c5e0-4ac6-ae4a-a3b6e87608e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "records",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc04c808-67b2-4fcc-8f51-b53b03f4945a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "records",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17324d3f-fd62-4e17-9c9f-e38437a6a120",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "records",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f80947f-208f-49cb-a871-c07f3da47303",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "records",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "65f772a7-9eb1-4860-87df-56234264b9f9",
          "name": "Recent ENS registrations",
          "request": {
            "name": "Recent ENS registrations",
            "description": {
              "content": "Get recent ENS name registrations from The Graph subgraph.\n\nReturns the most recently registered ENS names with owner, dates, and cost.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "registrations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of registrations to return (max 100)",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Unix timestamp - only return registrations after this time",
                    "type": "text/plain"
                  },
                  "key": "since",
                  "value": "<integer>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e674ea0e-bcd9-4fb3-ade4-a1113faf01d2",
              "name": "Registrations",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of registrations to return (max 100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Unix timestamp - only return registrations after this time",
                        "type": "text/plain"
                      },
                      "key": "since",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3cafb6f-e4bc-4446-9c8f-8a02918af11e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of registrations to return (max 100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Unix timestamp - only return registrations after this time",
                        "type": "text/plain"
                      },
                      "key": "since",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58fce15f-6c15-49c7-8b15-62f506b6435f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of registrations to return (max 100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Unix timestamp - only return registrations after this time",
                        "type": "text/plain"
                      },
                      "key": "since",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed42e2af-a371-4afb-ba2e-212436bdae6c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of registrations to return (max 100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Unix timestamp - only return registrations after this time",
                        "type": "text/plain"
                      },
                      "key": "since",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d16a60aa-62ee-41a4-8f88-e190c4300077",
          "name": "ENS names owned by address",
          "request": {
            "name": "ENS names owned by address",
            "description": {
              "content": "Returns ens names owned by address for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "registrations",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "792bbc68-e77a-4131-ba7d-d680d7211896",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "882e3c01-6f5e-40ae-86b4-e99c775d155b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b80db796-52c9-4e7d-b1b3-3c31d93231a7",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24072c89-49e5-4228-8103-34df27b4d854",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8786953-c55f-48f8-bcc6-cff6020f80fe",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "registrations",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf130fb7-a5ab-4297-ae8c-822f5988521c",
          "name": "Resolve ENS to Address",
          "request": {
            "name": "Resolve ENS to Address",
            "description": {
              "content": "Simple ENS name to Ethereum address resolution.\n\n### Use Case\nQuick address lookup when you don't need full profile data.\n\n### Response\nJust the resolved address - fast and lightweight.\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "resolve",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "73ee41de-6e57-402d-a8a5-5b9fe3d08f76",
              "name": "ENS name resolved to address",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "010deb69-3b08-431a-b018-000425540022",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "942febb8-21ee-4443-9930-eb07e475ad77",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e755c755-7781-49cb-9faf-9c8230fc3a62",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "415203a8-2b73-44b4-9fbd-50cf450e1b11",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "392eb4f9-9056-44aa-bff5-c5b6f9f0e5d3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0e070b1-63d1-497c-b1cb-f3efccfc4b73",
          "name": "ENS resolver info",
          "request": {
            "name": "ENS resolver info",
            "description": {
              "content": "Get ENS resolver contract address for a name",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "resolver",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "461d805b-ce00-48fe-94f3-e9e3f71e36a1",
              "name": "ENS resolver contract information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolver",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"resolver\": \"<string>\",\n  \"hasResolver\": \"<boolean>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fc6b2bd-e6f5-4b56-9a47-bd42897f80ef",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolver",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3939a5b3-4d69-4b4c-9e98-d0ab8de43d43",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolver",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11b0117a-dd2e-4989-85a1-602adfbe8e7c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolver",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c669eaaf-7707-428e-aeda-5499fa8918cd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolver",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14a42162-5e6d-4b22-8e7e-eac646b08ed8",
          "name": "Reverse resolve",
          "request": {
            "name": "Reverse resolve",
            "description": {
              "content": "Reverse resolve address to ENS name (primary name)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "reverse",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cf0c7f78-3b66-4272-afa4-79f34b51ded7",
              "name": "Address resolved to primary ENS name",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"name\": \"<string>\",\n  \"hasReverseRecord\": \"<boolean>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f53156a-5535-4523-8315-05f7f07f8480",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecb25ca5-cebe-457d-b7cf-b4f6171931d4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a560627e-a50c-4b20-a276-7021bc16d334",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7db23ddd-fdd9-4794-b8c6-c3394707ee75",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d0b88d7-32d6-49bc-adbf-319db6154232",
          "name": "ENS protocol stats",
          "request": {
            "name": "ENS protocol stats",
            "description": {
              "content": "Returns ens protocol stats for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "71595903-9316-476e-9961-f21560986ded",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61a5c2dc-a28d-4c7c-9120-576a28235499",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "beb255ce-1088-498f-92fa-8ae5140c3765",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73ee2ee3-ebbc-4723-bd49-41241acc7e79",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "251210f1-9c63-4662-9791-5dfaa365d21b",
          "name": "Subdomains of a name",
          "request": {
            "name": "Subdomains of a name",
            "description": {
              "content": "Returns subdomains of a name for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "subdomains",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f09b195d-3f46-4b42-92d7-2b8f29c3a9cf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "subdomains",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f10836f-e5d5-4d5c-8d9d-5d4010264c7b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "subdomains",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8395927b-c62c-49ec-a9c9-5c339a402378",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "subdomains",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01534354-2d6c-4075-b85a-2d42ecb16675",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "subdomains",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c629289-fcac-4a10-8255-21e25288575e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "subdomains",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a14c94e3-5fce-4d56-a007-a0a3f5af3595",
          "name": "Recent transfers",
          "request": {
            "name": "Recent transfers",
            "description": {
              "content": "Returns recent transfers for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6d6c80b7-0f35-4abe-8870-6e1fafc318a0",
              "name": "Transfers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4989a66-75c3-4cd9-8095-778e225ff116",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "887c479a-6e5e-4dd8-b523-56df90aeb972",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62a6b2ed-6777-4b7b-bd35-cfeb2093a439",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54f1e585-3f9f-460d-9eb0-45e81de3c224",
          "name": "ENS name valuation",
          "request": {
            "name": "ENS name valuation",
            "description": {
              "content": "Returns ens name valuation for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "value",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8214b897-1e87-42f2-bde7-af7f52fdf141",
              "name": "Valuation",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f9754e6-9e4f-470c-82c5-b27ca3c1eaf7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ba9022d-e93d-4124-8ced-4070d307e49b",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aad7015d-d9ce-464c-883b-54ecb92ddcd7",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daeff0f0-8a92-436d-851a-0705d42549a8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3fc11a4-49a7-4f4d-8cf7-bc2b16f337f6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "value",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "528977b3-7487-40af-9eef-0aa95bcfa2d9",
          "name": "Get ENS Profile",
          "request": {
            "name": "Get ENS Profile",
            "description": {
              "content": "Retrieve comprehensive ENS profile data including address, avatar, and text records.\n\n### Features\n- Resolves ENS name to Ethereum address\n- Fetches avatar URL (supports NFT avatars)\n- Returns all text records (description, twitter, github, etc.)\n- Includes registration and expiration dates\n\n### Pricing\n- **$0.001** per request (free tier: 100/day)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cac366b2-197e-4acd-bb9a-f429d1607eaf",
              "name": "Full ENS profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c656002-63e6-4861-90a6-abb17ff83528",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dd5120a-692e-4e9c-b20f-d85425e63b32",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6eded85-7a98-44f3-99b9-8af4b3f94aa5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc348801-cde7-4387-b404-60214f7dfc40",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d763fe51-1dc7-41ab-8e58-a46704847aa4",
          "name": "Full identity profile with ENS records, socials, avatar",
          "request": {
            "name": "Full identity profile with ENS records, socials, avatar",
            "description": {
              "content": "Returns full identity profile with ens records, socials, avatar for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "profile",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "027f5eeb-3541-4471-ace3-fe3db4e87e8e",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "098852f0-1760-448e-812d-d054cff9a8d0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8b044c8-7f7e-49da-883a-97aa3bc25085",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9881ee8f-26ae-4f00-970c-3e7f5a61da00",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10515bc2-5b41-4ea9-9037-a18a7b861be0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f55bb266-906b-4670-b716-65fcef8447b3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e41f000b-b8a9-4701-9bc3-384766cc9242",
          "name": "Reverse resolve address to ENS name",
          "request": {
            "name": "Reverse resolve address to ENS name",
            "description": {
              "content": "Returns reverse resolve address to ens name for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "reverse",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "286f7fdc-f7ec-473c-9622-602bd2293d62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"suggestion\": {\n    \"aboutme\": {\n      \"description\": \"<string>\",\n      \"example\": {\n        \"name\": \"<string>\",\n        \"owner\": \"<string>\"\n      },\n      \"price\": \"<string>\",\n      \"register\": \"<string>\",\n      \"registerUrl\": \"<string>\",\n      \"key_0\": false,\n      \"key_1\": 7221.149323641345\n    },\n    \"message\": \"<string>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf53e287-9657-4f58-a873-de1abdc663b3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9f53343-c53c-4129-ad6d-f02252554c60",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0e1dc41-6cce-4d24-bdf9-5315d76a35f2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c83daf9b-831e-48bf-a833-c24013756928",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee72e858-54be-4684-81a4-01e18665c99e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3e96ff9-91cc-4d67-a340-7eae1b6a85bd",
          "name": "ENS avatar URL",
          "request": {
            "name": "ENS avatar URL",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "avatar",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bc212cab-b123-4e19-9c9c-e949da706587",
              "name": "Avatar",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad744b41-5770-4adf-9136-dbe9f3a2dc1b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e603d2a5-2ec3-4ca0-9d3e-1a44d399d083",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "014aeeba-d46a-485a-a278-538d1c56fa36",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de51cef6-cd19-41d9-9720-7a5dedd1972d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d492aa4f-8106-43cb-a609-935b67e007ff",
          "name": "ENS profile",
          "request": {
            "name": "ENS profile",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "profile",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f4120649-f55b-4b53-a84b-1e7948f6a847",
              "name": "Profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1092447-16a1-4308-b98d-7cf3e0f4bafb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3412a9d-f047-4327-a6ab-46c7b0786831",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c816e4f9-b525-47fe-b505-295669680108",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38e9689b-8326-40a0-82cf-b30a08e3e505",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "82ccd129-fada-4565-907d-428459fe65f8",
          "name": "Reverse ENS lookup",
          "request": {
            "name": "Reverse ENS lookup",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "reverse",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "090e029e-63ac-4e12-ac74-6467c083d55f",
              "name": "Name",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "185fd802-271b-4dd1-b605-c48b2525cc92",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c74cf406-8ad3-4634-8b97-0a24dd934b63",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adabbbd8-dd8e-47a5-8fdd-a7c39104193c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29844a46-0605-48e4-908b-5ef5ea95c5a4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "reverse",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f153094e-c008-42a5-b515-b860bac20fd8",
          "name": "ENS registrations",
          "request": {
            "name": "ENS registrations",
            "description": {
              "content": "Returns ens registrations for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "ens",
                "registrations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ffb49375-7d5b-46d9-8cec-ab53cbaba79d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12d30739-11a3-4ecd-b3ce-6ba69dab29d0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d70be702-4360-4a1e-bae2-abddba3f5fb8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "registrations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5948b1f5-5558-4d08-b80e-6d794634e32c",
          "name": "ENS domain",
          "request": {
            "name": "ENS domain",
            "description": {
              "content": "Returns ens domain for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "ens",
                "domain",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6f9a5436-1764-4536-b5d8-26acedeb223b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "domain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29b5ddb3-3f08-4872-81dc-c74badf8b057",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "domain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7747fb77-009d-448f-a36f-59dae1f6ca54",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "domain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d4866a9b-a74c-43bb-8025-e7d15c1746f0",
          "name": "ENS transfers",
          "request": {
            "name": "ENS transfers",
            "description": {
              "content": "Returns ens transfers for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "ens",
                "transfers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5d2d7862-cc01-4f2d-a3b8-ae53fc4a153d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f6c8089-99b1-4131-8e6d-0a4832033816",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e57da6a-fc28-452a-a31a-2ab7f348e707",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "transfers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58dddc2f-f6d5-44bc-9a1b-71391f1f2f33",
          "name": "ENS by owner",
          "request": {
            "name": "ENS by owner",
            "description": {
              "content": "Returns ens by owner for ENS domain or address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "ens",
                "owner",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "71c4be37-7810-4f8f-bb01-ef385530a820",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cbf7b81-a7f4-4ee3-9716-ee5d20ca234a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fc0a5c5-da08-4a3e-9fe6-6038a76504f6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "ens",
                    "owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "DeFi",
      "description": "TVL, yields, protocols, stablecoins (80+) Most endpoints return direct payload objects; some endpoints return wrapper envelopes for pagination/caching. Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "4499fc89-4f45-4e03-a9ea-f1cd8d41a51f",
          "name": "DEX aggregator volumes",
          "request": {
            "name": "DEX aggregator volumes",
            "description": {
              "content": "Returns dex aggregator volumes data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2936391a-b14b-4b06-b55e-ac53e9ff6683",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalVolume\": \"<double>\",\n  \"totalVolume24hChange\": \"<number>\",\n  \"aggregators\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"volumeChange\": \"<number>\",\n      \"dominance\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"volumeChange\": \"<number>\",\n      \"dominance\": \"<number>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fa3e76f-876f-4e4c-893d-5fc2e0ee40ef",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a4468df-9b8f-42d3-b793-4fb30d386acb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41c3835d-5361-4cc6-953f-a3d72a907de7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abd978f2-0d0f-4259-82f6-626911c908d1",
          "name": "Recent/upcoming airdrops",
          "request": {
            "name": "Recent/upcoming airdrops",
            "description": {
              "content": "Returns recent/upcoming airdrops data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "airdrops"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5bd5475c-faa7-4e47-816d-17d278dceb12",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2585b052-b81b-4bc6-86b3-750507967b99",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d880a8e5-df50-4541-9ac8-885f24f90ffd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a0692b9-8518-44e9-9527-369453766fe9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1a61cb0-e615-40a8-808b-a65d5ae46dba",
          "name": "Across bridge stats",
          "request": {
            "name": "Across bridge stats",
            "description": {
              "content": "Returns across bridge stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "across"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dd761aa5-15f9-44b3-8172-60ca75bc02d1",
              "name": "Across",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "across"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afc56b57-2c9d-40fc-8268-b463b2248e6d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "across"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d71b3fb7-49aa-4f09-9323-5b577f80917f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "across"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aac0c49-b7cd-4552-b9b3-aa333846235a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "across"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa3d6e20-ffe6-4405-a429-87530088f227",
          "name": "Bridge activity for address",
          "request": {
            "name": "Bridge activity for address",
            "description": {
              "content": "Returns bridge activity for address data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "activity",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "196d66de-43e5-4a78-a30b-385d3acb5cc5",
              "name": "Activity",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "082958cd-e9d0-4e56-9aa6-34eaa82f4ed5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65cb2a48-476b-4dcf-b892-83c3d62c6631",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a646214a-1833-43c9-8a43-0650dc737db5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2dee865-7d2e-4b30-adf6-26563a15aae2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b3560c1-206b-4fdd-92a2-200e5aaec25e",
          "name": "Bridges by chain",
          "request": {
            "name": "Bridges by chain",
            "description": {
              "content": "Returns bridges by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3d115d3a-2d81-4694-8f47-be4362269736",
              "name": "Chain bridges",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"protocols\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7d9d132-f5e9-40f5-9ff4-1c71166b91ec",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28a2fc52-d51a-445f-a573-e0e1c38b1a4f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a100e00-5a98-459b-bde9-e1e087ce99ce",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9678e99-9dc7-4d6b-b2c7-714072a6394a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e21b0d59-b4fd-4ff2-82ce-e406d678c9aa",
          "name": "ETH to Arbitrum bridges",
          "request": {
            "name": "ETH to Arbitrum bridges",
            "description": {
              "content": "Returns eth to arbitrum bridges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "ethereum-arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b8bcedb0-bb82-42de-bfcd-e7287ee36aa7",
              "name": "Routes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e253775-5ed1-4a77-8a7e-453e113c7410",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9dbff89-f426-4cb4-b009-d02d5f8368e1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0f675ea-c869-4cfe-b4cd-85ec2013c56d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a38afc5-38e9-4966-8d8c-ed034a0ac144",
          "name": "ETH to Base bridges",
          "request": {
            "name": "ETH to Base bridges",
            "description": {
              "content": "Returns eth to base bridges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "ethereum-base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a1720bf3-f22e-411c-b8dd-4cf5d739e6c1",
              "name": "Routes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bf3824b-a0bb-4563-9c96-8891a6b533f4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7d2f0a4-5230-43c9-af9e-710538a5ae62",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7f72221-2196-45eb-a71a-c42cf235d74c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3530ffd9-7055-4dae-9f5b-eabea564bfa4",
          "name": "ETH to Optimism bridges",
          "request": {
            "name": "ETH to Optimism bridges",
            "description": {
              "content": "Returns eth to optimism bridges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "ethereum-optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "15b34451-3252-4876-a2fd-0c5daa356e72",
              "name": "Routes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03c57ba2-6292-4455-b9c5-db65bf49150c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6990147a-7c2b-4731-b1e0-86db933ae6bc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89f07964-6147-4c49-a39f-e1ee9c8c7460",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a29c338-7354-43fa-8427-d7fbd331c0b0",
          "name": "ETH to Polygon bridges",
          "request": {
            "name": "ETH to Polygon bridges",
            "description": {
              "content": "Returns eth to polygon bridges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "ethereum-polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a5d52987-4689-46f8-897c-af705caa58e5",
              "name": "Routes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc573681-729e-437f-b63f-a7b4f19eed3e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d50f97b-4cb1-411f-943a-0c8f3db4ce8c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fd790b5-1511-4019-918f-d78023949e0c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "ethereum-polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e03791f-50c1-46dd-af52-0d093f05af4a",
          "name": "Hop bridge stats",
          "request": {
            "name": "Hop bridge stats",
            "description": {
              "content": "Returns hop bridge stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "hop"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3c72bd97-0f34-469b-9f71-8e706e9795a7",
              "name": "Hop",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "hop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "829ead75-0e9e-4002-81fc-da47849f2413",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "hop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb604556-2c25-42b7-bc5c-85520319a9c4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "hop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ce15cdd-e9ba-4cd7-a2a0-5e7cfc3ced52",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "hop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f67e4e3-c241-4aa3-b7ce-df94c896fc65",
          "name": "Large bridge transactions",
          "request": {
            "name": "Large bridge transactions",
            "description": {
              "content": "Returns large bridge transactions data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "large-txs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6487efb4-4b4e-419a-b79c-099bc303d82d",
              "name": "Large TXs",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "large-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c380d6d3-3ed3-4668-bb13-889e8f108dcf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "large-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "768b09ad-4ca3-4323-9e63-d00aec9774f5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "large-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b07b58de-0bf6-4e66-85fd-8388bbb3dec8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "large-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81798dfa-f496-4f4c-b74e-e88583bd43cf",
          "name": "Stargate bridge stats",
          "request": {
            "name": "Stargate bridge stats",
            "description": {
              "content": "Returns stargate bridge stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "stargate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a52aaf46-f0bc-4646-b52b-69bd26de7dfb",
              "name": "Stargate",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb774db2-9cd8-4e4a-bbf3-a3c48b305c80",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f69dde6-fc79-4391-b01c-85ae882afaf8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "210851d4-5b46-4720-86b6-a65f21dd6521",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a04e117-0126-42ea-a631-9927645adfa9",
          "name": "Bridge stats at timestamp",
          "request": {
            "name": "Bridge stats at timestamp",
            "description": {
              "content": "Returns bridge stats at timestamp data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "stats",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unix timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a738d404-3b42-44d4-a4b3-0b3d459f6325",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stats",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71bb5520-a81c-4c48-958d-d4d32f50e540",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stats",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d77330d6-f76e-41b3-9b96-17f08b4bc304",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stats",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bae4c2c3-881a-455f-8931-2fe1aa63ca5d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stats",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc25ae32-f858-43d7-a451-5cd62784c378",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "stats",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a645f4ee-c074-4ba4-828d-59dd3ccbddce",
          "name": "Synapse bridge stats",
          "request": {
            "name": "Synapse bridge stats",
            "description": {
              "content": "Returns synapse bridge stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "synapse"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1c072430-f688-4e54-aa02-ccbd7b3b456f",
              "name": "Synapse",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "synapse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8795a29b-51f2-4745-93c5-8d3e9839b562",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "synapse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10005215-c33d-48f7-9fa9-4e9ed9d74e36",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "synapse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dadaa467-e318-4ef2-90bf-fce948035e31",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "synapse"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fe8ccbdc-2d1e-4f99-a1c4-575ec4aac641",
          "name": "Top bridges by TVL",
          "request": {
            "name": "Top bridges by TVL",
            "description": {
              "content": "Returns top bridges by tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2539d94a-c5f4-43b8-a858-a7f08af79efd",
              "name": "Top bridges",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bdc73e6-3631-4770-af7e-e2438ebcbfb6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ff84429-f649-4aa9-9be6-aed3fe8e3b52",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd6b3a12-465b-4daa-a709-2fc3431320a3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b69082d-db52-4280-9c6b-6b5277128cc0",
          "name": "Wormhole bridge stats",
          "request": {
            "name": "Wormhole bridge stats",
            "description": {
              "content": "Returns wormhole bridge stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "wormhole"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b0eae082-5479-466d-9406-2f16fe498cc3",
              "name": "Wormhole",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e020c74d-fec5-42e7-a2b4-a520cd4a84eb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8df1524-645f-41b4-8778-47c7af5b6ef1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b35968fb-88c2-4b18-8a46-0931478c5657",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0dac4752-9529-4003-897a-a39e73a0523a",
          "name": "Bridge details",
          "request": {
            "name": "Bridge details",
            "description": {
              "content": "Returns bridge details data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ecebc10a-0401-4b86-b47c-183bf5f5284d",
              "name": "Bridge data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"txCount24h\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f5636e4-0798-4497-8a6f-c6fa86bf44aa",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5257ffa0-9e13-46f1-a468-6a4536c89870",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "055227b3-b754-4e0c-bd29-08ba9e1794ff",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a528d586-5e03-44c1-afcd-6e8dfc420723",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e6929fe-b031-4dcb-9c60-43c7da6a5176",
          "name": "Algorithmic stablecoins",
          "request": {
            "name": "Algorithmic stablecoins",
            "description": {
              "content": "Returns algorithmic stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "algo-stables"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "77143831-954c-48c3-a997-00c03babda51",
              "name": "Algo stables",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "algo-stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43267886-2452-4ea1-af91-04eb42da6658",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "algo-stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b483443-a805-48db-9b9d-2b20b7d4db58",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "algo-stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22c2f96c-c294-45a0-aa74-08be147fc071",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "algo-stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a40ae43e-9f35-4128-9bf7-2df98301dcb2",
          "name": "All bridges",
          "request": {
            "name": "All bridges",
            "description": {
              "content": "Returns all bridges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "bridges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2098fc6e-7f62-4f4c-97d9-a0c24be9df47",
              "name": "Bridges list Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a633e280-f2cb-4a34-8e57-b35c762d1bab",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "676bb0b1-d7e0-4f4d-8a76-2b9a37ef6b71",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc7abdcc-4732-4cba-8a73-59275a28acbf",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e9a8f1e-7a4f-4fa4-8207-8eb2bbb89c6b",
          "name": "Bridge volume by chain",
          "request": {
            "name": "Bridge volume by chain",
            "description": {
              "content": "Returns bridge volume by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "bridges",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0e4495d5-d2df-41d5-aca2-af4d3b9463b8",
              "name": "Chain bridge volume Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4407b06c-3d75-4ca2-83f5-3a5b1a29b75d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acc90973-6dbd-4e66-acc6-f56852173ded",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2780477-7d4f-44ae-99d5-0b2d84a38af9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd657e3e-5a57-45d9-a973-35cb1e38ebc5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "bridges",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d171fc44-543b-4214-a4a8-1a4d38f8a56a",
          "name": "CDP protocols",
          "request": {
            "name": "CDP protocols",
            "description": {
              "content": "Returns cdp protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "cdp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2b63d6be-773f-491b-ac88-7d0c86ac7808",
              "name": "CDP protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d3c7269-af86-4e68-8736-e3936eb5d021",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d730acd1-f9c7-4b3a-abb8-0eebd8f8433f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b83de41-f158-44b5-9964-52de4d79607d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e8ab54c-4fa5-487a-87eb-4a4f71952e1b",
          "name": "Chain TVL rankings",
          "request": {
            "name": "Chain TVL rankings",
            "description": {
              "content": "Returns chain tvl rankings data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fb28cd54-376d-4410-8e71-cfea1b60466a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ba56f6c-dcd3-4822-a457-7eb84921e1f5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0624efa-e9e4-48b2-8cc6-6c4d6edd2a4b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90b28b0b-b829-4401-877b-9d2fe02fd39d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "171a2a43-e2e8-499c-88af-6b855def7008",
          "name": "Chain TVL history",
          "request": {
            "name": "Chain TVL history",
            "description": {
              "content": "Returns chain tvl history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "chains",
                ":chain",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "505d1da3-c192-4eb8-8c3b-87853b80edc9",
              "name": "TVL history Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47506c19-ebf3-44e7-9e41-d4c7d8fed00e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c465ef97-70be-4df8-a11e-78f76bfd285e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1019f468-ab38-44ce-8246-291b0d02715b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50684f65-fd2e-4d2a-bf63-df8b2126c18e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03fc9927-deca-4fef-863f-1ce3d7fd0ce6",
          "name": "Cross-chain protocols",
          "request": {
            "name": "Cross-chain protocols",
            "description": {
              "content": "Returns cross-chain protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "crosschain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "761a29c6-e733-4605-96c9-5c06ff33a4c0",
              "name": "Cross-chain protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "crosschain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4be44b49-4f8b-4386-bf4d-448aff771cb9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "crosschain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fa4a1f2-dc06-46c7-a696-e215b417c6e3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "crosschain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf2854d9-ca7f-4158-a1ec-8b611794a8c8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "crosschain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7965e65-8a7c-4041-bdf1-05fdb217ff85",
          "name": "Derivatives protocols",
          "request": {
            "name": "Derivatives protocols",
            "description": {
              "content": "Returns derivatives protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cac2bad8-960c-4300-bc9d-384c71080111",
              "name": "Derivatives Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95d1d7b7-252d-41ee-b864-fb5480f31745",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "047ebc84-1d99-4a75-a142-2a8be678ab9e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e213db2-44ea-41f1-8d7f-564f632d538f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7e71c3e-2bfb-4e74-985a-ef5eb36863c0",
          "name": "Get dex volumes",
          "request": {
            "name": "Get dex volumes",
            "description": {
              "content": "Returns dex volumes data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "dex",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cc0368a3-db00-4232-910d-699fad40940c",
              "name": "DEX volume data Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd3510de-4d36-4cb3-bd30-fec7812a9f24",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ad1710d-cac9-423d-a715-33b0a7016f6f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24feda43-721a-485a-b3a8-bd6e5093a629",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2215065-3345-4af9-a105-f76eb42a9d4f",
          "name": "DEX volume by chain",
          "request": {
            "name": "DEX volume by chain",
            "description": {
              "content": "Returns dex volume by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "dex",
                "volume",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e5e9ae34-4df0-461a-9106-9c54e8b543c0",
              "name": "Chain DEX volume Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9f4973d-f9bb-4267-9d16-f398d8d9df64",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47221f67-74bf-4702-a9fd-efca549dac15",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3c9b794-f786-4c9e-898f-4b35196f064a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ddf6892-3df3-4edf-8984-d8f48f567da4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "dex",
                    "volume",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbaf5e21-5949-418a-946b-0d55e109a3b1",
          "name": "Yield farms",
          "request": {
            "name": "Yield farms",
            "description": {
              "content": "Returns yield farms data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "farms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ed55e266-9e60-447e-a5fc-333b0fa235da",
              "name": "Yield farms Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "farms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba59cdf4-1ea7-41e4-9c30-1d4fe9b91774",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "farms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62f0d53e-6293-4924-b36b-1e39555a4ac0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "farms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "931f7c51-b2ea-4475-89ec-db4426ef3762",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "farms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8f29608-79f5-4a3e-8178-70ba6aa9ed6d",
          "name": "Protocol fees",
          "request": {
            "name": "Protocol fees",
            "description": {
              "content": "Returns protocol fees data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "fees",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b7a9e103-277e-4c86-a244-60235553c159",
              "name": "Protocol fees Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "fees",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "096b9d51-6c0f-4f66-9c06-233e05d1ff55",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "fees",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2778b61-26fd-45f0-87f1-84a07cc0a379",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "fees",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d578f58-268c-45e6-8433-2248e788146d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "fees",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d2e8c8a-0f20-4f33-90a7-7c7563d41fb7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "fees",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1935ee89-11c6-4b09-af4f-47393c3577e8",
          "name": "Gaming protocols",
          "request": {
            "name": "Gaming protocols",
            "description": {
              "content": "Returns gaming protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "gaming"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7a7c2de4-644a-471f-95c5-d2bf1aabbf3c",
              "name": "Gaming protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1b685f2-812a-4212-a93f-fc7ca3a44b33",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9856809d-0d65-4cb3-bc0a-3a4c7ef1188a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e688b3b1-8204-4131-b87a-7a717f791641",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "421e55c8-c030-4d6e-a88b-f8143b383a9f",
          "name": "Index protocols",
          "request": {
            "name": "Index protocols",
            "description": {
              "content": "Returns index protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "indexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "84ef26d7-2628-4a28-951e-2f9bd7843505",
              "name": "Index protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "393166a2-1727-49af-9d8a-4c9c526f9a47",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9709cf1-73a8-496a-b6f1-68c46878fe61",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bfc2155-2f5f-418b-93ba-c2248c774fd6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c854821-fed1-484a-b400-cf5a067f0a1e",
          "name": "Insurance protocols",
          "request": {
            "name": "Insurance protocols",
            "description": {
              "content": "Returns insurance protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "insurance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a305d52e-0dbd-46f4-b48f-843221279834",
              "name": "Insurance Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "insurance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53a7a37c-001e-430c-910e-7c3462e4271e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "insurance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16ca8114-2882-47ca-99b6-87aab2b3d377",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "insurance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4438cc09-6283-404d-951f-37e83b0dba57",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "insurance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50f83bad-e22e-4a07-b7cb-a8b6bd9d6e9d",
          "name": "Launchpad protocols",
          "request": {
            "name": "Launchpad protocols",
            "description": {
              "content": "Returns launchpad protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "launchpads"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6fe8d13a-2de5-4e82-b9ad-e10e4ad3626e",
              "name": "Launchpads Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "launchpads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66b7282d-4ca9-430f-801d-f3d5adbbd76d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "launchpads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ec64964-c2aa-4c68-8400-303ef2c645ba",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "launchpads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b29a031-0e8a-4c95-84f6-79276057cee5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "launchpads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f92a727-868a-4c2b-97b3-3e2eafa06078",
          "name": "Leveraged farming protocols",
          "request": {
            "name": "Leveraged farming protocols",
            "description": {
              "content": "Returns leveraged farming protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "leveraged-farming"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "04efe5a4-44a0-4f34-b677-f9c0b70a7f87",
              "name": "Leveraged farming Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "leveraged-farming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "149c067b-d569-4060-9bd2-1c731722054a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "leveraged-farming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9affd6ad-d07a-4157-a0f0-2acbf9424117",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "leveraged-farming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7468215b-1b13-4cb5-95ed-a45deb31139f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "leveraged-farming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0abb1689-978d-4eac-bbda-0cda3f912ddf",
          "name": "NFT lending protocols",
          "request": {
            "name": "NFT lending protocols",
            "description": {
              "content": "Returns nft lending protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "nft-lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1e2b5b69-9d60-47b9-a572-0a1b69b2bdea",
              "name": "NFT lending Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "nft-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44daa643-976c-437c-b40e-9e73cc8b23d8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "nft-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0f90c8b-2f97-4194-b979-4683440c1107",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "nft-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64022a87-a699-40c6-a4b4-3e90c9bcd054",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "nft-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41d71a3f-15a5-4f95-86b7-c8cd4eae3540",
          "name": "Options protocols",
          "request": {
            "name": "Options protocols",
            "description": {
              "content": "Returns options protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "366f60c0-13eb-4d40-9cce-7d76316ccb47",
              "name": "Options Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1701432b-d950-454c-9996-d2f386c7b7dd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fe96cb8-a882-42f1-89fc-00a9cf917a0f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d5229d3-90e9-49ae-b320-49f002357558",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cba350bd-2600-4fad-955a-74d07eda1c93",
          "name": "Prediction markets",
          "request": {
            "name": "Prediction markets",
            "description": {
              "content": "Returns prediction markets data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "prediction"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "12e3c452-a1c5-40bf-b31a-9351af5b3281",
              "name": "Prediction markets Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08171864-a4f0-4858-9ebc-a4c1aad56735",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a818f741-0d8f-4d8c-9ffc-4cc100414e8d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "819e012b-c599-4a0a-85b5-9f42ed4f56cd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "prediction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b93d637-9288-4e6d-a001-3e991b0f390b",
          "name": "Privacy protocols",
          "request": {
            "name": "Privacy protocols",
            "description": {
              "content": "Returns privacy protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "privacy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e5b85e17-0648-4cfa-9991-5f80e5f9fb43",
              "name": "Privacy protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cdfaaa0-ca8f-456d-8fe7-1974cc19a740",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "046a9859-bdc0-466b-8587-d5ac11c3eb3c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d99ab43-dd1a-43ef-b6e5-949b6dc80da6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "87d2d289-4f9d-4a9e-84a6-e100379367d5",
          "name": "Protocol details with TVL history",
          "request": {
            "name": "Protocol details with TVL history",
            "description": {
              "content": "Returns protocol details with tvl history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "protocol",
                ":slug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug from /api/defi/protocols",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f647644f-116b-4c7d-853f-183c59071b17",
              "name": "Protocol details with historical TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug from /api/defi/protocols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    },\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8686119-90da-408b-86b0-1b51c3c26f77",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug from /api/defi/protocols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15f05024-a5fb-4477-90a7-306719ca7500",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug from /api/defi/protocols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba1356de-a60e-472d-9e57-a5f5443db204",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug from /api/defi/protocols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6c0ded9-fd8b-4b8f-9b52-ebfe4800dc6e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug from /api/defi/protocols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab6f14cc-12d9-42b7-bca8-e5b623efe839",
          "name": "List DeFi protocols",
          "request": {
            "name": "List DeFi protocols",
            "description": {
              "content": "Returns list defi protocols data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "protocols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by category (lending, dex, bridge)",
                    "type": "text/plain"
                  },
                  "key": "category",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fc6b5ae2-b88a-4414-bcd1-c4d77bd0562c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by category (lending, dex, bridge)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"category\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"change_24h\": \"<number>\",\n      \"change_7d\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"category\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"change_24h\": \"<number>\",\n      \"change_7d\": \"<number>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"total\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a3b153e-7017-4e7b-9109-66a770cb5877",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by category (lending, dex, bridge)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "692c354d-f5f9-4b7e-8f9a-86c4a45a4d59",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by category (lending, dex, bridge)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "120c435f-8b5d-41e1-8813-8460ef790b2b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by category (lending, dex, bridge)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16b0f713-3d4d-46b6-a6c8-6f1d93691037",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by category (lending, dex, bridge)",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d88c87eb-7b4d-4293-92e9-485b5a241ed0",
          "name": "Protocols by category",
          "request": {
            "name": "Protocols by category",
            "description": {
              "content": "Returns protocols by category data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "protocols",
                "category",
                ":category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "category",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Category filter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0ccc2819-ce3f-492d-88a9-0e68f5359ad9",
              "name": "Category protocols Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c359844-fae0-48f1-a8a9-0088e34ef27e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "857fefd2-478c-4bcb-bbc8-65fac874be3d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae3bdde2-71a6-4c56-a649-6c792dd7335e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ae0853b-91aa-4c52-8826-98f7a33a6006",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "protocols",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b743542-e5b8-4e79-bfb4-f0543ab853be",
          "name": "Protocol revenue",
          "request": {
            "name": "Protocol revenue",
            "description": {
              "content": "Returns protocol revenue data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "revenue",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c4915305-63bb-4c1f-b575-25595aea6f8c",
              "name": "Protocol revenue Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "523b6031-8b28-441d-9208-9a092c89bed7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba55be70-1e9d-4749-807c-667e0ba252ae",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc84c16f-edcb-4033-984e-9c2c8a685657",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "041f44dc-30e1-405e-ac64-158de85c2e68",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f23e874e-4b24-4c21-98f1-08edaa47e7a7",
          "name": "Stablecoin market caps",
          "request": {
            "name": "Stablecoin market caps",
            "description": {
              "content": "Returns stablecoin market caps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "stablecoins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d81f4689-8eb0-49b3-bc9c-718ef459b46e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"stablecoins\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"pegType\": \"<string>\",\n      \"circulating\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"pegType\": \"<string>\",\n      \"circulating\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "faf0a206-95c8-4400-bc98-bae215f3c6f5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa10b8a9-5c5c-487c-9de8-7529687e6c26",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82be1118-efe3-407a-abec-55bb461afcd9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "011fb236-8701-4d66-b298-27dd7c45103e",
          "name": "Top bridges by TVL",
          "request": {
            "name": "Top bridges by TVL",
            "description": {
              "content": "Returns top bridges by tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "top-bridges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4a085a75-4674-41c7-8d69-f66a955c021e",
              "name": "Top bridges Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dee30f79-59a9-4639-9b5a-451c0164f54b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba09b5c2-e3dd-4216-93b5-c8ff00c35a08",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd944847-dd27-4948-8b1c-9690c9c814bb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ab24eaa-76e4-4bb6-979d-5681763f122e",
          "name": "Top DEXes by TVL",
          "request": {
            "name": "Top DEXes by TVL",
            "description": {
              "content": "Returns top dexes by tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "top-dexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "89b0faa1-6dc6-482d-ba68-05d0800f7aa8",
              "name": "Top DEXes (may be empty if data unavailable)",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"dexes\": [\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6a276d5-face-4b89-8819-ebf5e33620d3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b76de0e0-178d-449a-b85c-7d25a71f30e8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2cb0112-abb9-4146-b0a0-3868978527cd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f5fa165-2269-4e02-884a-be4565fb3caf",
          "name": "Top lending protocols",
          "request": {
            "name": "Top lending protocols",
            "description": {
              "content": "Returns top lending protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "top-lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8fe0716c-72ba-4d15-8500-1424f76254b8",
              "name": "Top lending Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c886a97c-d54a-44bb-bf39-0501d5b7aad7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a506c1d3-0daf-4a62-bedc-048d5c8234b0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa1665cf-278f-4719-8eb5-41a35d998d67",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "267a07ff-8eeb-42f5-867c-c45f9f443641",
          "name": "Top liquid staking protocols",
          "request": {
            "name": "Top liquid staking protocols",
            "description": {
              "content": "Returns top liquid staking protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "top-liquid-staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2434e681-d6e1-4245-9ff3-839ef8a002a0",
              "name": "Top liquid staking",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad79f64f-e4fd-4eca-b5ec-808a38289e25",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18089703-e12f-40b4-927d-1a1072c86f0a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9c6476a-8798-4830-9a9c-309b926211b8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9129a70-4cea-49b5-91ef-01a7370c0474",
          "name": "Top 20 protocols by TVL",
          "request": {
            "name": "Top 20 protocols by TVL",
            "description": {
              "content": "Returns top 20 protocols by tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "top-protocols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "921cafc1-ec43-4323-9b09-ac1932d965fc",
              "name": "Top protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"top20\": [\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"category\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"category\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b0768d8-b0ac-4232-a2c5-93b3327f5a3f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "491aea70-7a43-4ae5-b908-fb91ff64329c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7eae3565-7e5f-4eb6-b84e-412ff371f957",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "top-protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6144a2e5-6bb5-45a2-a86e-c661a6332fce",
          "name": "Total TVL across all chains",
          "request": {
            "name": "Total TVL across all chains",
            "description": {
              "content": "Returns total tvl across all chains data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain (ethereum, arbitrum, etc.)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "63d75f1f-da75-4cea-b062-34080eb8f130",
              "name": "Total TVL data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalTvl\": \"<number>\",\n  \"chainCount\": \"<number>\",\n  \"topChains\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c692f80e-a59a-4ce9-8c53-1ceaab7198c6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e63e0fa-36cc-4ad3-8f03-737f31154185",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa81e87e-e8df-4753-854a-a9e5729cab01",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "64901021-42b5-4d40-81a3-349de7ee2a5a",
          "name": "TVL by category",
          "request": {
            "name": "TVL by category",
            "description": {
              "content": "Returns tvl by category data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "tvl",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain (ethereum, arbitrum, etc.)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8726c65c-2668-4578-8256-aff1ae75227f",
              "name": "Category TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2195f18-8aba-4885-9a5b-1441de08bd63",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22ce32a8-933d-4826-96c1-52da3eee1a9d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e128836-c515-4e20-b64b-a0b801adf7f1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "994a9484-b8f3-4e9a-878a-9c8a544b2e4c",
          "name": "TVL by chain",
          "request": {
            "name": "TVL by chain",
            "description": {
              "content": "Returns tvl by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "tvl",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7115b328-8770-401f-928e-71abfed6ec9d",
              "name": "Chain TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5611bc12-4b5f-4b7d-a718-c9d2d70443e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "476dcbd0-d529-4aeb-884c-24b202d392ca",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6d6263f-de4b-45b5-8461-abfe7216e06a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9613536-b046-400e-b192-03f0fbcdec87",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d54a98a-f560-4746-9cfc-29689a7e8f94",
          "name": "Get Protocol TVL",
          "request": {
            "name": "Get Protocol TVL",
            "description": {
              "content": "Get Total Value Locked (TVL) for any DeFi protocol tracked by DefiLlama.\n\n### Supported Protocols\nAave, Uniswap, Lido, MakerDAO, Curve, Compound, and 3000+ more\n\n### Response Includes\n- Current TVL in USD\n- 24h and 7d change\n- TVL breakdown by chain\n- Historical data available\n\n### Pricing\n- **$0.01** per request ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "tvl",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain (ethereum, arbitrum, etc.)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9c86cfd0-1477-4a45-bfc3-93e5bcd381ef",
              "name": "Protocol TVL data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e6c4a75-10cb-4c35-9f94-97fe3fa6619b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0bd4a5d-156a-4de0-8ed8-448a9771632b",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f6a225f-44ae-49cd-98cb-90b046da7b23",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad441c88-5830-4ebc-8542-71c4f92f1e8b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "456248ca-880d-45b0-b28e-f86811059b99",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c97f6346-563c-40e8-a2f9-6202f10c057c",
          "name": "Get Top DeFi Yields",
          "request": {
            "name": "Get Top DeFi Yields",
            "description": {
              "content": "Get top-performing DeFi yield opportunities across all chains.\n\n### Filters Available\n- **chain**: Filter by blockchain\n- **project**: Filter by protocol\n- **minTvl**: Minimum TVL threshold\n- **stablecoin**: Only stablecoin pools\n\n### Response Includes\n- APY (base + reward)\n- TVL\n- Pool composition\n- Risk indicators\n\n### Pricing\n- **$0.01** per request ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "yields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Minimum APY filter",
                    "type": "text/plain"
                  },
                  "key": "minApy",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Only stablecoin pools",
                    "type": "text/plain"
                  },
                  "key": "stablecoin",
                  "value": "<boolean>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d24fb50f-7dbb-43a8-9b0d-c6e0d4774f07",
              "name": "DeFi yield opportunities",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pools\": [\n    {\n      \"chain\": \"<string>\",\n      \"project\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvlUsd\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"rewardTokens\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pool\": \"<string>\",\n      \"stablecoin\": \"<boolean>\",\n      \"ilRisk\": \"<string>\",\n      \"exposure\": \"<string>\"\n    },\n    {\n      \"chain\": \"<string>\",\n      \"project\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvlUsd\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"rewardTokens\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pool\": \"<string>\",\n      \"stablecoin\": \"<boolean>\",\n      \"ilRisk\": \"<string>\",\n      \"exposure\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd010af6-b467-4c80-8e1e-36f9b4b83159",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66ec393b-5dd9-4656-820e-4028bb32934e",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cb95b46-0e98-48bf-b47c-4165a3536409",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1921f10c-85e2-48c4-b86b-6e08d98bc880",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "caa8fbd9-be36-4906-9961-e3d735ce0185",
          "name": "Yields by chain",
          "request": {
            "name": "Yields by chain",
            "description": {
              "content": "Returns yields by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "yields",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Minimum APY filter",
                    "type": "text/plain"
                  },
                  "key": "minApy",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Only stablecoin pools",
                    "type": "text/plain"
                  },
                  "key": "stablecoin",
                  "value": "<boolean>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bd94aae6-4551-4995-ad5c-ef6eb4e9d84b",
              "name": "Chain yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "516a44e3-7bda-4469-ac28-7d01b7e02e94",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59690e66-b199-4166-94b8-ad8f6a854228",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13993f1a-18f0-41d1-9a7d-89a7fba21098",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d6c530a-fdbe-4aae-9706-ca260476df4e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "090d66be-82ff-4ef1-b924-71481b5aecc1",
          "name": "Yield pool details with history",
          "request": {
            "name": "Yield pool details with history",
            "description": {
              "content": "Returns yield pool details with history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "yields",
                "pool",
                ":pool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "pool",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Pool UUID from /api/defi/yields",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0d0d8f2d-be23-4bf6-9bdd-5b3097198967",
              "name": "Pool details with historical APY/TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "pool",
                    ":pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pool UUID from /api/defi/yields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "pool"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"history\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"tvlUsd\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"tvlUsd\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6c28d7d-b974-4ce3-ac3b-7c90cdec9c04",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "pool",
                    ":pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pool UUID from /api/defi/yields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "pool"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f05c3ce9-86d8-4bb5-bb48-78ed67cfbe23",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "pool",
                    ":pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pool UUID from /api/defi/yields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "pool"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d9a08ea-7a12-43c3-9d27-76c1d094e69b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "pool",
                    ":pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pool UUID from /api/defi/yields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "pool"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "473dcd52-99d5-474c-b140-72c94cf24ae8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields",
                    "pool",
                    ":pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Pool UUID from /api/defi/yields",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "pool"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b26f0833-3573-475a-8ebb-a822dc1ba8ae",
          "name": "Aerodrome DEX",
          "request": {
            "name": "Aerodrome DEX",
            "description": {
              "content": "Returns aerodrome dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "aerodrome"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8b7a9dc0-8c72-44b7-b790-c536f95d9b5c",
              "name": "Aerodrome",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "aerodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c82c78b2-60c0-4d6f-998e-da245e6fa980",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "aerodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "519daf57-796a-47f7-83e1-3a8314de3157",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "aerodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c04b9825-2450-465c-a831-a63d895fadc1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "aerodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2545acd1-ee47-45e8-b73f-d6325ba10d88",
          "name": "Balancer DEX",
          "request": {
            "name": "Balancer DEX",
            "description": {
              "content": "Returns balancer dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "balancer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7a304109-def0-4707-afb5-490a57cc0ab8",
              "name": "Balancer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ff90ff1-a040-49a8-900b-cbdc0ecb5206",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "055f1b90-2d9e-430d-8642-0c20b3f8b709",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49c0c6eb-d9f1-4027-8a3e-c62364b9ace1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff496131-32d2-4ac8-aaf7-e3a2430d3168",
          "name": "BaseSwap DEX",
          "request": {
            "name": "BaseSwap DEX",
            "description": {
              "content": "Returns baseswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "baseswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2f2abbbd-dbc9-4cf2-ac2f-5626efca76ae",
              "name": "BaseSwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "baseswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bd65bac-a2e6-4219-80ea-ae02c05027c5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "baseswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abb45941-7384-41db-8bc9-b931b6bb68b8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "baseswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7d591b3-c9d5-4158-b3bf-2737a9e0c0f7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "baseswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "480fc267-7e95-430a-a424-88d0c783094a",
          "name": "Camelot DEX",
          "request": {
            "name": "Camelot DEX",
            "description": {
              "content": "Returns camelot dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "camelot"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "680f7904-4de8-4f7f-914d-f79e49ab4219",
              "name": "Camelot",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "camelot"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37ec60a1-bea7-4d04-a3f9-2fee74df35ed",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "camelot"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edc8a291-fde5-4a51-87cd-f72bb98bd83c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "camelot"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3938e7ad-5831-4556-a627-6d1e681cced5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "camelot"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71de497a-5e45-478f-b88f-d88d86dfc784",
          "name": "Top DEX comparison",
          "request": {
            "name": "Top DEX comparison",
            "description": {
              "content": "Returns top dex comparison data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "compare",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a81abc8b-3bc0-4838-a1c0-0241477499b0",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"ranking\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"volume7d\": \"<number>\",\n      \"dominance\": \"<string>\",\n      \"change24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"volume7d\": \"<number>\",\n      \"dominance\": \"<string>\",\n      \"change24h\": \"<number>\"\n    }\n  ],\n  \"totalVolume24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4010a4e1-4a22-4f16-928c-1ee8c3c139a0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccf387fc-a049-424c-baeb-7f25e51778fb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e72a8a07-346e-47b0-89af-fba871821cc8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c91fc37e-d1e7-4c6e-bbfa-0feeb526e604",
          "name": "DEX comparison by chain",
          "request": {
            "name": "DEX comparison by chain",
            "description": {
              "content": "Returns dex comparison by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "compare",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "40a4078a-de68-4dea-9802-01a4ae5a1822",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"ranking\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"dominance\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"dominance\": \"<string>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"totalVolume24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49feb23c-6d0a-4f38-a7e3-12289d4a6472",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf100abf-0815-4112-ab16-41f8fb0ee2de",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "767773e5-53b5-481b-8326-5ca6626fc82e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bea16d59-ee03-4bc9-92a6-f977517f02c0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "compare",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db945d9c-59a2-4b15-8a61-2e06f6c129f8",
          "name": "DODO DEX",
          "request": {
            "name": "DODO DEX",
            "description": {
              "content": "Returns dodo dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "dodo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "08660bfc-ba98-4f7c-9086-5a141368b31c",
              "name": "DODO",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "dodo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46e10611-2f06-4640-a748-837554667a1c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "dodo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a00044-d77b-4cd3-8713-1e1773d3d911",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "dodo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b52b1972-8404-4818-882b-2f6ffe3e418e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "dodo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3887b549-6396-4a5a-9d69-812a62a62c8b",
          "name": "Hashflow DEX",
          "request": {
            "name": "Hashflow DEX",
            "description": {
              "content": "Returns hashflow dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "hashflow"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "23e19df9-5b34-435b-a1e8-ee38d155a4b5",
              "name": "Hashflow",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "hashflow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17837911-4a7d-4cbb-a768-125c7ef5bdaa",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "hashflow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b36f228-e97a-4747-9d88-5994ac6bd64f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "hashflow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5417914-4a11-4963-ac45-f15f07edc764",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "hashflow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9f1bb1b-a630-440f-bb97-bd013326be64",
          "name": "KyberSwap DEX",
          "request": {
            "name": "KyberSwap DEX",
            "description": {
              "content": "Returns kyberswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "kyberswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ba47f1c9-4b96-475e-8cec-d80b5e426194",
              "name": "KyberSwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "468dced7-d7b6-4ebf-9114-4b15d5b0c94d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a46c461-5523-421c-903c-bef83304c781",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "262c82be-25cd-4867-bcb3-edbe0eadab8a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a1f0447-1f4a-4178-8cbc-53a5e771bab4",
          "name": "DEX list",
          "request": {
            "name": "DEX list",
            "description": {
              "content": "Returns dex list data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8bf6b671-52d7-48d1-9001-1ef04ca85090",
              "name": "List",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"dexes\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"tvl\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"tvl\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89a78446-0611-49b3-844b-42afa17e0ac7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30c14bcb-c4df-4d1b-8c52-62c3dd93e95b",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44d49fc6-2331-45ed-949f-f7e8b8524759",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e27b4af0-d0b5-4020-baf1-808ddf86af9f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c439ffb5-2141-4c6b-98cb-ae12616f0e8b",
          "name": "Maverick DEX",
          "request": {
            "name": "Maverick DEX",
            "description": {
              "content": "Returns maverick dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "maverick"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b2d21c6d-6670-48a5-97b9-ab584065b19c",
              "name": "Maverick",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "maverick"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6df16587-1c9d-440e-8c95-488d484a2e44",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "maverick"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a72a1443-2f3d-4038-ba4d-9e9de39df63a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "maverick"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "500b73bf-7957-4db3-b438-0dffcf6b6c75",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "maverick"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58f871fb-9ca5-403c-9efd-cbb506d520f1",
          "name": "Orca DEX",
          "request": {
            "name": "Orca DEX",
            "description": {
              "content": "Returns orca dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "orca"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9aa03242-df27-4438-8414-82a2b5eb6807",
              "name": "Orca",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "orca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afc092e0-a491-4d71-a4b3-1f6c07984c78",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "orca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80dae902-ce21-48f1-a493-2417e4f183b7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "orca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "154f242c-fe98-4140-a1fb-0ad0c274d550",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "orca"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a316a74f-c2d3-47dc-bc3e-80b5cde86b0f",
          "name": "QuickSwap DEX",
          "request": {
            "name": "QuickSwap DEX",
            "description": {
              "content": "Returns quickswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "quickswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9419e748-826e-4e19-a849-91bee3a790a5",
              "name": "QuickSwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "quickswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cecea440-28b7-48d8-833a-618a30039c69",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "quickswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89d9af09-97f1-454f-889a-2b03b4998272",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "quickswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e155a6e-4242-44cd-a354-6466a0dd17a9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "quickswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0fa1edf3-38f8-43e7-a086-b664c76b8d37",
          "name": "Raydium DEX",
          "request": {
            "name": "Raydium DEX",
            "description": {
              "content": "Returns raydium dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "raydium"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2ef42ac7-298b-4c14-a72c-58e2975da68e",
              "name": "Raydium",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "raydium"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f104bdad-c464-4413-a4c4-82f83c966aa9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "raydium"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89a4be80-0720-48e8-892f-741cbc4957d8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "raydium"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c3e78be-8643-4aba-b8d9-f23a61d20fb7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "raydium"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0fce7d3-f1ab-4a1f-bbd8-592a090d2616",
          "name": "SpiritSwap DEX",
          "request": {
            "name": "SpiritSwap DEX",
            "description": {
              "content": "Returns spiritswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "spiritswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e2b0750e-77d9-463f-a2bc-ab101186ae1b",
              "name": "SpiritSwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spiritswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39008a12-1c0e-4ee4-b7b6-be54a1677cea",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spiritswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3b982aa-1054-4f3a-84d3-e3c70d2c69e9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spiritswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "077c4f61-2236-40fa-89a4-251a18cde855",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spiritswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c5c9d2d-2fcf-49dc-9836-292aa318da58",
          "name": "SpookySwap DEX",
          "request": {
            "name": "SpookySwap DEX",
            "description": {
              "content": "Returns spookyswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "spookyswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1e323265-400c-4327-b615-f868724d73e1",
              "name": "SpookySwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spookyswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb66265f-506a-427a-b254-018da80a46b6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spookyswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f734155c-0215-400e-af8b-90d72905c602",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spookyswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ccd0f96-1a11-48fe-a382-9f528f91a65b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "spookyswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8f5009f-7efb-41e6-924d-c4295f3eab4e",
          "name": "SyncSwap DEX",
          "request": {
            "name": "SyncSwap DEX",
            "description": {
              "content": "Returns syncswap dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "syncswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cae6ad2a-ed9f-46ed-b2b8-74be428d8df0",
              "name": "SyncSwap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "syncswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b7f0d1c-0fd4-4945-916a-9ed37c13b228",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "syncswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b15c274-fcd3-4a71-8e17-2fb9bfcf44dc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "syncswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c5617ea-c63d-4017-85a3-be340f82360e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "syncswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6b1e411-7d36-4bfa-bc37-e8968dd8474e",
          "name": "Thena DEX",
          "request": {
            "name": "Thena DEX",
            "description": {
              "content": "Returns thena dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "thena"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8ecb80cc-1ec7-4749-9490-d8de05d1987b",
              "name": "Thena",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "thena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "261070f5-b35a-4841-9b76-d3ec68761485",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "thena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fbec00b-a3a6-4942-96e3-625aefe6a4d2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "thena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e055022-f2b5-4bf1-be34-6fc729e94108",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "thena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0e553db-06cd-4186-bee7-6953e5e4004a",
          "name": "Trader Joe DEX",
          "request": {
            "name": "Trader Joe DEX",
            "description": {
              "content": "Returns trader joe dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "traderjoe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "657592b4-0ffd-4729-b056-cf6107cebdbb",
              "name": "Trader Joe",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "traderjoe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87b3d6f9-41b9-4ff5-897f-c056ae128b18",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "traderjoe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26c579a5-cf1a-4300-bd0e-de9eb098db29",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "traderjoe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b42e2121-8a49-4dce-9d3c-dd2ecd981a71",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "traderjoe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34678ae0-630b-4ef0-a396-17c1be5ea7fe",
          "name": "Velodrome DEX",
          "request": {
            "name": "Velodrome DEX",
            "description": {
              "content": "Returns velodrome dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "velodrome"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "48695a97-490d-4e78-92f3-cd185a61a95d",
              "name": "Velodrome",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "velodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56e89d69-2d3a-45f6-9337-c2e5a9785aae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "velodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d3c755a-4f9b-40fc-84dc-20bdaa1b72e0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "velodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f31c6c72-90aa-41ed-a185-20b0771cea5c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "velodrome"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "810222c4-4326-4b7e-98c1-96f24f1f0237",
          "name": "DEX volumes by chain",
          "request": {
            "name": "DEX volumes by chain",
            "description": {
              "content": "Returns dex volumes by chain data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "volumes",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "579cc438-5719-481b-89a9-55419ea92b35",
              "name": "Volumes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf98e803-2340-4dbf-86a2-6ad84e83d3df",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ee39f70-f360-4a10-a81b-643917882666",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecdebd48-0979-4ebd-9cc6-c1ca48f9fdee",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a594e826-ed27-42c9-baed-c7886921a1cc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2224fa42-b0d1-4014-adb3-fd465914c84a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e3359bf3-4781-4130-b7ad-6f3ca9af6b8e",
          "name": "WOOFi DEX",
          "request": {
            "name": "WOOFi DEX",
            "description": {
              "content": "Returns woofi dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "woofi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a663c3e3-fa7f-4791-bc64-a75bdfad60e3",
              "name": "WOOFi",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "woofi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d847022b-194a-4c5a-a268-7540fcfe2697",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "woofi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a650fc6-20aa-4507-8867-901885ab9a9f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "woofi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84fc4737-b6cd-4bc0-8267-c22d4541d4aa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "woofi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "022d367e-8a87-4a4b-9359-8e02e1c1acae",
          "name": "Protocol fees overview",
          "request": {
            "name": "Protocol fees overview",
            "description": {
              "content": "Returns protocol fees overview data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "92349eac-dcc3-48f8-b645-f870bf133e40",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13ac601e-10c7-4844-b5fa-73fd2e015e01",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90bd6432-330c-47d3-8258-4fdd41857961",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d74d971-01cb-42d1-876b-f1ad46de817e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "478f305c-1303-44ea-891c-50571316d213",
          "name": "Arbitrum fees",
          "request": {
            "name": "Arbitrum fees",
            "description": {
              "content": "Returns arbitrum fees data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3a2eef8c-2029-4240-a361-942fe1268490",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"totalFees24h\": \"<integer>\",\n  \"totalFees7d\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dd90a00-aa0e-4abd-a6eb-1875b005d620",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d111df8-7581-40db-865d-a8f2d94224d0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "201d83d1-d395-46c7-a40d-5b8efa0e58f5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ae64b30-f6c6-4a8c-b114-f97a0bce0cae",
          "name": "Base fees",
          "request": {
            "name": "Base fees",
            "description": {
              "content": "Returns base fees data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c31bac61-34f0-47d8-b1c1-7406783af599",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"totalFees24h\": \"<integer>\",\n  \"totalFees7d\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12f90f89-a4ae-4901-a0f7-b8d62a4ff524",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fc894c2-74de-4924-a3bc-91e475dc4922",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51b14ceb-1386-48e3-b823-86e32d86ef92",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ed31e38-511b-425b-a3e1-cc14cf8368bc",
          "name": "Ethereum fees",
          "request": {
            "name": "Ethereum fees",
            "description": {
              "content": "Returns ethereum fees data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d2a6d105-53be-4d70-aa2a-cb126808f2f8",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"totalFees24h\": \"<integer>\",\n  \"totalFees7d\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2acca995-68bc-40d7-a1be-c5446ccaf39c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b9c1ecd-55a2-48ae-a2df-73464da71f52",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd7d015f-a09e-42d5-a860-c758c569c4cd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e26bdf2-f56b-4a26-b455-d1b682a152fb",
          "name": "Protocol fees",
          "request": {
            "name": "Protocol fees",
            "description": {
              "content": "Returns protocol fees data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "protocol",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1c705d11-a781-4458-9a5e-0e4323105ced",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"change7d\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"twitter\": \"<string>\",\n  \"audit\": \"<boolean>\",\n  \"auditLinks\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23f8570e-bf8f-41f9-b23c-dfe1a4bfdcda",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91f0b82a-7132-443f-a386-f5faebf6bb5e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f14b311f-d45b-4bb2-97b6-9ca07b7c982d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55c3f87e-3cbb-4216-890f-8bbcc3059c98",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "940adfd0-277f-470b-ba89-1a3e7085d80a",
          "name": "Protocol revenue overview",
          "request": {
            "name": "Protocol revenue overview",
            "description": {
              "content": "Returns protocol revenue overview data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "revenue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "89139ff5-0235-4c77-bebd-11947d64c483",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalRevenue24h\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4997347-c55a-47be-9b2c-7617a6832b93",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80bff579-ca93-4f81-82aa-c431015fb460",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d2f77fc-f7f2-4596-92f7-22e2d393a5fc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "748dcf2f-0dce-4b94-8278-701c39cc4c6b",
          "name": "Protocol revenue",
          "request": {
            "name": "Protocol revenue",
            "description": {
              "content": "Returns protocol revenue data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "revenue",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "09f6807a-2861-4532-9cb7-e305e0ccb1fb",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"revenue24h\": \"<integer>\",\n  \"revenue7d\": \"<integer>\",\n  \"revenue30d\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62654cd7-1c60-4308-b3d7-9098d3df0a07",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58b017c1-7b05-4279-8511-b17e63410e1c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f43cc49b-a86b-46e8-b7c1-c34f83d21cb5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98ac081c-3119-4941-b2f7-96278cbc9d82",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bbf3205-c309-4ad9-8b3a-1e5cc4b191f6",
          "name": "Top fee generators",
          "request": {
            "name": "Top fee generators",
            "description": {
              "content": "Returns top fee generators data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "71e50e5e-2d99-478b-96b0-5a49413177fe",
              "name": "Top fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"topFeeGenerators\": [\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<integer>\",\n      \"fees7d\": \"<integer>\",\n      \"change24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"fees24h\": \"<integer>\",\n      \"fees7d\": \"<integer>\",\n      \"change24h\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0404480-6634-456a-afca-826d2eee6985",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "751a6489-2356-4976-bdf4-a53f03aaa821",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cdd20ff-10cd-4759-8ebb-eb32f9188ff0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbc1e6a3-bb96-4aef-a79e-8dadf9a388e6",
          "name": "Get aave stats",
          "request": {
            "name": "Get aave stats",
            "description": {
              "content": "Returns aave stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c91717aa-9409-43ef-88ae-98a7bdc3f89b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "552d0804-0035-423c-8472-c5ac1aeb382f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1015a824-9a50-4fbb-a466-2e0aa175f85c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80142052-2107-43a3-a109-8f126845352f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa861c89-3b18-487f-840b-1be6598ef212",
          "name": "BENQI lending",
          "request": {
            "name": "BENQI lending",
            "description": {
              "content": "Returns benqi lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "benqi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c6c1f2ee-9046-4b80-8a9a-3c3d4e1d7725",
              "name": "BENQI",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98c78046-3ed4-41f3-a193-6434e1ecdb07",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8f81179-9986-4f55-939c-3e4b5785b15e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11142290-9255-4993-a386-cf7b0cc5dc04",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed826ec2-edc2-49bf-a891-87d9c37387f5",
          "name": "Lending by chain",
          "request": {
            "name": "Lending by chain",
            "description": {
              "content": "Returns lending by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "by-chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "53df28eb-0365-48ba-b55b-0839159ba5bc",
              "name": "Lending",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "by-chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\",\n      \"tvl\": \"<number>\"\n    }\n  ],\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e89a89ef-1cbe-4cd3-b90a-21908133cb13",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "by-chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b07aa2aa-ea39-498d-9328-9a2c678eaa00",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "by-chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a09290c9-8a3f-4ce9-957c-46847ef0d9ea",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "by-chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a2c87a7-90db-4274-8381-f5aabd8ca7d5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "by-chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d436cfa-0803-44b4-921a-d1cb718b36e9",
          "name": "Get compound stats",
          "request": {
            "name": "Get compound stats",
            "description": {
              "content": "Returns compound stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "58f57b65-4fb9-4459-84da-4e9c3afa573f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccedfff8-2bbb-4de2-acf6-11ca450fd9a3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbd00ce1-f564-4661-8422-9ea2c9a2d3ee",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f5b38e0-5466-4f3a-abb4-39bfbf72fb79",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "393b73d5-3fe3-4e62-928b-87e01bffefdc",
          "name": "C.R.E.A.M. lending",
          "request": {
            "name": "C.R.E.A.M. lending",
            "description": {
              "content": "Returns c.r.e.a.m. lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "cream"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7f41080b-f23a-4010-b76b-330820b73f51",
              "name": "CREAM",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "cream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "613007ff-0f36-42ff-9da4-0c4aa391bca4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "cream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e415fe73-fb32-4c5c-9589-6ce0fe731661",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "cream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb23714b-48bb-4011-95e3-83529c696bea",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "cream"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "574ab7fb-6dae-4b81-a737-a45bd350e836",
          "name": "Euler lending",
          "request": {
            "name": "Euler lending",
            "description": {
              "content": "Returns euler lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "euler"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dafc62b1-faa8-4e3f-8662-f9c57a82f85e",
              "name": "Euler",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8cfc811-41d6-4d40-a92e-08dfeb9e1c36",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb7c317c-d129-41fc-9eac-c06c08fdd0be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c857fa3-22a4-4b0a-a287-29ddd8a47b2a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d18f009e-4c1a-40e4-a504-603c493e8cbd",
          "name": "Fluid lending",
          "request": {
            "name": "Fluid lending",
            "description": {
              "content": "Returns fluid lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "fluid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7fd45bf5-61c9-4c5e-92cf-7def6a5f4f40",
              "name": "Fluid",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fluid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daaaef2d-0cdd-4981-8407-85f4e7c060e6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fluid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8175df0-0d21-4bd4-b434-4cebc165d673",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fluid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1900eaa-70d8-4c02-9990-a5eff8f94d65",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fluid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e3118c6-a5c8-462c-96f2-d7d9ca0159a5",
          "name": "Fraxlend",
          "request": {
            "name": "Fraxlend",
            "description": {
              "content": "Returns fraxlend data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "fraxlend"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d8b79b28-9573-4374-ae03-1ec0e15e820d",
              "name": "Fraxlend",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fraxlend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0e18689-885e-4f82-93df-baf4b3618f92",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fraxlend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f47973b3-94d6-46f3-820e-a41d934b2bfb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fraxlend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "127c694c-59f4-46fb-bc04-8804d6d414b3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "fraxlend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db065643-c6a6-4691-bfe4-2da04b870e60",
          "name": "Goldfinch lending",
          "request": {
            "name": "Goldfinch lending",
            "description": {
              "content": "Returns goldfinch lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "goldfinch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e3687e3a-6a02-4829-aff4-f9b725ac9b48",
              "name": "Goldfinch",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "goldfinch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d8c0ada-4cad-4cae-8cfc-83d800c1f223",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "goldfinch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fe5cef1-2a35-4358-9d55-09ef46f7ab9a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "goldfinch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08c5ebc7-3b80-4adb-965e-71f534a491de",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "goldfinch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ceccc8ea-bba3-4e73-94f1-914e6af15d59",
          "name": "Iron Bank lending",
          "request": {
            "name": "Iron Bank lending",
            "description": {
              "content": "Returns iron bank lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "iron-bank"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f0ab2d8b-ec52-4f62-bd74-55bbfcfcf3bf",
              "name": "Iron Bank",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "iron-bank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a25fc6cc-6b46-4960-8a69-37295e0475e3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "iron-bank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ad3b41d-033d-4e6c-beae-f275566e4509",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "iron-bank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83aa8a9e-f2a4-4702-96e2-18571316bbec",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "iron-bank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f195a1eb-2d31-411b-9087-8f897f52ca6a",
          "name": "Kamino lending",
          "request": {
            "name": "Kamino lending",
            "description": {
              "content": "Returns kamino lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "kamino"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1dff2b0b-6ac8-4608-af99-8a700eabac92",
              "name": "Kamino",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "kamino"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efe9612c-121d-4cd7-a466-f6e4a35d6b2b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "kamino"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "150d874d-23d5-4cec-a37b-9a89bdad8fb3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "kamino"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca77b453-1b22-4962-be7b-3b6fe1541413",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "kamino"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f245b69-4088-40b7-b453-5dfe6d7fed53",
          "name": "Lending protocols list",
          "request": {
            "name": "Lending protocols list",
            "description": {
              "content": "Returns lending protocols list data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "07a802cc-cb91-4878-a036-21411419d8cd",
              "name": "List",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab84c78f-9593-4a36-8d41-1af2047290e1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "753974f5-1808-4b71-ad4e-2d4e3a845c4f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3164916f-78bd-4a57-8e0b-07eb14e52a0b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "263f78d3-2033-4544-b774-96d1cfdc4a97",
          "name": "Get makerdao stats",
          "request": {
            "name": "Get makerdao stats",
            "description": {
              "content": "Returns makerdao stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "makerdao"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "79c7e2ce-6c45-4d5f-9bb3-abb95ae09342",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22e99994-88ef-4a64-a3f4-9fceca188f05",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a827ed8-dcec-4f60-b275-c28f71013a15",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "073948cd-245c-4046-b192-12ccec048bed",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "484aa731-4845-4b18-8800-5c1b247268b2",
          "name": "Maple lending",
          "request": {
            "name": "Maple lending",
            "description": {
              "content": "Returns maple lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "maple"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "51d469cf-7b76-44e4-90a6-c9aff496d3b0",
              "name": "Maple",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "maple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26113091-4791-442d-8304-085e02671ce6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "maple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8c584ae-ab84-420c-b6fd-8823583e1e1f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "maple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04ca6954-c11b-487a-8e07-3c9353a41af3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "maple"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8e0eae2-8f9e-4895-9888-87369518bfe9",
          "name": "Morpho lending",
          "request": {
            "name": "Morpho lending",
            "description": {
              "content": "Returns morpho lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "morpho"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4b17b5a3-cc85-4958-bca3-a0224590463b",
              "name": "Morpho",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "828bf470-6b1c-44c1-a812-0ba6ad6dc932",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bede9a9-f33c-4c6f-bef4-363d1fcd1eeb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a109a33c-71fc-407c-a39f-c6fff0d133b4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f859406b-53c8-47fc-a7ae-cebe465899d3",
          "name": "Notional lending",
          "request": {
            "name": "Notional lending",
            "description": {
              "content": "Returns notional lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "notional"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "85c95db9-0c51-4bfa-be88-6b6bb3a34572",
              "name": "Notional",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5a2b5ed-a892-45ed-be3f-7587438b4b0e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "612f047b-615c-4582-977b-b91a608fcba4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81736fde-2cd6-4a57-aa86-05256edc66fe",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c5e32ccf-28f5-4822-97f4-f6597bea0100",
          "name": "Radiant lending",
          "request": {
            "name": "Radiant lending",
            "description": {
              "content": "Returns radiant lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "radiant"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ba327e5c-8cb7-47ac-8813-c697b2aa5478",
              "name": "Radiant",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "radiant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1a2b645-4cae-48a7-bfdd-f328e4c6d6a3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "radiant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "062f1cfa-b443-4fed-8458-048899364bb4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "radiant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c37d17ca-7d03-40f2-9f17-86cf7662ce91",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "radiant"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "604f93ad-2278-4de1-ba59-8afceeacc60a",
          "name": "Lending rates comparison",
          "request": {
            "name": "Lending rates comparison",
            "description": {
              "content": "Returns lending rates comparison data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "97939561-147a-4dc5-ab98-e2f8fcae22b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3163890c-d655-4ab4-9b0a-3e7b4c327c85",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f92b4f7-4432-46f9-aa2d-86bbf2d8503c",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55f97023-d4d2-4a54-a216-f58927d605e2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a6b4759-17e4-47ed-a30c-087d81b8606d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38f765b9-2687-4e53-b655-54eef1c9fec0",
          "name": "Silo lending",
          "request": {
            "name": "Silo lending",
            "description": {
              "content": "Returns silo lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "silo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "28af03c7-f0aa-4475-858f-ede62f014fcb",
              "name": "Silo",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "silo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10ad0ee6-12af-436b-9dfd-2e2efe1ce72e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "silo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21ba74d7-0762-4118-beac-6d4a57d963fd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "silo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21987d28-f95a-4c2e-a511-9efd5fc4aaae",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "silo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "699f5653-029a-4cf3-bd92-3f8e03a8c9e0",
          "name": "Spark lending",
          "request": {
            "name": "Spark lending",
            "description": {
              "content": "Returns spark lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "spark"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9af8822f-9c0a-4e5f-a76e-46851d44bb9c",
              "name": "Spark",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "spark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "298a0960-3d67-4529-b74d-bbd814cc5fa5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "spark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe6120a9-593c-42a8-a966-8970ad608674",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "spark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "483c32fc-b4da-4c1a-ad3a-772a9e9e8dc4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "spark"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2dcbd3e6-6186-43ee-ac10-c30899b4f670",
          "name": "Top lending protocols",
          "request": {
            "name": "Top lending protocols",
            "description": {
              "content": "Returns top lending protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "12354224-53ad-4921-8b3e-f8875f684ffc",
              "name": "Top lending",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e27905f-68b8-4280-8b2c-8450f925f91d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b34083a3-eb3e-45d8-8d2d-09977a42b64d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5620e31c-dd52-432d-be86-04a1231ef4ab",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "97ee71f3-76d6-401e-95a5-bac3842e15f4",
          "name": "Venus lending",
          "request": {
            "name": "Venus lending",
            "description": {
              "content": "Returns venus lending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "venus"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e8ee7b72-8f0a-4a2c-8197-898a2a9ad827",
              "name": "Venus",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abeb8d15-31ab-44c1-818f-2194a0294b86",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebf91f33-c9bf-472a-be1e-5a0e3f5fac51",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8384da92-f6b7-498e-b46d-85691f70a664",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf0517b0-b8e7-434b-ae4f-824f23773063",
          "name": "Lending protocol data",
          "request": {
            "name": "Lending protocol data",
            "description": {
              "content": "Returns lending protocol data data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0f222e83-8a73-4d13-820c-820c9e21d607",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d27cf34-130f-499b-b68c-4f3b99aa0ba8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fdaed6e-7daf-43e6-aa03-33eb7f3c2ccc",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bd3bed-ec6d-4855-ad6b-c6a15b59e85c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1876f329-3622-4c33-bbf0-0a30b636c165",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75bc6b88-6071-411e-8e2d-afe853e6de62",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c01364e-2e91-4b77-9863-a882d9b87924",
          "name": "Protocol lending rates",
          "request": {
            "name": "Protocol lending rates",
            "description": {
              "content": "Returns protocol lending rates data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                ":protocol",
                "rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "20acf916-3bf3-43d4-922d-fcb77fb47e51",
              "name": "Rates",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "566c204d-b7c4-4d6d-b497-199e77c790b4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dcdaf12-bca2-4ad9-ac84-b9753aae4183",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfb9664a-4354-404b-a24b-6ebb3067d346",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53ec2d7c-8fad-4849-ad7f-f58e3f588382",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    ":protocol",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b531c72-1bcc-4580-843d-802559717710",
          "name": "Crypto events",
          "request": {
            "name": "Crypto events",
            "description": {
              "content": "Returns crypto events data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "events"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5716760b-ac7a-423a-853c-cb928009e13c",
              "name": "Events",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe695445-053f-4eed-9756-e73d4ecd59a2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1f08ef5-ef9e-4086-94ae-afd551666fbb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ebe7e3a-7cc7-47e8-9504-b0f0d3943870",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3aa403a5-a380-48ea-9a03-b249498a361a",
          "name": "Upcoming events",
          "request": {
            "name": "Upcoming events",
            "description": {
              "content": "Returns upcoming events data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "events",
                "upcoming"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a6cf40e3-4b65-492d-88b5-e5d08878db1a",
              "name": "Events",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"events\": [\n    {\n      \"id\": \"<string>\",\n      \"date\": \"<dateTime>\",\n      \"date_to\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"is_conference\": \"<boolean>\",\n      \"link\": \"<string>\",\n      \"proof_image_link\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"date\": \"<dateTime>\",\n      \"date_to\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"is_conference\": \"<boolean>\",\n      \"link\": \"<string>\",\n      \"proof_image_link\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77d7a271-5ac8-4d86-97b1-f1326be8a0b7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe549c48-7ea8-4850-a3ed-77356cc8cd94",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f17b3afc-3760-49f4-be11-3772a477be9e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "events",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5826c0b0-cb6f-456f-b665-9549fe1c628c",
          "name": "Options by chain",
          "request": {
            "name": "Options by chain",
            "description": {
              "content": "Returns options by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4abad103-8f54-47bb-a0dd-fd9b95595e90",
              "name": "Options",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"premiumVolume7d\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"premiumVolume7d\": \"<number>\"\n    }\n  ],\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94ea63f8-9965-44f5-ac1a-b78ad1759027",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b77eee76-8dd1-4175-b977-550a5c991e9a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f80fd82-8455-4126-8254-bfa177721d70",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4cc91920-0642-4db2-ac64-086e32e4356d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e5645101-e73d-4f96-995c-ba70ba40c31b",
          "name": "Dopex options",
          "request": {
            "name": "Dopex options",
            "description": {
              "content": "Returns dopex options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "dopex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "00de7b32-37cc-40fc-9a19-05f1b315ef8e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "dopex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3f9f1b3-887a-4779-9c84-8f8cfe5f4322",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "dopex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bde29ce-be55-4b7a-a4a8-83179f4dd278",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "dopex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98455410-3849-48f4-a9a1-d8cef95e2202",
          "name": "Hegic options",
          "request": {
            "name": "Hegic options",
            "description": {
              "content": "Returns hegic options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "hegic"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d50203e9-3430-473b-af8c-7cf4b8613492",
              "name": "Hegic",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "hegic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume7d\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2d604b1-e272-494c-a8e2-f2b4ce4fbca7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "hegic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bae09707-6fd5-46ad-9dac-84492af2d91b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "hegic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2287ddf6-76d6-40f3-8ec1-d8a5d3ffa802",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "hegic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48c2231e-97ad-4acf-a3c2-bb1eadf18830",
          "name": "Lyra options",
          "request": {
            "name": "Lyra options",
            "description": {
              "content": "Returns lyra options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "lyra"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b4f942dd-33a9-4c83-8435-5bd50fe4ecba",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "lyra"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15f21998-24f2-4268-8407-4ae2c4bb3cb1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "lyra"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bee54f67-30e1-444a-b252-46b76dc638d9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "lyra"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f8bfc54-6f3d-441a-86f0-3529ee2f3a9e",
          "name": "Options notional",
          "request": {
            "name": "Options notional",
            "description": {
              "content": "Returns options notional data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "notional"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3158cfeb-360d-4a16-bbda-0a6ba4385e61",
              "name": "Notional",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocols\": [\n    {\n      \"total24h\": \"<number>\",\n      \"total48hto24h\": \"<number>\",\n      \"total7d\": \"<integer>\",\n      \"total14dto7d\": \"<integer>\",\n      \"total60dto30d\": \"<integer>\",\n      \"total30d\": \"<integer>\",\n      \"total1y\": \"<integer>\",\n      \"totalAllTime\": \"<integer>\",\n      \"average1y\": \"<number>\",\n      \"monthlyAverage1y\": \"<number>\",\n      \"change_1d\": \"<number>\",\n      \"change_7d\": \"<number>\",\n      \"change_1m\": \"<number>\",\n      \"change_7dover7d\": \"<number>\",\n      \"change_30dover30d\": \"<number>\",\n      \"breakdown24h\": {\n        \"key_0\": true,\n        \"key_1\": 5170,\n        \"key_2\": \"string\"\n      },\n      \"breakdown30d\": {\n        \"key_0\": false\n      },\n      \"total7DaysAgo\": \"<integer>\",\n      \"total30DaysAgo\": \"<integer>\",\n      \"defillamaId\": \"<string>\",\n      \"name\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"module\": \"<string>\",\n      \"category\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"protocolType\": \"<string>\",\n      \"methodologyURL\": \"<string>\",\n      \"methodology\": {\n        \"UserFees\": \"<string>\",\n        \"Fees\": \"<string>\",\n        \"Revenue\": \"<string>\",\n        \"ProtocolRevenue\": \"<string>\",\n        \"HoldersRevenue\": \"<string>\",\n        \"SupplySideRevenue\": \"<string>\",\n        \"total24h\": \"<number>\",\n        \"total48hto24h\": \"<number>\"\n      },\n      \"slug\": \"<string>\",\n      \"id\": \"<string>\"\n    },\n    {\n      \"total24h\": \"<number>\",\n      \"total48hto24h\": \"<number>\",\n      \"total7d\": \"<integer>\",\n      \"total14dto7d\": \"<integer>\",\n      \"total60dto30d\": \"<integer>\",\n      \"total30d\": \"<integer>\",\n      \"total1y\": \"<integer>\",\n      \"totalAllTime\": \"<integer>\",\n      \"average1y\": \"<number>\",\n      \"monthlyAverage1y\": \"<number>\",\n      \"change_1d\": \"<number>\",\n      \"change_7d\": \"<number>\",\n      \"change_1m\": \"<number>\",\n      \"change_7dover7d\": \"<number>\",\n      \"change_30dover30d\": \"<number>\",\n      \"breakdown24h\": {\n        \"key_0\": \"string\",\n        \"key_1\": 4452.651148179225\n      },\n      \"breakdown30d\": {\n        \"key_0\": 8663,\n        \"key_1\": 2253.017345928459,\n        \"key_2\": \"string\"\n      },\n      \"total7DaysAgo\": \"<integer>\",\n      \"total30DaysAgo\": \"<integer>\",\n      \"defillamaId\": \"<string>\",\n      \"name\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"module\": \"<string>\",\n      \"category\": \"<string>\",\n      \"logo\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"protocolType\": \"<string>\",\n      \"methodologyURL\": \"<string>\",\n      \"methodology\": {\n        \"UserFees\": \"<string>\",\n        \"Fees\": \"<string>\",\n        \"Revenue\": \"<string>\",\n        \"ProtocolRevenue\": \"<string>\",\n        \"HoldersRevenue\": \"<string>\",\n        \"SupplySideRevenue\": \"<string>\",\n        \"total24h\": \"<number>\",\n        \"total48hto24h\": \"<number>\"\n      },\n      \"slug\": \"<string>\",\n      \"id\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9ea9f01-43f0-403b-885c-c55e0bf10bc6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3a704f9-0ef4-4b2e-9fe0-d32373a6ed2a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d1ba378-ab9b-46a0-8e30-a631c52c2df9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "notional"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e9a402f-da95-452b-b4d2-26e841b484b8",
          "name": "Opyn options",
          "request": {
            "name": "Opyn options",
            "description": {
              "content": "Returns opyn options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "opyn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "51a9df05-b5d3-4c7d-8fb8-936b98bcb8c8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "opyn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b77b9e78-b7a0-459e-8af0-e23f6d217286",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "opyn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170ea949-8d91-4c37-aa76-37306dfe3619",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "opyn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4dd542f-9bc6-4bd5-923f-2e53348241fb",
          "name": "Premia options",
          "request": {
            "name": "Premia options",
            "description": {
              "content": "Returns premia options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "premia"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ea836722-f703-4446-8d91-9d37584a645e",
              "name": "Premia",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "premia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"volume24h\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff24165a-9fb2-4cf6-8d0e-cc62e3021ce2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "premia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8c438a7-0185-4a28-8f20-b9683f493178",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "premia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0de6f9a0-6b66-4263-a18b-739c853330fe",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "premia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e68fa134-8f6b-447d-8a3a-1c9ee3ac6192",
          "name": "Ribbon options",
          "request": {
            "name": "Ribbon options",
            "description": {
              "content": "Returns ribbon options data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "ribbon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "46b81b8f-2dd6-4e32-aa31-26e45e62733d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "ribbon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02488e9c-f175-44bf-ae8b-9eb819e8dfd8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "ribbon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f34a16e-a9d3-4130-90ad-0c8760b4128c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "ribbon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31d8d667-e533-442e-9366-10df951dd205",
          "name": "Aevo perps",
          "request": {
            "name": "Aevo perps",
            "description": {
              "content": "Returns aevo perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "aevo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c60ec5c5-010c-4218-9920-7ca74502c94c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "aevo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d791776-22c4-4845-864d-c8ddfe8203b4",
              "name": "Aevo",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "aevo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ecfc98b-b681-4274-8582-1dbdb98a3bf4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "aevo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09e760f2-2b51-45a8-ac82-2e905c89d358",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "aevo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0bc83e1e-c287-4792-be8d-8183561ea152",
          "name": "ApeX perps",
          "request": {
            "name": "ApeX perps",
            "description": {
              "content": "Returns apex perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "apex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "27e5599a-870b-49b0-9f37-9fec3c264064",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "apex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a509afd9-d8a9-4ebc-91c3-570d8ed0860e",
              "name": "ApeX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "apex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06d52b15-eb6c-4362-adea-479f407933a0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "apex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f0f238c-1bdf-4f3c-9582-3c30d2483719",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "apex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f3090bda-5e57-4d6f-88a5-0a7b629885f5",
          "name": "Bluefin perps",
          "request": {
            "name": "Bluefin perps",
            "description": {
              "content": "Returns bluefin perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "bluefin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "03cf9ad2-750d-4aa3-b011-c10451aa63d0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "bluefin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "084f922c-63dd-4327-92f5-a0a81d375e2f",
              "name": "Bluefin",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "bluefin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35184e33-2872-4de2-95ec-2f753174daef",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "bluefin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9475078-8669-45ca-9d8e-d1576f3942f1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "bluefin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5f1e085f-e8b8-49d5-b532-4dcb11d34e1d",
          "name": "Cap perps",
          "request": {
            "name": "Cap perps",
            "description": {
              "content": "Returns cap perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "cap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f7c27c9e-873c-48fb-98c8-c8a0142d8c9d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfaf4a2f-ed32-4027-905b-6adf2a886214",
              "name": "Cap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfbaad37-abff-4896-8b5f-d3083ef7f1d8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb8a608e-8f32-43d4-987a-f9a17de36a22",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0cfefe5-287f-41f5-b3a7-2c55673a1658",
          "name": "Perps by chain",
          "request": {
            "name": "Perps by chain",
            "description": {
              "content": "Returns perps by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f7bc2451-2633-4162-b987-b573fea1ed96",
              "name": "Perps",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"premiumVolume7d\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<number>\",\n      \"premiumVolume7d\": \"<number>\"\n    }\n  ],\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "029539e3-2157-4ce7-a9af-fc9ab28e3a41",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f8b4c63-33df-4de3-bd8f-c26e6fee00fa",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67a2fd2e-19d7-43f8-bf2c-82743f3ac76c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c37e09f0-2946-4422-a9ae-408b48f49c9d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9859ff7e-b76c-407b-b0ba-b5e8979fb665",
          "name": "Top perps comparison",
          "request": {
            "name": "Top perps comparison",
            "description": {
              "content": "Returns top perps comparison data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "compare",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0e8fa475-6001-4a28-9595-6f54eb1e2ef4",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"ranking\": [\n    {\n      \"rank\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"volume7d\": \"<integer>\",\n      \"change24h\": \"<number>\",\n      \"dominance\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"rank\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"volume7d\": \"<integer>\",\n      \"change24h\": \"<number>\",\n      \"dominance\": \"<string>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"totalVolume24h\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86475e76-4285-4be8-8bcb-aa95f10a3b68",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16d24148-ad2c-4287-8a3e-ab647f29c475",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9161433-9983-4e55-8ca0-07bf100c8e60",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "compare",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "36227131-80e6-42b1-9bcf-7d807c41bd87",
          "name": "Drift perps",
          "request": {
            "name": "Drift perps",
            "description": {
              "content": "Returns drift perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "drift"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "13ead2ea-44ce-4e6e-b4ad-db04462fe91a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "drift"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebc340d8-b132-418c-a5d6-19415bffa9b4",
              "name": "Drift",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "drift"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe3f9a80-e56d-4fd2-873c-f06ee0558a78",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "drift"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce2abe94-8925-4ccf-b514-b816c5869f78",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "drift"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2ebf053-3eb0-43c5-a4be-f5ca88226db6",
          "name": "dYdX perps",
          "request": {
            "name": "dYdX perps",
            "description": {
              "content": "Returns dydx perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "dydx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d7bc68de-7c8d-43d9-b249-066e223d5d13",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1c0ba79-668f-4bc2-ad51-1ace97038b4e",
              "name": "dYdX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01b59c3c-fcfd-48b9-ac8f-6f449b665b8a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d496a6a-c155-4c8b-951a-e0cd0f7ae8ec",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9b69ed0-e251-4735-9399-a177c21101d6",
          "name": "Gains Network perps",
          "request": {
            "name": "Gains Network perps",
            "description": {
              "content": "Returns gains network perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "gains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "23ba48d9-c580-4ab2-98c8-aed4aeb75f86",
              "name": "Gains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49799078-fd78-4fe0-b8d2-d2efdf3ce512",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "335bd3d7-de46-4b75-bfc0-d03fe2874113",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a8942a0-a1a0-4870-bd72-5feed441b055",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49bfaafa-752a-424f-92b0-c14a0aa119c3",
          "name": "GMX perps",
          "request": {
            "name": "GMX perps",
            "description": {
              "content": "Returns gmx perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "gmx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0d2440f6-7ff9-4e15-b7e0-94c52e529e4e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cff09d5-004a-4a17-a831-d0dcbe7eae14",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f632744-5a8e-48a5-9388-2bdc89b8b9c5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dff21da-9109-4ec1-88a8-e0cd603c541a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f035bbef-bc1a-4541-b34b-0ce5f6f9eb39",
          "name": "Hyperliquid perps",
          "request": {
            "name": "Hyperliquid perps",
            "description": {
              "content": "Returns hyperliquid perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "hyperliquid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f75e80c1-c39b-4756-aaa2-62b5046e1fe4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894b4240-5f6b-499b-8979-ce253d70c45f",
              "name": "Hyperliquid",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ec9ec90-01c6-4c1b-a675-9ff4e1044e1b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c3daabe-68ff-49bd-9c8b-60a38fab4b79",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10862ea9-03f1-4526-8077-652495c7ce55",
          "name": "Kwenta perps",
          "request": {
            "name": "Kwenta perps",
            "description": {
              "content": "Returns kwenta perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "kwenta"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4de39ef5-e077-4008-9f16-1394f17ca5a7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "kwenta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5df157d5-de00-403d-ba71-4e6d5c5ebd3b",
              "name": "Kwenta",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "kwenta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2df5387-50e4-4daf-b20f-bff4850662c5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "kwenta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c79bd1f5-c0f8-43fc-9194-f98aad6d884d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "kwenta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63239521-ade0-4cce-8e59-94c4c1d125e9",
          "name": "Level perps",
          "request": {
            "name": "Level perps",
            "description": {
              "content": "Returns level perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "level"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9a2b4751-af6f-4e2a-8e89-3cf00fc6214d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "level"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad4aa6df-7bb4-493a-9c59-98f5fcbd889c",
              "name": "Level",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "level"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36274cf8-7b83-42e6-9060-5ce9c44765a4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "level"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7318baab-9d32-471d-bd39-5cb0a963694d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "level"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54a447d3-5cf0-4356-a4e2-0ad3993c5595",
          "name": "Perps protocols list",
          "request": {
            "name": "Perps protocols list",
            "description": {
              "content": "Returns perps protocols list data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "list"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8cb0bd16-9870-4d75-9564-d34b2487f5c1",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e053fcd8-c4f0-49b7-b79b-5f32fe74cdfc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e3844e0-345d-4da3-97fc-d3ece6f5613c",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7771cb41-c307-41f1-a27c-7f018d295b4c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba9d82a1-64d0-46e4-ad8f-751a381473ab",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "list"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "847cb82e-495c-46bf-b785-7c1a061076ef",
          "name": "MUX perps",
          "request": {
            "name": "MUX perps",
            "description": {
              "content": "Returns mux perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "mux"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9f80ed4f-74df-4eb5-a468-a277615da75e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "mux"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c13737c3-e05b-475c-a9af-ffe64b8c21e3",
              "name": "MUX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "mux"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9861e683-dfce-44ae-a93b-507b1c02f15a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "mux"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98f47b50-f081-409a-b31e-9a8abede2c5b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "mux"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35b78b63-6621-45b9-b4b0-d2e63ca6e32a",
          "name": "Rage Trade perps",
          "request": {
            "name": "Rage Trade perps",
            "description": {
              "content": "Returns rage trade perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "rage-trade"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "be30b8a2-c5c6-4b62-a5c7-af031fc2b48a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "rage-trade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54f20709-b48a-42ac-842b-ee665400cece",
              "name": "Rage Trade",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "rage-trade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05d1df7a-f6a5-41b5-a53f-362d9993ea6e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "rage-trade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b501eaf-955a-4507-b0b3-5f312a30db26",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "rage-trade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ea56f66-9da7-4961-a274-0b639f8a75bf",
          "name": "Vertex perps",
          "request": {
            "name": "Vertex perps",
            "description": {
              "content": "Returns vertex perps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "vertex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "33da97b8-b4cc-4c25-bf2a-392e40375d22",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "vertex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb827e3b-2e72-4d1d-bf91-a00a9100a330",
              "name": "Vertex",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "vertex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efe73c57-0ba3-44d4-bdaf-ed605c3ed8ed",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "vertex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52a2f366-2f9a-49d8-a838-13a5a41b82da",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "vertex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6a8822f-5c01-4037-89b6-8da2b9df92f2",
          "name": "Perps protocol data",
          "request": {
            "name": "Perps protocol data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nPerps protocol data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "870a5fb4-e014-42d7-beda-85a003339bad",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "871fc98d-14ef-4910-b322-939ab0ae431e",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1110639-6c35-4904-b56e-83b86350674a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bd42c86-7afe-48d0-a23b-623810ae0c64",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e814fb2a-aa64-4e49-aab3-d5b57fb67fd6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff0850fd-6519-48b4-9d87-75418b1d4e94",
          "name": "Get Token Price",
          "request": {
            "name": "Get Token Price",
            "description": {
              "content": "Get real-time price for any supported token with 9-source fallback for reliability.\n\n### Supported Tokens\nETH, BTC, USDC, USDT, DAI, LINK, UNI, AAVE, ARB, OP, MATIC, SOL, and 100+ more\n\n### Data Sources (fallback order)\n1. CoinGecko → 2. DefiLlama → 3. CoinCap → 4. Binance → 5+ more\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol (case-insensitive)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4872f456-8219-4395-863a-dff28e01c7a9",
              "name": "Price data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6640a63-cb45-4f89-bf33-f084f04e9396",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa1acb55-3fcb-42e8-9858-80c8c5f15290",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fb8f474-b25d-4ee8-bdc1-0377f1fc2278",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1109bfc-9219-426a-bca3-518d84b77965",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e45e95d6-6b12-4fde-b5e9-b49177f0250d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b577f51d-3e44-4bb6-964f-cb2278041394",
          "name": "Revenue overview",
          "request": {
            "name": "Revenue overview",
            "description": {
              "content": "Returns revenue overview data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9ff79123-820f-410b-ac17-de06b6fa1f6d",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalRevenue24h\": \"<integer>\",\n  \"totalRevenue7d\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ddd2230-919e-41c2-80a7-697f45babc0b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "561c288d-3d03-4d38-83db-ee31824b3d50",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06d2ec00-6132-400c-860a-c09105af3093",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2380b805-37d0-4c9e-be8b-2d7f6985f15a",
          "name": "Ethereum revenue",
          "request": {
            "name": "Ethereum revenue",
            "description": {
              "content": "Returns ethereum revenue data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5a62aa6a-b4d7-4d60-8ece-5aa9911d0623",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74397cc1-8212-480f-b73a-9d7fb360f9e1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b9e1ba0-b8c5-457a-b4c7-ef2caa96cf55",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf4a31b1-830e-40b6-9023-e90d560ec157",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52450a25-9e8b-4901-96b3-71e53f31b51c",
          "name": "Protocol revenue",
          "request": {
            "name": "Protocol revenue",
            "description": {
              "content": "Returns protocol revenue data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "protocol",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "35543993-7e96-4c4c-b571-2ee2eacd7aad",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"change7d\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"twitter\": \"<string>\",\n  \"audit\": \"<boolean>\",\n  \"auditLinks\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6eebb949-9fc1-4956-989f-ae5126a924a1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95d1270e-85e2-4d34-8278-4936db050895",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "329e8301-6098-4b57-b5d0-927827d6aed5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd6a6ab7-50e2-4baa-adf7-a5029e687928",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "protocol",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "972aa646-5d8c-41fc-a3a3-45605ae4e03a",
          "name": "Top revenue generators",
          "request": {
            "name": "Top revenue generators",
            "description": {
              "content": "Returns top revenue generators data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0235733f-5f9e-405a-b1fa-374fee5a13ef",
              "name": "Top revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"topRevenueGenerators\": [\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\",\n      \"revenue7d\": \"<integer>\",\n      \"change24h\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"revenue24h\": \"<integer>\",\n      \"revenue7d\": \"<integer>\",\n      \"change24h\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb47799c-685c-4bcd-8d81-a8e1e70fbf92",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c29cc51-98c1-418a-9bb9-1717c03e4c4e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4270f3c2-fde9-4250-8f20-293e444e49aa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fe2c9a95-09d4-45cc-8c99-dbda89c9bd06",
          "name": "Protocol revenue",
          "request": {
            "name": "Protocol revenue",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nProtocol revenue",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4f0df7bc-d380-44ae-856d-8cf1fb4795c1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c97c733-e6bd-442e-9447-99ab2760ab88",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1c105e4-41fb-46c1-a516-838630ceadd3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3247afa7-87ff-4769-9f89-bd33f2a4fb39",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b088a5e-4c0e-453a-b5c5-2b76dbb3cf44",
          "name": "DAI info",
          "request": {
            "name": "DAI info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "dai"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f5432f3e-1322-4d80-83f1-2e7e91d55d92",
              "name": "DAI",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53505594-3224-47fc-8167-823d752286b7",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4e90345-fbf5-4540-a15d-61624fb558f5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82462efe-ec5e-4065-b6c6-48f4b0eaae4b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58946f4b-20d5-4db1-b75a-86c200c35a94",
          "name": "LUSD info",
          "request": {
            "name": "LUSD info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "lusd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ec5123f3-f1e1-402c-b89d-f1a45c0ca9cc",
              "name": "LUSD",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46035363-47da-4420-83e9-51f3fb4ced16",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fda96c00-f7e0-4914-bccc-057f0d819921",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85eb31f0-1a47-4ad8-9d93-dd757aeef9f5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8062db5-3db2-42a0-b0cd-c994375c7f75",
          "name": "DAI stats",
          "request": {
            "name": "DAI stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                "dai"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9f4e2769-5108-4b93-aa55-e43c311b702c",
              "name": "DAI",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e128a88c-212b-4783-8598-0aacda02899a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2086e945-c3a5-460f-a3a9-93f25e08c134",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25a98572-42ed-4c7f-91ad-a2c06dfa1011",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "dai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e9a8b695-223b-4208-82f7-436a091de59a",
          "name": "FRAX stats",
          "request": {
            "name": "FRAX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                "frax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "92d45c57-9169-47bc-a64f-0c5ec8144d7f",
              "name": "FRAX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85ed6c83-7b79-4227-8e75-ea1f48fa0c6a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99767b85-4edf-41c0-842d-4e7e26cc91d3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d760ed0d-3a95-495e-a46f-4632b7cba3e3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5aa9eec1-0b64-4c1f-b124-d0af44cb9403",
          "name": "USDC stats",
          "request": {
            "name": "USDC stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                "usdc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4edd98ba-93e4-423c-9d67-f318cbdf89bd",
              "name": "USDC",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "826d737c-6597-4105-8e9c-48913ceef5f4",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70a13e17-edeb-4e9b-9a36-c798b991cda1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe2167bf-3667-42f5-8a1b-19f5f8bc1c97",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f32558a-d13f-41e5-90c9-d6628f25e5bf",
          "name": "USDT stats",
          "request": {
            "name": "USDT stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                "usdt"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5d880c0e-6a6d-4345-bac3-799e4e759ab0",
              "name": "USDT",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfc68d2b-512e-410c-8e58-226c4cd2a48c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cedc884-270c-4e53-adf7-49a4fa3e2de5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b5b9f59-4ee1-4d24-9402-d7f794bd23c6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25fb6acc-16fe-465f-be8b-c3e0f871591b",
          "name": "Stablecoin details",
          "request": {
            "name": "Stablecoin details",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                ":asset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset identifier (token symbol or address)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a2287898-9e0a-48a9-858b-14b1ad613671",
              "name": "Details",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset identifier (token symbol or address)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c890918-dd0b-4de5-b7b6-f6cfe89d27ab",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset identifier (token symbol or address)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a838aef-0820-445b-bbfb-fdaf391ae537",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset identifier (token symbol or address)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18286985-733c-4cb1-ba88-f87d576a3c91",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset identifier (token symbol or address)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba4fbe9f-b5db-4ecc-a572-286c326883a9",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset identifier (token symbol or address)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81b8f6a7-c6d2-4f60-a905-c51627a46ac7",
          "name": "Stablecoin by chains",
          "request": {
            "name": "Stablecoin by chains",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nList supported blockchain networks",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                ":id",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1b5bebb2-eb80-4a33-8115-a92b493d003a",
              "name": "Chains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":id",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05b34649-ea94-45e2-8da2-8eb7be289eb3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":id",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4ce6a02-b837-4c24-b1e7-892ca419a073",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":id",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2975df2a-cac8-4ce4-8046-d798291a1ffb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":id",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "818357f7-0873-4d8d-ae0d-9d676f3f3485",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    ":id",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea3e8c9a-e551-4541-a950-dd8dde46170b",
          "name": "Arbitrum stablecoins",
          "request": {
            "name": "Arbitrum stablecoins",
            "description": {
              "content": "Returns arbitrum stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f375f848-63b8-47db-96a0-2570a16e91aa",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fc6f248-d191-4ab9-8013-3cce05b0cf68",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0126df5-4d85-4e7d-a2da-4d2d3255ba26",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78af75d1-b4bb-40d2-808d-7639edbcf1ed",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f7e1cba7-1e2b-48d1-ae81-21f25293ebf7",
          "name": "Avalanche stablecoins",
          "request": {
            "name": "Avalanche stablecoins",
            "description": {
              "content": "Returns avalanche stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f6aa07b3-3e1a-4177-b12b-6aca8d0e4b3a",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "891d251c-84a2-4345-b7d1-102b9b22258c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc99d6f4-09d0-4e03-8024-c5e04c7702ea",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acc9f881-3a0d-4aa2-80d7-3643936d895f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85266d40-2d7f-4e5a-aae6-0435cb5c7c7e",
          "name": "Base stablecoins",
          "request": {
            "name": "Base stablecoins",
            "description": {
              "content": "Returns base stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "148aa9da-2a6c-4ec4-86a9-6cbfe9eb915f",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f75aafb-bc81-4e3e-9e5d-d96fbf7b8c78",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "645ac0c8-98a4-47fe-a7b2-a3546a5a6c94",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24e5ba6d-f673-46eb-8148-be2f4bbe7e64",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c404df8-2d3c-4e09-94da-9183ef62e24c",
          "name": "BSC stablecoins",
          "request": {
            "name": "BSC stablecoins",
            "description": {
              "content": "Returns bsc stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "09cb8fa6-c43a-4af8-bb48-d0d82767e04c",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a68fc6b-c825-45e3-bc26-967a055e1dfd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3bfc306-8e26-46bf-88ff-854ba0a3ce9e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8d39795-a523-473b-8bf5-4cd71fdba203",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "72b9df57-fde7-4707-8610-87e1fffd7de1",
          "name": "Ethereum stablecoins",
          "request": {
            "name": "Ethereum stablecoins",
            "description": {
              "content": "Returns ethereum stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3372bc45-08f3-4b9d-b4a7-f50a68be5778",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a6814f6-7cd5-4540-8e61-ecbe13bea623",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70b0e29c-f272-4232-b606-343f4177910d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c48d2bf-cc72-4f22-8e93-a7e87a58e407",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b728955-8539-4fcb-b74a-be7a3c04401e",
          "name": "Fantom stablecoins",
          "request": {
            "name": "Fantom stablecoins",
            "description": {
              "content": "Returns fantom stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cd01489b-82f4-4a15-9184-2269de3e5400",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bf42b24-2fa5-4640-8407-1e5d678c3d5b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cbaafc3-d6ae-4388-b3ef-744e626fb646",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cd445fc-b9de-4b64-a050-c7fe72923d57",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff07501a-1bb1-4349-baf4-838a69db7f25",
          "name": "Optimism stablecoins",
          "request": {
            "name": "Optimism stablecoins",
            "description": {
              "content": "Returns optimism stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3d7c65a3-e24d-41d4-babc-2f4a703b9517",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0ac4dd4-1e81-4486-b288-178512d415f4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53da1663-216b-43dd-94ed-e39952539ec9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a97d903-ea93-432f-9c54-522a5cdb936c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "708dc895-3c42-4b2a-8772-2a83cc260df4",
          "name": "Polygon stablecoins",
          "request": {
            "name": "Polygon stablecoins",
            "description": {
              "content": "Returns polygon stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "03d7cd02-a285-4c88-934f-9493dcc8d2cc",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25138558-1d74-4e9a-863f-ac989e59f761",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1359b651-78b7-4956-b300-ea836f0b1dfa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1af9e93-4f9b-4b08-8dd4-57bf0fcb2cea",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f08dd97d-e02d-43db-87b0-53c07ae0a8ac",
          "name": "Solana stablecoins",
          "request": {
            "name": "Solana stablecoins",
            "description": {
              "content": "Returns solana stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8a79cdc3-b7b7-4830-8c4f-360b8c6a99df",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c7986e3-1a9e-4bc9-8625-d4fddf43b108",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f28de8cb-c372-4fe9-aa0b-35d248732834",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05c66ecd-1100-4d55-9b40-433568e3b97b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01abf1d1-03bf-4256-9db0-7cb7cbad2a0f",
          "name": "Tron stablecoins",
          "request": {
            "name": "Tron stablecoins",
            "description": {
              "content": "Returns tron stablecoins data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                "tron"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8f07be00-9c84-4c48-8e22-b1947e8864d9",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4ac92ac-348d-4f9d-a41e-43ce6a6d9cd0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "630d0067-8a17-46f8-8f30-c48f03acde37",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b6bc6d1-f2c3-418b-82da-cf0d492edc3e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18043e60-3eea-4bf9-aae8-30f0b3ad8167",
          "name": "Stablecoins on chain",
          "request": {
            "name": "Stablecoins on chain",
            "description": {
              "content": "Returns stablecoins on chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8f877e5c-72ec-47e1-9a2c-b9d635a42069",
              "name": "Stablecoins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a918f60-daad-4e87-978c-457d96cbb229",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c463ef6d-50e8-41ef-a6b6-ffa6609a6fb1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa0ce10d-5382-4d5b-acdc-05adc9b3ea80",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "272c06f7-1029-47e8-8a31-c7789441fa97",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14f834f9-9668-4ea1-a5d8-0ab2d4defbed",
          "name": "Stablecoin flows",
          "request": {
            "name": "Stablecoin flows",
            "description": {
              "content": "Returns stablecoin flows data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "flows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "64b90d74-5c9e-4dbd-a480-82b985a64066",
              "name": "Flows",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4038823e-a055-4c7c-ae0c-34598ebcd5df",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23fcef4d-ea6d-48ef-b492-83f6cc31e70a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81bc624c-f173-4dd4-9914-f28c8506504d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e73f7ba0-1de7-4acd-bace-f46fae548b02",
          "name": "Stablecoin market cap",
          "request": {
            "name": "Stablecoin market cap",
            "description": {
              "content": "Returns stablecoin market cap data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "marketcap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1601114f-4c87-4a7c-aa53-2abb3e69cd16",
              "name": "Market cap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "740631d6-3a54-4af0-a46b-80e27095cd7f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "844f1430-9d3a-40bf-b36b-e536dae9b6c2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abec5227-821d-4359-84d9-62d7ae08ab13",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d1d145e-2c69-4fd4-bafc-3bf3e49f027c",
          "name": "Stablecoin prices",
          "request": {
            "name": "Stablecoin prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fe0d3571-f982-4a0b-8131-ac5e7e22d9be",
              "name": "Prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed1df0dc-c4fb-4f1a-963c-33032f1ea34b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74bec36f-ec50-4267-bc10-08f971858aa9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3a110e6-9772-4459-aaa9-47b9d2ae5266",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc1b7e9a-ff87-44b7-b29e-0a2f1d9821f9",
          "name": "USDC info",
          "request": {
            "name": "USDC info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "usdc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6a33c974-6c0c-4054-8433-69e071c15f1b",
              "name": "USDC",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11a8f035-7b7b-4e6d-8104-f5c0b267504c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39ba2f9c-40f3-4908-a1a7-d87627c53c81",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02772ce1-8020-41b7-ac8e-c4a33cfbde6c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46bc7ac7-a371-48ec-aa43-8af1c27ba673",
          "name": "USDe info",
          "request": {
            "name": "USDe info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "usde"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e02e96aa-dda3-4db7-a28c-e5066883d835",
              "name": "USDe",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usde"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e670c3df-d3a4-488a-a528-abd707e84e37",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usde"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4700a36a-f9ba-4f52-bcc7-26e11f159b40",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usde"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4222dafa-4b92-4904-8f11-43d96bdb36e3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usde"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e98fbe9-d60f-4c9a-a7d4-889f06142211",
          "name": "USDT info",
          "request": {
            "name": "USDT info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "usdt"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2b515154-c6f8-4df6-8c1d-0e284c53950f",
              "name": "USDT",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"gecko_id\": \"<string>\",\n  \"circulating\": \"<double>\",\n  \"circulatingPrevDay\": \"<number>\",\n  \"circulatingChange\": \"<number>\",\n  \"price\": \"<number>\",\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"circulating\": \"<number>\"\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"history\": [\n    {\n      \"key_0\": 9278.745879506669,\n      \"key_1\": 8390\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalCirculating\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e21a6af-583a-4ee0-a465-296ee789fed3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f94b2b3-b136-42c0-8cc0-91831617d6de",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a92b9db-e237-4b07-8272-f142f2a51d04",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "usdt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58cf1dff-a9d7-463b-b5b0-9e915ec91e93",
          "name": "Liquid staking overview",
          "request": {
            "name": "Liquid staking overview",
            "description": {
              "content": "Returns liquid staking overview data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9cc837c9-a347-4353-8804-f78a5b6d0167",
              "name": "Overview",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d347e2a8-a970-463c-a659-e3fa5eb66280",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bda1050-197b-4643-b9b5-991d54a355c4",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "541486a9-83a9-4fca-87d7-5ed15f2f1583",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f681fd2-1723-462c-bb7f-0910b3df4f8c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7f6d0126-723d-488f-9647-599224e3012b",
          "name": "Binance staked ETH",
          "request": {
            "name": "Binance staked ETH",
            "description": {
              "content": "Returns binance staked eth data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "binance-staked-eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8375b4e9-52d0-4c69-9a9c-06196c4c51b6",
              "name": "Binance ETH",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "binance-staked-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "610ddba9-c6f8-4d00-befe-dc73fd8c06d5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "binance-staked-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d63c103-c404-47f7-912b-81fdd16cc2b9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "binance-staked-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1df85fd-a557-40c9-93b0-f75354eb1084",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "binance-staked-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f41587a1-82dd-4a3f-9945-49595e71ca38",
          "name": "EigenLayer staking",
          "request": {
            "name": "EigenLayer staking",
            "description": {
              "content": "Returns eigenlayer staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "eigenlayer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4a1a277f-977c-4ce1-97f0-261c9a8ca747",
              "name": "EigenLayer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "922d9469-ccd5-4fe6-b006-ffd0b8fd9141",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e28fe483-6908-4d89-a468-a05edd362274",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bc3ae89-61b7-4534-bd45-7c76f3f43383",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1df4372a-912f-419a-a2ba-1c7dcbceb2a4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81da75f3-bc8a-4b94-bbb7-9053c8ab1ec3",
          "name": "ETH staking providers",
          "request": {
            "name": "ETH staking providers",
            "description": {
              "content": "Returns eth staking providers data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e3687be8-0d9e-4083-8a2b-f612092a94c3",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2872a5fc-e0d6-49a7-bb01-ce2f856baec3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b6ea38b-6bb1-4488-9203-26aac51c6b33",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a555bd2-90be-4689-b54d-9fc707500a6b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf538651-578b-4975-a82a-ead56d4caa70",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "124ae768-7dc8-4414-acd1-0586a883da99",
          "name": "Ether.fi staking",
          "request": {
            "name": "Ether.fi staking",
            "description": {
              "content": "Returns ether.fi staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "etherfi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d95d57e9-4aa0-4358-9763-314e6097ac6b",
              "name": "Ether.fi",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"\",\n    \"\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41d6d400-c528-4871-b7e2-41df1fb61865",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00e50299-86a3-4018-af0e-5ff2eac81f85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "582b1f41-5c91-4ad0-9f26-a9c68af631c1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1036c993-0f7c-4977-a2b8-8e7df9780385",
          "name": "Jito staking",
          "request": {
            "name": "Jito staking",
            "description": {
              "content": "Returns jito staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "jito"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cb5b9281-bc8f-45e5-bf39-68ff7fa109cf",
              "name": "Jito",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "jito"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"\",\n    \"\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a647e14-07a8-4246-aa98-81647ad63f62",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "jito"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03c57566-310f-4143-901d-81eb6aae0e84",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "jito"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f4fea45-7263-405b-bc0f-9563283e20b3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "jito"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f2f5404f-593e-41b2-83cc-1da8f3ee42a6",
          "name": "Karak staking",
          "request": {
            "name": "Karak staking",
            "description": {
              "content": "Returns karak staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "karak"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "df20949a-1924-4b7a-810e-04d6676ab1d2",
              "name": "Karak",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "karak"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bce8039a-150f-470a-9982-e8461fc7f800",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "karak"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45e8a67a-af56-41dc-a469-d3f2e1d2b5e0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "karak"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d10cf5d-4109-4725-906d-196bfb4b765f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "karak"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0cfeaab-061d-40a7-b268-4d19d9aabd91",
          "name": "Kelp staking",
          "request": {
            "name": "Kelp staking",
            "description": {},
            "url": {
              "path": [
                "api",
                "staking",
                "kelp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "80864c41-7447-4600-a235-c6a9dbe76841",
              "name": "Kelp",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2af5f173-448b-4bff-ac4a-2cfcef3d464a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92860d57-7ce4-43fc-8301-eeaa82996cba",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11f5d230-62fe-437f-896e-e080b38d2e3c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be1fff04-9086-43fb-9624-54c6af65441b",
          "name": "Lido staking",
          "request": {
            "name": "Lido staking",
            "description": {
              "content": "Returns lido staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "lido"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7d7bc9b1-97e7-4d2f-91fe-8728b7bdce07",
              "name": "Lido",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81922506-1c65-4681-a8b6-ab7bfe1099c8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f967ad75-aff1-4f14-8769-4c773164ab58",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfd6f12b-c4b6-4a48-bef5-23ed798ac78c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1572af3-e4f4-48cb-880f-24700cfde9e4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23d4b2fd-4269-4392-8523-15ded838eb9d",
          "name": "Liquid staking tokens",
          "request": {
            "name": "Liquid staking tokens",
            "description": {},
            "url": {
              "path": [
                "api",
                "staking",
                "liquid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2f39ed03-b47d-4eb0-b842-4fcaeeb04f1d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "liquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fafa0e9-03e2-4608-8380-e08446627140",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "liquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47de34a5-39fd-45b7-b209-2544a5351ef2",
              "name": "Not Found - Endpoint not implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "liquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66f004fa-5bfd-46ae-a0b6-dc6c9f919988",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "liquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99ef4bbd-3100-43da-a48a-65803d490e8d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "liquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ffb882da-28ee-4c00-aef1-bd85466055e7",
          "name": "Mantle LSP staking",
          "request": {
            "name": "Mantle LSP staking",
            "description": {},
            "url": {
              "path": [
                "api",
                "staking",
                "mantle-lsp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "95a0aa01-e60b-4f7a-9bed-b8a4e1638cc5",
              "name": "Mantle LSP",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b6deca7-992a-45a2-ba97-1f34237e970d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17aeb205-4a55-42a7-9127-c1e738c8b8e9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6b75995-0d05-4e2c-9f9c-422a54f0bbb4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d12c9c9-8831-475d-a5dc-5d7a4f4f0870",
          "name": "Marinade staking",
          "request": {
            "name": "Marinade staking",
            "description": {},
            "url": {
              "path": [
                "api",
                "staking",
                "marinade"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5a084651-9479-4ffe-8975-aeec0afe3199",
              "name": "Marinade",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "marinade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70e8bd35-cc63-4050-b213-7e3a21826984",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "marinade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64047d89-2df3-4bf9-b7b2-feafe6134da3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "marinade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbeba3e8-0acb-42b7-af14-d070f1c70a9f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "marinade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a567bec3-a374-4b67-8473-71b28f420fda",
          "name": "Puffer staking",
          "request": {
            "name": "Puffer staking",
            "description": {},
            "url": {
              "path": [
                "api",
                "staking",
                "puffer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7f4f91c2-9b66-445b-8d61-c83c57aa650e",
              "name": "Puffer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e79be868-2722-4be9-8f75-101cdb7ab438",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b456b566-d2c4-437d-a3ab-3f579fa7b2b1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a209e50-45f6-483d-b8f8-4555f5b7560d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbea09f3-c7e1-4d22-832d-61e48c6a4980",
          "name": "Renzo staking",
          "request": {
            "name": "Renzo staking",
            "description": {
              "content": "Returns renzo staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "renzo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fbd0cf03-ee03-4fc4-a922-23faf192a61a",
              "name": "Renzo",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af557c8c-d542-43c7-b27f-a036bcb970e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4227c2cd-a83f-49e8-99ac-2b8184eddfe8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97c7d1da-5937-4698-9ea6-da639eaebdc9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e35052db-5b47-45e6-8fa5-d163765cc9b8",
          "name": "Restaking protocols",
          "request": {
            "name": "Restaking protocols",
            "description": {
              "content": "Returns restaking protocols data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "restaking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fe620b44-a313-4269-a99c-98e6080bdd9b",
              "name": "Restaking",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "restaking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f7522dc-a8d1-4bd2-aeae-22ba9b129d01",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "restaking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0e657f0-8439-4a5c-a1c0-ee8e23f85720",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "restaking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "766990c8-84db-4497-a4ff-afe7bb1c2237",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "restaking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77e1da77-9501-4810-9411-c9f45f4a8b31",
          "name": "Rocket Pool staking",
          "request": {
            "name": "Rocket Pool staking",
            "description": {
              "content": "Returns rocket pool staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "rocketpool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "545442f2-45d5-49d3-ad3e-42d51767438a",
              "name": "Rocket Pool",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8137fc84-8da7-480c-8c5b-23efe0be4250",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87c4e1c1-9527-4e31-842a-53ae00bc9657",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "712666e7-bbfe-4e0b-ba5e-f258ca1799db",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5489facc-8c51-4b60-800b-d74378cd6690",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c34174e-7174-4e33-89b1-36d9dfefe603",
          "name": "Swell staking",
          "request": {
            "name": "Swell staking",
            "description": {
              "content": "Returns swell staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "swell"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ebda0073-326f-477d-b13b-b698e19add8a",
              "name": "Swell",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"\",\n    \"\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "107b2815-af27-4313-8148-65af1788fe13",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee675fba-7a53-429e-b8e2-e581dc009a41",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e30afdf1-7d91-4895-b8a6-e678b6daa18e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be803174-47cd-4e31-b501-9589ab16dbdb",
          "name": "Symbiotic staking",
          "request": {
            "name": "Symbiotic staking",
            "description": {
              "content": "Returns symbiotic staking data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "staking",
                "symbiotic"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c0cea82a-0fda-48a0-89f2-9010baab0c0a",
              "name": "Symbiotic",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "symbiotic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b6e9e12-4f72-4ec5-91a9-96f2ad79fd20",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "symbiotic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cad29aa1-b57a-4594-8ca0-215d40125764",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "symbiotic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59cee1e5-eb38-48af-98a9-064cb7f05d63",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "staking",
                    "symbiotic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "27191264-6ced-47f7-9548-3e8ea89a1cf0",
          "name": "Protocol treasury",
          "request": {
            "name": "Protocol treasury",
            "description": {},
            "url": {
              "path": [
                "api",
                "treasury",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7f6c5745-15a0-4f4a-bda6-957eb45c5cc4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e81d0c63-c1b4-4885-ad69-32eaae28507d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28f6b78a-3f8a-469e-b53e-82add61da2f4",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8a1f98b-e7cf-41b3-98db-7d9cb657cc51",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df2cec8a-795f-464b-adbf-4520ff23091d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "facffc49-b447-42f8-94b2-1967f0f964cb",
          "name": "All categories TVL",
          "request": {
            "name": "All categories TVL",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5ed0e71a-2ad3-4862-acc5-57c29532d5e5",
              "name": "Categories",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5db420e5-70f9-4cdf-b4ea-afb4a6369701",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9d604c7-44ad-456f-9979-42d9c5e7667e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5e457cc-0f3f-4940-96cf-3a25b7017407",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "764b8421-aa18-4d1b-b539-40f84fdb9047",
          "name": "Category TVL",
          "request": {
            "name": "Category TVL",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                ":category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "category",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Category filter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "785493a8-6342-44f6-8b09-e5a4af78c636",
              "name": "Category TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86ee90c2-642f-4b2f-acab-ded5c7f5b401",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c58dbb7-1901-4a7c-bb7a-5aa1a53db5a1",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acdfff95-1d90-4888-a2a5-ccc5d3485354",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab516202-626b-4610-aab5-69b29b5c3ec2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3fcf2245-6e4d-42fe-aeb9-56c4bea5bc4a",
          "name": "TVL ranking",
          "request": {
            "name": "TVL ranking",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "ranking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "24ff550b-8a3d-43f0-b037-383f91b8ee27",
              "name": "Ranking",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "ranking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e72a780-e953-4500-9b1c-dd11a68f74d2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "ranking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4585279-2822-4fa8-854b-e164eb94482b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "ranking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d26f33b-a8ee-4b52-9351-ab1b1424df15",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "ranking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "745e1bbd-9deb-418f-97a9-0388690ab84a",
          "name": "All chains TVL",
          "request": {
            "name": "All chains TVL",
            "description": {
              "content": "Returns all chains tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "all-chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0a949413-57d4-4ee4-9a8e-c7ac6bc8e076",
              "name": "All chains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95a1c237-ae1d-4e4f-afd8-d42349d81224",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "166fb13d-fb66-46bc-9232-8199297574b3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64c13eb1-9bd4-46db-b2c1-68c38c829948",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af499b2b-68ce-445d-83ca-dee35de4d5a1",
          "name": "Bridge category TVL",
          "request": {
            "name": "Bridge category TVL",
            "description": {
              "content": "Returns bridge category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "bridge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fdf49908-85fd-4ed6-84d2-cf72fcdd0ade",
              "name": "Bridge TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5016cadb-2071-42ae-84bd-31c617077ceb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "029fd2a6-4f61-48b5-a8f2-a97883a1b404",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5967c6a6-fa0a-46f0-ad11-eb39f87c3fe4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "209d28c0-400c-4e3c-94ff-7a3468985c58",
          "name": "CDP category TVL",
          "request": {
            "name": "CDP category TVL",
            "description": {
              "content": "Returns cdp category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "cdp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0aec026e-3cbc-4496-8cb8-f6ed58c2e898",
              "name": "CDP TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "002907df-4104-4a1f-915b-4b89cc991171",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "201b777e-8c0f-4ec3-b856-00d83c9371b5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3222aa8a-a144-4188-8817-71a6b934e375",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "538eef66-e29e-4374-9f30-96407bb5b9e8",
          "name": "Derivatives category TVL",
          "request": {
            "name": "Derivatives category TVL",
            "description": {
              "content": "Returns derivatives category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a45bc8bc-4bd3-4b90-9486-73581aa75a0d",
              "name": "Derivatives TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe5db4c9-550b-4e0e-a3ca-0e92c5d9e658",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c83180d3-f477-4966-b0e1-2e7e7fa5253d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18066d41-8784-412d-9027-84a30aebbe11",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b96ccd6c-29d4-46da-aaeb-2aeb7d519f87",
          "name": "DEX category TVL",
          "request": {
            "name": "DEX category TVL",
            "description": {
              "content": "Returns dex category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "066f77ed-99aa-4db0-8b78-35d155191473",
              "name": "DEX TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a8b9daf-3942-4d02-b1d6-b7f0390a498c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18bd470e-7096-4f0e-8723-28d2abf79a90",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27ec07b4-a0a5-45d8-b255-00effa9084d1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47993e7f-32e3-4f95-a127-886755a06c49",
          "name": "Lending category TVL",
          "request": {
            "name": "Lending category TVL",
            "description": {
              "content": "Returns lending category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3577cbba-6d1e-407d-af13-ac31cb8b2db8",
              "name": "Lending TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f8abffd-1bd5-47ec-bebd-280f7188be6a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "549923fe-9b42-4305-a2e2-22253030d00f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7eaeeb4f-a2e1-474b-b767-1e8a64b1468b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14c24733-99ef-49ca-bf4f-c7852e160d01",
          "name": "Liquid staking TVL",
          "request": {
            "name": "Liquid staking TVL",
            "description": {
              "content": "Returns liquid staking tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "liquid-staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dda7f14b-08b4-4032-a0a0-24f0213ee65f",
              "name": "LS TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eea47737-2d98-4216-8edc-1391a96d5618",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "857b2f25-6f03-4ce5-a7a4-d4caefdd143e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "989ac14a-bd10-48c3-a094-343917f7d294",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04195604-707a-4d35-b479-63b52b1c1488",
          "name": "Yield category TVL",
          "request": {
            "name": "Yield category TVL",
            "description": {
              "content": "Returns yield category tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "category",
                "yield"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c4f37b05-9c4c-42d5-bf5f-26de8688ab0a",
              "name": "Yield TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e161749-d1a6-4054-8caa-82d30100629b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4030067c-0b5f-4319-ac63-5420af59c9fd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c01828c3-1f8c-420a-b1cf-fcb7596b6d4f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70224c69-ee9c-4048-825d-8a0050e182c7",
          "name": "Get global tvl",
          "request": {
            "name": "Get global tvl",
            "description": {
              "content": "Returns global tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6e412057-0167-4393-8459-13b227bea51b",
              "name": "Global TVL",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"globalTvl\": \"<number>\",\n  \"date\": \"<dateTime>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "232c2868-2484-4512-b437-122344ed6d10",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82013e3c-8118-4ba1-a5ec-0264b17413da",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48066187-6dbb-430e-b0c9-1191e4501a4c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f4ebfe40-998e-4efd-9fed-4f8b96f5d1e1",
          "name": "Global TVL history",
          "request": {
            "name": "Global TVL history",
            "description": {
              "content": "Returns global tvl history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "global",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "16f3030b-0581-40f5-af60-ff88a5f82cc2",
              "name": "History",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"history\": [\n    {\n      \"date\": \"<integer>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"date\": \"<integer>\",\n      \"tvl\": \"<number>\"\n    }\n  ],\n  \"dataPoints\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e8c3667-26ae-432e-af7c-eb5c1c3f8e87",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5aee5c16-22fd-4886-a99f-053435a6e597",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c35a0a41-e222-4203-9257-70653d7be235",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac1124fd-0f7c-41be-a2bf-502681c99482",
          "name": "Protocol TVL history",
          "request": {
            "name": "Protocol TVL history",
            "description": {
              "content": "Returns protocol tvl history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "history",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) DeFi protocol identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ed8f6b8a-8493-45a4-bc2a-3c8789714ae9",
              "name": "History",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": [\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    },\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    }\n  ],\n  \"history\": [\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    },\n    {\n      \"date\": \"<integer>\",\n      \"totalLiquidityUSD\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86aaeb82-bbe1-4fe9-ae04-ff6d87195b42",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c64e1ee6-48d7-4465-98b6-e1fc1486201b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcb40dd4-ba47-4e4b-81d8-07f5e8b6b39c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bda28ee8-6d47-492c-b334-b010756a8834",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) DeFi protocol identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c0d3c7c-1106-4cac-9ba5-e365af47ab47",
          "name": "Chain TVL snapshot",
          "request": {
            "name": "Chain TVL snapshot",
            "description": {
              "content": "Returns chain tvl snapshot data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "snapshot",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6176d6d7-ad79-4c45-a4c0-5cbb7fbbdb20",
              "name": "Snapshot",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be7db1af-bbb1-488c-8cbd-878a941e70d3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b5cafb4-3551-4580-8112-fb46599efbc4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57f9c085-c16f-4ea4-8578-b4bf06b60f53",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "288c4b49-6b03-467e-9cf8-e1f67be1bab3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "472dec5e-be0e-4a4a-8063-ada76c1226f6",
          "name": "Token unlock schedule",
          "request": {
            "name": "Token unlock schedule",
            "description": {
              "content": "Returns token unlock schedule data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "unlocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "73ece5bd-b158-4aca-b90f-30842640527c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    \"\",\n    \"\"\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b07a317-481a-45c4-a58b-f6bc7d3ade34",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbccab44-a05d-4ec2-96c0-881ecc9939b1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6d30790-693d-42ad-ac78-cf3402550557",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f7cd051-fd87-4424-9798-b44dd8509399",
          "name": "Arbitrum volume",
          "request": {
            "name": "Arbitrum volume",
            "description": {
              "content": "Returns arbitrum volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "542ce909-b687-48e7-b608-8a396a22784e",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ea359bc-fbb5-465d-b85c-c0799c3e5f41",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab45b28f-646d-4298-a117-6cdaa7d3135b",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3d1f9eb-b250-49d2-a969-e5bf4a3f5bc9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9cfe335-641a-4e1d-90eb-1a847b004505",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98a11b13-7037-4e3b-b5c6-8b76b74bbd1e",
          "name": "Avalanche volume",
          "request": {
            "name": "Avalanche volume",
            "description": {
              "content": "Returns avalanche volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "03d4601e-c89d-4472-8e3d-bbe72ce9e9b2",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01cbe1bb-e3b9-46fe-a314-b0c629368820",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f4b2f0c-14c4-4640-a26c-270045e2d943",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5891ea2-aab8-4d1f-87af-6bb278a79327",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c9714f6-21a6-4e71-8f69-718b9660f1e5",
          "name": "Get base volume",
          "request": {
            "name": "Get base volume",
            "description": {
              "content": "Returns base volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2cd6de5b-006d-4fa0-97f0-7ab6983b81a5",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dc9ba43-1b27-4947-825b-76e122a2f70a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4763bd17-0dac-42ff-a8c2-f2d88dbed474",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46b3a5ca-7a63-47aa-83f6-14487d09fd30",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "824bc7c6-08de-4370-8b49-0f4677d3c6ec",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3570a47-c2d0-49a6-beaf-ebf61c93692e",
          "name": "Get bsc volume",
          "request": {
            "name": "Get bsc volume",
            "description": {
              "content": "Returns bsc volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "760c9c46-05ab-493c-a554-20831f1bf676",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be373dd2-0f09-41b2-8bdd-f95dc983b6a9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec1ae09a-4b4c-428d-9f6f-de11e6e20ed2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78271c84-8bcc-42b5-b079-af8f1b8c5d83",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c004494e-86c8-4ebc-9e03-78088031f5de",
          "name": "Get celo volume",
          "request": {
            "name": "Get celo volume",
            "description": {
              "content": "Returns celo volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "celo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f440121f-3b3e-4fce-bf1f-999f5af07b10",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c5b0973-0c25-4b95-a96a-12c6f9ae3a9b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bbd0f1f-a1e0-40f7-b39a-a9e11bc66f89",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9562991-9253-4950-a950-343ea9f2070a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b795c2f2-1b01-431b-8c81-2e4c1737962a",
          "name": "CEX vs DEX",
          "request": {
            "name": "CEX vs DEX",
            "description": {
              "content": "Returns cex vs dex data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "cex-vs-dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8b15025e-3e6b-455e-8ca3-239d75959fb4",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc916b1f-e212-42f4-b2da-3fd892f0ced6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1a0d4ee-35bc-4c64-b293-7dd971270d0d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6242048c-7f93-409d-b179-73ef1306a64d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73163eaf-9ac3-465a-a8ae-b04fcc495eab",
          "name": "Ethereum volume",
          "request": {
            "name": "Ethereum volume",
            "description": {
              "content": "Returns ethereum volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "97ce2fd2-9dd4-4d14-abef-a5a87ae2809d",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "087e8817-c7de-4cf3-b2a3-f930668fc590",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99d843f1-74a7-4505-a94a-86a6dbc56401",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0ecc587-7f2d-43e4-b2e5-7125adc96816",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3e2f7ed-4bbc-4d2a-9992-4c65d4c0751f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01c2b8e0-fb1c-42bd-ac83-643d5be932ad",
          "name": "Get fantom volume",
          "request": {
            "name": "Get fantom volume",
            "description": {
              "content": "Returns fantom volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "79a40a59-ef26-4de5-98fd-b6d3ff9fce8b",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daf5431a-643b-437c-a23e-1d1bb62d7a75",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12d037a0-a421-4351-b32d-861b08580523",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db5ec7dc-42d8-475e-b7e1-9003ec4b3755",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f02319f0-5714-4df1-a464-4d8abf9fd4fc",
          "name": "Get gnosis volume",
          "request": {
            "name": "Get gnosis volume",
            "description": {
              "content": "Returns gnosis volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "gnosis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "74c46163-4b34-42a8-80df-b8cfb65c2d9b",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04fbcff8-c03f-44c1-b907-3f31501c5b6e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "513e5980-aefa-4239-bb4a-b81721991a75",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f3e1b8a-2936-4c29-8b44-72ab907fc3fd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "983f0949-126d-4fd1-8b4a-3dfb55ebf091",
          "name": "Get linea volume",
          "request": {
            "name": "Get linea volume",
            "description": {
              "content": "Returns linea volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "linea"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "613efbac-cec1-431d-a127-512e2349e7e2",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ed13b03-9f53-4862-8530-2c6ab6349bcd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c0dd38e-b5e0-4611-8c8f-21d10908b094",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f36f967-1e43-453d-8daf-2578329585c5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c02a7837-9fdb-42ec-803d-341fa4ec05c3",
          "name": "Get mantle volume",
          "request": {
            "name": "Get mantle volume",
            "description": {
              "content": "Returns mantle volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "mantle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "44a5fe90-c1c0-45e0-8dd0-5f4be1159c78",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5396233-bb58-4633-968a-711c0fb0cd83",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "136c5f14-b7cc-4f8e-8e46-d60a3edea7dd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee6c5261-09c6-4602-8ca2-26922d03a70e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "97daf2f7-46e3-4365-b4a5-59d4ca36e6b9",
          "name": "Get mode volume",
          "request": {
            "name": "Get mode volume",
            "description": {
              "content": "Returns mode volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "mode"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0927804b-c31a-48bd-897a-a435125cbdf7",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf8f51d6-9244-4a35-a121-a7704c007a87",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39f176fb-acf5-442d-9f42-e58b170c395b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6ea65af-d0f0-469b-8321-acf7e89e7fd6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ecc41be-0761-44e6-9142-76df25302eb4",
          "name": "Moonbeam volume",
          "request": {
            "name": "Moonbeam volume",
            "description": {
              "content": "Returns moonbeam volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "moonbeam"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b8b0fc8e-2759-49c7-bb72-c9826affdec9",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "595fff53-b92a-4275-9fad-94a90fae02b3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "824c9ec6-66fb-449a-b489-326fcc5c99ee",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14967391-3a0d-4b9b-a445-cc1f1b691e7f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8df26ecc-09d7-4304-95ac-f9d47d2d7247",
          "name": "Optimism volume",
          "request": {
            "name": "Optimism volume",
            "description": {
              "content": "Returns optimism volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5df3de31-2167-4480-aaa0-16515e00b913",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f32acb80-4da4-4217-9cef-bdcb6aca11a7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a272e9c5-0623-407d-a419-6afd49432757",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d33b32fe-1074-49e2-987c-ee172e10408b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9e9138f-9542-4865-b3f4-c8db31ff6c3b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "748ff7cb-42fb-4dc1-b334-7456192e42db",
          "name": "Get polygon volume",
          "request": {
            "name": "Get polygon volume",
            "description": {
              "content": "Returns polygon volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b959402f-3d9d-42d0-96a7-1f6cbdf4ed8b",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce3f2c43-c2ef-456a-b902-713572bc248e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87ae1470-0ace-407f-ad85-7baf0d60f538",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73516818-e672-45d7-9db3-2c3e37d40459",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8d29d2c-0117-4a95-b76d-b29b9be34520",
          "name": "Get scroll volume",
          "request": {
            "name": "Get scroll volume",
            "description": {
              "content": "Returns scroll volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "scroll"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bf10ccde-7fc9-43d7-989a-d7d8ea9f2cfc",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<integer>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"ethereum\": \"<integer>\",\n    \"arbitrum\": \"<integer>\",\n    \"polygon\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f935d76c-5aef-4759-957d-381749eaabe5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1074b5e-3858-43a1-8514-ba51f86d2786",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5232c45e-e1ef-4d43-a01b-e898a706dd05",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "40b68325-0cd0-4c65-840e-6a5348d8026e",
          "name": "Get solana volume",
          "request": {
            "name": "Get solana volume",
            "description": {
              "content": "Returns solana volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "78777c10-635b-4ab3-9019-de7118815521",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "292bf35d-20eb-4c00-9dba-5c385b1f3e16",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7307b7ec-6245-411b-98bd-061866097c78",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb27e487-1b75-442d-8a90-50b19b922194",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "850a3d97-cec2-46e2-bd0b-2ba3c23ab991",
          "name": "Blast DEX volume",
          "request": {
            "name": "Blast DEX volume",
            "description": {
              "content": "Returns blast dex volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "blast"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1fb91dbb-fc9e-4b78-b93d-3d4119985cd1",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8033bd96-8fb0-49de-83e2-1a2f5e399097",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9de7111a-d7f5-4d7e-a682-9ebe698e83b1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "039f92f3-267c-43a9-93f5-8e1d1930c86e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31b81179-12ca-4998-bb58-4ebed06d9653",
          "name": "Global DEX volume",
          "request": {
            "name": "Global DEX volume",
            "description": {
              "content": "Returns global dex volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bc879a25-3c2b-4517-94d5-986093dffc17",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb06351-04e8-44e2-be35-a27ddd964b0c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3057d224-78d4-43c2-88a8-bae10b280e72",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c157ddcb-e6d8-498f-8b74-7a283d712f5b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a00285d-db72-42cc-9c7a-a61a4b0354a4",
          "name": "Top DEXes by volume",
          "request": {
            "name": "Top DEXes by volume",
            "description": {
              "content": "Returns top dexes by volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "top-dexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4bfe9c69-2e86-45fb-905a-5daed3e7ce4a",
              "name": "Top DEXes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bc95ee1-f4d7-47c6-9c28-0b1dfdf8bb50",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a63a11c1-dd8c-4c33-aa17-d4d594481c28",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0470bf67-cbeb-4919-880b-4bac3944c271",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a10fa3d6-f6b6-4d98-ade9-082ccc418939",
          "name": "zkSync DEX volume",
          "request": {
            "name": "zkSync DEX volume",
            "description": {
              "content": "Returns zksync dex volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "zksync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "900ad4b7-fa70-417e-9239-f2b299252a82",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90773bfe-fcfa-427f-80f7-cf7e5579f5ff",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aef55a14-98d2-4ff9-9000-d1b0580c7ace",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b21f777-ebce-493d-9ef1-e7b68b3fcfcc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c1da1ee-207c-4347-ae3d-894a0719f19e",
          "name": "Chain DEX volume",
          "request": {
            "name": "Chain DEX volume",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volumes",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9fce5e14-e4b7-4d0d-b4a6-da3c96f38fd9",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e23b5ca7-7475-41f9-abb2-e1080a05a157",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58d1e1e5-51fd-445e-af8e-ba1f30a6c62e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1824de89-a1bc-40ff-a390-c3409ac4a9b0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "929e76fe-e158-4bc0-947b-134e5e5e7471",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01685f0b-856c-4442-acf9-cc93a33ca95f",
          "name": "Aave yields",
          "request": {
            "name": "Aave yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3689a124-9b45-4394-bedf-5bf9b4523cfb",
              "name": "Aave yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ca0991d-c367-4103-833b-73011622d9ee",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae5ef2e6-027c-4f9e-a354-ffa63bdd2f6d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35048cae-eebb-464e-bf30-eaaa6447a52c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63a3dc19-63fc-4678-983b-ba15feb2c9c0",
          "name": "BTC asset yields",
          "request": {
            "name": "BTC asset yields",
            "description": {
              "content": "Returns btc asset yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4dd80282-7333-4137-93de-5a29964a7993",
              "name": "BTC yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10d3c8d4-ffb1-4433-ba6c-92424a948dfc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c2ef686-ffd9-43a5-b244-a5a35cf1e876",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c85aaff3-4327-4cd3-9373-424d9d1ec716",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43bede9b-4a64-464c-bd7b-f0baa55c1041",
          "name": "Arbitrum chain yields",
          "request": {
            "name": "Arbitrum chain yields",
            "description": {
              "content": "Returns arbitrum chain yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "499fcbdd-b88c-4ac9-a352-b022889caa9c",
              "name": "Yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa2f16dd-d071-4bc0-8722-35b95c54c294",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "333a5630-d412-4dad-8a7b-296f76d383e7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d69a0f89-7077-4440-87c2-82b3e0cf783e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c949c94a-8423-4263-870f-b91fa626c269",
          "name": "Base chain yields",
          "request": {
            "name": "Base chain yields",
            "description": {
              "content": "Returns base chain yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b042a5d5-6c53-4a09-b98b-e630c75b9d07",
              "name": "Yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23db8cb5-7545-4546-be48-bdc983bcdb48",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8df4139c-6677-4a56-bcae-9d9e52d61446",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5d7b697-a4ed-46b4-a9da-d63ff666f807",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cacdc341-591b-49d5-b9da-a1867f784010",
          "name": "Ethereum chain yields",
          "request": {
            "name": "Ethereum chain yields",
            "description": {
              "content": "Returns ethereum chain yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b3749d76-cdf7-4c0a-8b4f-339a8a5c46f6",
              "name": "Yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc472907-2374-4fff-98fa-b453e7ac15b4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56264b73-ac0f-4f9e-a9ff-e46ad1119077",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbdd7239-ad6e-4b20-bf9c-c3d61371e299",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8eb5d67e-b05f-4d4b-90aa-961c92ec2608",
          "name": "Optimism chain yields",
          "request": {
            "name": "Optimism chain yields",
            "description": {
              "content": "Returns optimism chain yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "16ace534-7f40-4c46-a78b-5597542fbe46",
              "name": "Yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc281bb1-cba1-4da7-af25-c76d638e40bc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a623e93-da43-4ec4-88e0-c98e014b63fa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0be79e19-9e20-48ee-8c8b-e4376d34bcc0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b17ed82c-2149-4431-9fcc-6915a94ca844",
          "name": "Polygon chain yields",
          "request": {
            "name": "Polygon chain yields",
            "description": {
              "content": "Returns polygon chain yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "10fa5618-059a-4470-898a-6f2fd0e10d85",
              "name": "Yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5de09733-e76e-4301-be0c-fb544ea674b8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab97705a-9aa9-442c-ba9a-013e6ff44c42",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8f1e452-215c-4cbe-9c6e-af01b3990c2a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb9f55d3-861d-421e-9716-ba5fa8832d1e",
          "name": "Compound yields",
          "request": {
            "name": "Compound yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "efc2526a-2060-42f8-82f0-db224e15cddc",
              "name": "Compound yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cab4c475-bcf1-4a5b-b088-c62b3cdadcc9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85bedfc3-0e3f-44cb-b10b-2dc94886114f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cacf41a-cd95-4819-9ada-c13d00e47024",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0962a7ef-2b4e-4e74-bdf6-5217cdee9768",
          "name": "Convex yields",
          "request": {
            "name": "Convex yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "convex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4841ad01-c500-45fa-991c-67fd418c00c9",
              "name": "Convex yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdf24fb9-c718-46dc-9211-9d03624e9170",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd2b5d3e-f80f-49b6-95c3-c811a6c51b81",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b5209cc-cc94-43e4-9395-58e6ba0285c5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47391426-145b-4acb-8584-a6e8f4e18a04",
          "name": "Curve yields",
          "request": {
            "name": "Curve yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4d4e791b-db86-46cd-bd30-9dee526cae24",
              "name": "Curve yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3434dee-5e0f-4f4c-8f58-a7a075b45e6c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5b092db-3949-44b4-9621-f11a03a20f46",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51de19a6-b7e0-4ecc-9a2d-46111f9f104c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "13fe83c4-7a60-4a6b-b3a3-828f78f72bc2",
          "name": "EigenLayer yields",
          "request": {
            "name": "EigenLayer yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "eigenlayer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0102f743-1cb0-45ad-8108-be2f669df2c6",
              "name": "EigenLayer yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ffad1e3-c5db-42a1-bdbc-7bb81ed0bd2f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "510a8e9a-b9dd-4e54-8c3c-4bb2946e3c26",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77072d4f-f0e6-4a46-8ea3-76c6cc87a346",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8792a21c-ff02-4294-a881-efcdc5960b21",
          "name": "ETH asset yields",
          "request": {
            "name": "ETH asset yields",
            "description": {
              "content": "Returns eth asset yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "25679d7e-383d-4fc2-a3f0-88e30a7d3d5a",
              "name": "ETH yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5765bf4c-707e-45a2-b7a8-65eb2005b6ae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7519f2c-40fd-417e-a264-5d673550fb81",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e87a12a-b0d3-4cd8-aeb5-ad308dfaf3ed",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c069c34c-1c24-4ef0-a4c9-f050c533db57",
          "name": "High APY yields",
          "request": {
            "name": "High APY yields",
            "description": {
              "content": "Returns high apy yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "high-apy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "70b9e3f0-f1c7-4eb7-8d22-f043ba8c4668",
              "name": "High APY",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "071a7863-a45a-4103-a01e-8a1af84576e4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f0dfbc1-2c3b-4bf8-bedf-b00fd7ba0614",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91fb75ed-5cc8-414c-87da-d92ffde449f8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76fbe03b-12da-488f-b0e5-8d821aafff5b",
          "name": "Lido yields",
          "request": {
            "name": "Lido yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "lido"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9e90d851-6d3a-4a3c-9ddc-2587ce131f4f",
              "name": "Lido yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62f7592d-9abf-4358-8f38-1ac8b5ef3431",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d9f90fe-085f-4a77-ac88-63199c743852",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c32db9ac-1a57-47f2-8e95-9e8b88478169",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb101d0f-18c9-4e53-bcfc-1ad03b474388",
          "name": "Median yield by chain",
          "request": {
            "name": "Median yield by chain",
            "description": {
              "content": "Returns median yield by chain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "median",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "096e2fd8-1a77-40f3-930a-f640ba5f4f8e",
              "name": "Median",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "537053c8-c908-4828-bcc0-8c57f9efbaaa",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1363d03-11ae-4d67-884d-8080bc5f8e5a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "202d3a8f-a756-49a1-a5f6-bef60ad26f95",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e3a95fe-0674-4b39-8a5c-25f7da1f1c7a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc578e72-661f-4812-ae3c-43145085688d",
          "name": "Pendle yields",
          "request": {
            "name": "Pendle yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "pendle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ba92e3fd-8e84-4e8c-935b-892a49591920",
              "name": "Pendle yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6cdd917-a6cf-4623-b0e9-cb0e6840ec7c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b92c729b-66af-4a4a-9477-f5f3460909e0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb8347c2-bb45-47ba-ae4d-56cef0101077",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cbf7e226-a8bf-43cd-9ad9-b50a73a94a03",
          "name": "Pool by UUID",
          "request": {
            "name": "Pool by UUID",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "pool",
                ":uuid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "uuid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Universally unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6c99c423-dc7d-4a20-b2c7-a1f85ca82038",
              "name": "Pool data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pool",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Universally unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aa58724-4b2b-41a8-976c-9cfdbf41da70",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pool",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Universally unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63b45826-021e-46d7-bfff-539027fd20a4",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pool",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Universally unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d548f64-b936-4c62-a14e-255d28eec45c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pool",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Universally unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5433a8c-35a7-4c2d-8f88-7b28bad6f6e9",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "pool",
                    ":uuid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Universally unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "uuid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33b93c60-9beb-4af6-be5a-e7f870af53c1",
          "name": "Yields by project",
          "request": {
            "name": "Yields by project",
            "description": {
              "content": "Returns yields by project data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "project",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d1fa4244-0e16-4453-8817-2b9a92c18271",
              "name": "Project yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fcfd4ce-2f3b-4220-aa6d-34456ade29b8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ec64b4b-eab7-4513-bc1c-fd3bbd91b522",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d32b596-6497-4e5b-b679-eab9e143f8e5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38b65c71-66aa-467e-834d-d5fea5c35f43",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "40477e81-6938-4643-b7db-329a2d1f0e57",
          "name": "Stablecoin yields",
          "request": {
            "name": "Stablecoin yields",
            "description": {
              "content": "Returns stablecoin yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "stables"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5a1e67bf-6724-4bce-98b0-1fa42bea3df7",
              "name": "Stable yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "866237b1-a87a-4b7a-b383-ac215db06bd7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ffc474c-1b4c-47e1-9675-32b0de9ac352",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "404c944e-8331-48db-9809-936381cd676a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbe8eb42-84e3-4b4f-a2b3-c7df72d0d377",
          "name": "Top yields by TVL",
          "request": {
            "name": "Top yields by TVL",
            "description": {
              "content": "Returns top yields by tvl data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4bde6d40-edbe-425e-a470-98b84328d3a9",
              "name": "Top yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f1bf470-8776-45ae-b8dc-8a6b97ecc112",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00e2f6fa-1d79-46fc-9a1d-a8a374b702bf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22779c1b-eaf1-4899-8c09-7416c068c4f8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7d25e48-16be-4c57-90cc-60651aa59c5b",
          "name": "Yearn yields",
          "request": {
            "name": "Yearn yields",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yearn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b9cc5370-85b9-4146-a304-34aa3d69e103",
              "name": "Yearn yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e75ba2e4-f85a-405a-b4af-0a1ba441d792",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d71f7900-a87d-4609-ab54-5e07ccbe1991",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c15f975-90ff-4984-a2ba-8f12192287ec",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c046a6b0-ad76-4cf0-a4b3-115849d463f4",
          "name": "Avalanche yields",
          "request": {
            "name": "Avalanche yields",
            "description": {
              "content": "Returns avalanche yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "92e2c34c-cf80-4e15-8890-f7838ad57e6f",
              "name": "Avalanche yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be0d8bcb-306f-44f0-a283-de0aa7bde311",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "104bec01-b731-4c4c-b6de-bb6c0345477b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abb73ed0-14b9-419e-b3c7-6505d7471e67",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "094fb387-8411-45fc-b079-998d8389202a",
          "name": "BSC yields",
          "request": {
            "name": "BSC yields",
            "description": {
              "content": "Returns bsc yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ce8a9d17-b848-46fa-95c6-531c40a94abe",
              "name": "BSC yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5c07122-9f21-40cc-9722-fb82f330b05e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5a9f4e4-5a78-40d5-9eb1-e4d439ad0340",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cce6bb0-f674-48eb-bbfc-1ee9ec8b2387",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a39a8eb0-4529-4a96-9ea9-ed1662dc8d73",
          "name": "Solana yields",
          "request": {
            "name": "Solana yields",
            "description": {
              "content": "Returns solana yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "16c89ed6-6f2d-4146-a483-af5144a499e3",
              "name": "Solana yields",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69497e09-eb69-47d3-90c6-70a581c0bb85",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d1c992e-a53c-4d83-8c47-212aa65e1bfb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97b315b0-c713-46de-8007-93c7ed188969",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05ae1a53-7363-4b15-be2e-fe1917133692",
          "name": "Search yields",
          "request": {
            "name": "Search yields",
            "description": {
              "content": "Returns search yields data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query string",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "79a91ba3-63e3-4e34-945c-8a57f210134f",
              "name": "Results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pool\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"apy\": \"<number>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"tokens\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a02a15f0-df8e-4da5-bf73-02a2623f0462",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c96210d9-6000-4211-94a9-e7572a44e476",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "982ccfa0-8edd-4bc6-a518-eced1118ac5b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d4ced03-bcbe-4949-bbf7-4331e920c2b9",
          "name": "Airdrop tracker",
          "request": {
            "name": "Airdrop tracker",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nActive and upcoming airdrops",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "airdrops"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ccf858bf-4f45-45cc-94d3-1741c2739a3e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9980998-042a-48b8-b9d9-3c498a6e403b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9f79b4b-2aaf-41c0-986d-b7d989cd36a3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3442685b-19d2-457d-b909-dc9fa3a9d09a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "airdrops"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8d65d41b-f5b6-42a8-8acb-844a625907d7",
          "name": "CEX volumes",
          "request": {
            "name": "CEX volumes",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCentralized exchange volumes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "cex",
                "volumes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "73479f9b-0876-41f0-b2e3-5e57e39e62f5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cacc7a8-2737-4097-b73c-952728f0dfcf",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c07f435-eb5d-4f76-bd5f-6c352503e3bb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd7c965e-2537-45ff-9b52-e9ce7bd9fc1a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff888103-6fe8-44bd-b0e0-44bbf70c9043",
          "name": "DeFi users",
          "request": {
            "name": "DeFi users",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nActive DeFi users",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "defi",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d16ecbb7-75b2-4861-8f09-d94b59772e61",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f047549-fc0b-4c6f-83e5-6d7314d375a3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec1fa529-f4da-4ac9-9050-94763705bc49",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbc7d0b9-b52a-4b35-853e-656a3525cc1a",
          "name": "Funding rates",
          "request": {
            "name": "Funding rates",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPerpetual funding rates",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "funding-rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5ea4dd27-bf23-4480-8073-ed374f7db463",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "funding-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d67655d9-5725-43a1-97a9-ad4856497071",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "funding-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83e40cb9-2a03-476c-a32e-814c720f70aa",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "funding-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e1806fa-854d-4713-8a02-50c5e8af46a9",
          "name": "Liquidations",
          "request": {
            "name": "Liquidations",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRecent DeFi liquidations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "liquidations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c132c498-67ca-4397-9791-dbe2f7cc9f6b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "liquidations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f807d80-7bfa-462f-97b2-ce2c36689dee",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "liquidations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c46a34ce-632b-4483-8205-29e51cf06d5e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "liquidations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "572cb9dc-48a2-4264-8147-812a586ac7ef",
          "name": "DeFi market cap",
          "request": {
            "name": "DeFi market cap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal DeFi market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "mcap",
                "defi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2da3e786-20c2-403b-846f-dde202987e08",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26b4b871-c6b8-4b96-895f-9ed1e993b556",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39fb8f94-3f4f-47f7-a9a3-ba49c82dd450",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c17bfda5-7145-499f-9a9a-8f19cdacea4b",
          "name": "Open interest",
          "request": {
            "name": "Open interest",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal open interest",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "oi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b9b5ba70-b6d8-4f55-9405-172eeb15748d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95f46361-22fd-4524-a1ad-27099b3bdb83",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cab46679-3219-461d-a3c7-1cbe39ce0af2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80b76be4-a963-4068-bb02-02b3a91e24d6",
          "name": "Stablecoin mcap",
          "request": {
            "name": "Stablecoin mcap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal stablecoin market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "stablecoin",
                "mcap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b148e5bf-b27d-4939-a857-28ae28e8984e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stablecoin",
                    "mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78dd21fa-361c-41f8-845b-df20b6024174",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stablecoin",
                    "mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5490c12-0b98-4f8c-8ebb-b36766bae36d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stablecoin",
                    "mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50bf5b3b-3b3b-43d1-8cc9-f1fdf816dc5c",
          "name": "DEX volume",
          "request": {
            "name": "DEX volume",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal DEX trading volume",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "volume",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a959f14a-ba38-4b3b-a004-b789f32b3c5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87f059cf-6947-457d-bf61-d65420d85029",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b09fb794-4736-4993-90a3-8ec3930096f0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3928151-b396-47ba-88cb-aa722772c2eb",
          "name": "Uniswap pools",
          "request": {
            "name": "Uniswap pools",
            "description": {
              "content": "Returns uniswap pools data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "uniswap",
                "pools"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b952d8a-8ac3-4b7a-b505-7cc18a528681",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"pools\": [\n    {\n      \"key_0\": 5072,\n      \"key_1\": 7335.133435987058\n    },\n    {\n      \"key_0\": 3705.3122928689254,\n      \"key_1\": 1474,\n      \"key_2\": 9709\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e79f3c3-0feb-4d24-be86-6476c0b0e721",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e10e7b0-1d79-4734-b77b-d24c9dfeb135",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3f24654-2536-4b10-8c3a-6f4a13f0800f",
          "name": "Uniswap swaps",
          "request": {
            "name": "Uniswap swaps",
            "description": {
              "content": "Returns uniswap swaps data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "uniswap",
                "swaps"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "939d7929-069d-4407-942c-bd57d2a241e5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "swaps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"swaps\": [\n    {\n      \"key_0\": 4774,\n      \"key_1\": 2247,\n      \"key_2\": \"string\"\n    },\n    {\n      \"key_0\": 98.16796083732538\n    }\n  ],\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5ac3547-4fed-49e2-bcd0-0a281e99be57",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "swaps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "260ff408-c579-4e8b-ad94-ac333e72e4a9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "swaps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "378ed2c8-645e-4e48-8e38-25d35a739d42",
          "name": "Get uniswap stats",
          "request": {
            "name": "Get uniswap stats",
            "description": {
              "content": "Returns uniswap stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "uniswap",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "90823505-911f-47ef-bb6a-dc8073e9bbe4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"poolCount\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"totalVolumeUsd\": \"<number>\",\n  \"tvlUsd\": \"<number>\",\n  \"txCount\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "004611f2-227e-41a7-a59d-4d0eb53929d3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a26e87f-3d3d-4b0d-bf8b-a24ff476ad2d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "uniswap",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "555adfb5-5c86-461b-8051-768e2ccd3e74",
          "name": "Aave markets",
          "request": {
            "name": "Aave markets",
            "description": {
              "content": "Returns aave markets data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "aave",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "862dd519-01f3-4a9b-b11e-c4368852547a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "aave",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"markets\": [\n    {\n      \"key_0\": 1383,\n      \"key_1\": 8361.911823273822,\n      \"key_2\": 9648.584902317732,\n      \"key_3\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 4091.1794204923704,\n      \"key_2\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0abccc8f-40f1-43c2-b999-b8a13f56416f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "aave",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc869b01-bdef-41f9-b9e3-619c9f3a719a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "aave",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7580000-1e42-4007-9d32-b57ae915d17c",
          "name": "Lido stats",
          "request": {
            "name": "Lido stats",
            "description": {
              "content": "Staking statistics",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "lido",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01748699-5cbf-43d4-b254-f9cd7421a01d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea378b00-9fb8-4644-8a6a-fd61477f0822",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb66346c-a73c-4436-a7f8-d86883e34aea",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "365259ce-9e4d-40ca-b946-1b8b2a38c05c",
          "name": "Compound markets",
          "request": {
            "name": "Compound markets",
            "description": {
              "content": "Lending markets",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "compound",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "af2f228c-b78c-467b-b093-89ae9a8b794e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "compound",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8875a1d3-4ea8-4e90-9446-9de5cdb223a5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "compound",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e920e61-3e0c-4661-8e01-f886e0a871b9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "compound",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2aa265c9-ebbd-4852-a161-b78dbe967d81",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "compound",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "303ac014-aba4-4dc3-8605-849eb1da851d",
          "name": "Balancer pools",
          "request": {
            "name": "Balancer pools",
            "description": {
              "content": "Liquidity pools",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "balancer",
                "pools"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ff9f7b65-5b6e-4bdb-9cc5-7103db76197f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "balancer",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcd030c0-0d5c-4d70-a4ce-6eaed7346c62",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "balancer",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0f25064-e6ca-47f0-8c9b-27537f0f3eea",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "balancer",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a61ca58-e7f9-489b-8fd7-4136b135a561",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "balancer",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "781b9793-5241-4c15-95ca-452badfd15d6",
          "name": "Get exchange info",
          "request": {
            "name": "Get exchange info",
            "description": {
              "content": "Returns exchange info data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2336c6c7-3f36-416f-b1e9-5372b9c7fc57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cached\": \"<boolean>\",\n  \"country\": \"<string>\",\n  \"id\": \"<string>\",\n  \"image\": \"<string>\",\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"tickers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 5865\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"timestamp\": \"<dateTime>\",\n  \"trustScore\": \"<number>\",\n  \"trustScoreRank\": \"<number>\",\n  \"url\": \"<string>\",\n  \"volume24hBtc\": \"<number>\",\n  \"yearEstablished\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bcfbc13-e28b-4232-8739-33bf8f881d96",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4266245b-d4c8-4d95-9e12-cd1a61f4aa8e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03e9c8b3-41b8-44e8-8474-4def399221ac",
          "name": "Exchange volume",
          "request": {
            "name": "Exchange volume",
            "description": {
              "content": "Returns exchange volume data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "exchange",
                ":id",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a0ef0f4f-2b1f-4352-acfb-6832c585abbb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cached\": \"<boolean>\",\n  \"chart\": [\n    {\n      \"key_0\": \"string\"\n    },\n    {\n      \"key_0\": 8870.385944467236,\n      \"key_1\": \"string\",\n      \"key_2\": true\n    }\n  ],\n  \"current\": \"<number>\",\n  \"exchange\": \"<string>\",\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"stats30d\": {\n    \"key_0\": true\n  },\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f5ef8c4-064b-4669-a32c-970b0096c5e5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbfa7d44-2c04-4fe5-8d1f-9f49545de5b2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff6948d5-5cb9-4588-a5bc-d8c1a2387047",
          "name": "Exchange tickers",
          "request": {
            "name": "Exchange tickers",
            "description": {
              "content": "Returns exchange tickers data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "exchange",
                ":id",
                "tickers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "30bbfb88-83ea-4c5f-9fb8-7310cd33f2bd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cached\": \"<boolean>\",\n  \"count\": \"<number>\",\n  \"exchange\": \"<string>\",\n  \"name\": \"<string>\",\n  \"page\": \"<number>\",\n  \"source\": \"<string>\",\n  \"tickers\": [\n    {\n      \"key_0\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 6435.580453275426\n    }\n  ],\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28390642-6e5b-455c-9427-71aa6f06bec4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27e8db4e-5f1e-4ff7-a75f-a7510d93f28b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchange",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20c6085d-2584-483e-9f95-df1f60180a6a",
          "name": "List exchanges",
          "request": {
            "name": "List exchanges",
            "description": {
              "content": "Returns list exchanges data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9cbbe390-6227-4ecb-90d6-2f0dfbd30f2f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cached\": \"<boolean>\",\n  \"count\": \"<number>\",\n  \"exchanges\": [\n    {\n      \"key_0\": 6150,\n      \"key_1\": false\n    },\n    {\n      \"key_0\": false,\n      \"key_1\": 9771.604525422437,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"limit\": \"<number>\",\n  \"page\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"totalExchanges\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9b567f5-7a77-4c68-82f1-6bf931ef4d82",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01a6e5d3-ef2b-4919-9e83-e65955a7f007",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "705cc9bd-2356-46a2-937d-8b6c812f40b8",
          "name": "Top treasury holders",
          "request": {
            "name": "Top treasury holders",
            "description": {
              "content": "Returns top treasury holders data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "treasury",
                "top-holders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "267d86ce-b512-498d-92b9-612e1f36a19a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "top-holders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2d794f5-1d2f-4b46-81b1-c9cd5beeb64e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "top-holders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2578bd47-50cb-4e55-bed1-1823533d1b56",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "top-holders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7bc6bb1d-cbf5-4cbd-9cdc-0bf675bb708d",
          "name": "BTC treasuries",
          "request": {
            "name": "BTC treasuries",
            "description": {
              "content": "Returns btc treasuries data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "treasury",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7fe2fc95-616a-4f1d-888a-37e3ee1aef56",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f6b032a-6621-4dda-a324-21741bfd3f05",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d92004dc-1ad6-478c-ac89-ca3959629c29",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d0a3d4d5-e8de-4a75-b10f-c30c5b92e1bf",
          "name": "ETH treasuries",
          "request": {
            "name": "ETH treasuries",
            "description": {
              "content": "Returns eth treasuries data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "treasury",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1fd8f40e-fcec-4dd7-b67f-7ca562069c3d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e83d2c96-82b8-4f96-8748-0e26571231d5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b2d6352-9a97-49fc-b7ac-f065910c5bc5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "treasury",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77fca74c-9a3f-4d4c-aaf4-800309ea5bda",
          "name": "CoinPaprika exchanges",
          "request": {
            "name": "CoinPaprika exchanges",
            "description": {
              "content": "All exchanges",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e02e9bbe-cd78-45f3-afa1-85527808ab1d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e9f4237-3862-4c31-9808-b4b76a0b96ed",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7e7c7e8-fbe2-4d65-9f3e-db78091e36bf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "62f850de-ce5f-4227-9dfd-2195249fe8a4",
          "name": "CoinPaprika exchange",
          "request": {
            "name": "CoinPaprika exchange",
            "description": {
              "content": "Exchange details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Exchange ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "76f96484-1450-42fb-aecb-a8dcce3d61a4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "150f3eff-041b-4496-97fd-851a902e7290",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5b34ba5-e0ab-4a93-ae59-cd74411e2868",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e9d6b5d2-f52f-4224-a601-d7710a7d0282",
          "name": "CoinPaprika exchange markets",
          "request": {
            "name": "CoinPaprika exchange markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchange markets",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "exchange",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Exchange ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c79f3c78-90dc-4448-ba59-bfb97cdb603a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fce26b5c-db0d-431c-9ff7-63f19b4bd15f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb7bbb8f-8825-4ffa-8247-8704ddc698d0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7aeabcf-e31a-4b2b-8144-51d44503a301",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ebe56d9-187d-4cfc-b086-fb3eeb990be4",
          "name": "CoinCap exchanges",
          "request": {
            "name": "CoinCap exchanges",
            "description": {
              "content": "All exchanges",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d01c1ea0-6a30-4ade-82c7-4deeff6e77fd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3005d1aa-e07b-4b52-8e6e-edf4e04e21be",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f2dfaf3-62ea-4114-8ec5-37e61bb300d2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f338cf61-d2e9-48bd-a82c-1d2adff6bea9",
          "name": "CoinCap exchange",
          "request": {
            "name": "CoinCap exchange",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchange details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Exchange ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7210f4d0-eeae-4f78-9fb4-57ef1c1b3864",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d62e41c7-402e-4b47-8732-9c66163c2709",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74287ab1-f6ad-4ef1-825d-badbd57b3088",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "105208dd-2533-4627-bedd-777a2bcdfe74",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01808ee0-6441-4af5-8036-e04b0ff79b5f",
          "name": "CoinCap markets",
          "request": {
            "name": "CoinCap markets",
            "description": {
              "content": "All markets",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "234204dd-cb8a-476a-832e-ca47286a40e3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c86919de-f4ce-4951-b061-b254505d08d7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44e2735d-6f47-47dd-baf7-0470a2b4d2ea",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c960fc17-5e52-4322-af21-40fb4f12acf9",
          "name": "CEX data",
          "request": {
            "name": "CEX data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCentralized exchange data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "cex",
                ":exchange"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "exchange",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Exchange name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ca475e08-6033-45a4-8188-f9bb833f6e17",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7081d48c-675c-4e99-8663-80195abca773",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec870146-7cbb-4b7d-aab1-7779fe0331c8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87098003-3587-492b-a3f2-31a3b0419999",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56e6798f-fd22-4162-a8c8-6a22d683dc84",
          "name": "Oracle data",
          "request": {
            "name": "Oracle data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPrice oracle data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "oracles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01195646-9cd0-48e7-bd5a-4811a5735ca4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f34dcc7-3b35-4267-8deb-b11bca64590e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbd03430-b6d4-4274-b455-f474cd18e074",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b4fea00d-0bf8-4c83-b90d-aa7101ef7fda",
          "name": "Funding raises",
          "request": {
            "name": "Funding raises",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRecent funding rounds",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "raises"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8fbb96e9-0f51-4167-9372-79c3dca0adfd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2902f49-266e-4441-acde-fcc4e71bab66",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48e7977f-cf92-4292-97a8-671f5d1d288e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "440d5fed-ef30-4ff6-a4f5-a88f144c098c",
          "name": "Token unlocks",
          "request": {
            "name": "Token unlocks",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUpcoming token unlocks",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "unlocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5703aa0e-a34b-47ec-a205-dd00e9cdb437",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a943d0c-06f8-4982-8e4d-c918315fa8ca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "578ac9c4-856a-4b21-9344-97453888a29a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "unlocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54015d14-7cf4-47a4-9f23-a3bc905b6dc7",
          "name": "Derivatives data",
          "request": {
            "name": "Derivatives data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDerivatives market data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "909c02d8-2a51-463f-b3b5-54dd0adc5a9e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89f83a3a-4f97-4495-9915-e1e7252dbbf7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5399dfb3-d3c8-44b2-84e7-2a972122767f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a2ba420-ef90-49dc-9b32-daff50ca1713",
          "name": "DeFi chains",
          "request": {
            "name": "DeFi chains",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDeFi by chain",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "defi-chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "062b563b-8cd2-48ae-83da-c6b178b86fc6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46792289-bbfa-4a9e-bdad-abac8b1ebc71",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91233b47-1d51-4c78-8c2b-f2fa069cb12f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60a532c2-6c2f-4a17-a8f4-c4e0d5a4ce0e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "defi-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54ee4396-9fdd-4777-95e9-de6909cbf012",
          "name": "Stablecoin mcap",
          "request": {
            "name": "Stablecoin mcap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStablecoin market caps",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "stable-mcap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7bd74220-44fe-4417-bb67-b18b965c28a2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stable-mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "703f299a-440e-492d-ac5a-a3c19b07e8b4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stable-mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb8e4f51-0588-4674-a43b-3487b79d9aa9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "stable-mcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2e793f2-5156-476c-9ac1-4cc86ff41072",
          "name": "Query subgraph",
          "request": {
            "name": "Query subgraph",
            "description": {
              "content": "Returns query subgraph data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "query",
                ":subgraph"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "subgraph",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Subgraph name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "818c4bb2-840e-462c-9eaa-8e1beb058fce",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "query",
                    ":subgraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Subgraph name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "subgraph"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50cbe274-d382-4f0b-8ebc-64d67e81e09b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "query",
                    ":subgraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Subgraph name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "subgraph"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f62b663a-f65b-46be-b428-70cc6c8c2b01",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "query",
                    ":subgraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Subgraph name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "subgraph"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e588fa6-d9be-4b6e-9aa5-c17f3950191d",
          "name": "List subgraphs",
          "request": {
            "name": "List subgraphs",
            "description": {
              "content": "Returns list subgraphs data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "graph",
                "subgraphs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "15d8b5b1-803a-43d1-b0d9-ef3cdd791ba5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "subgraphs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"subgraphs\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": true\n    },\n    {\n      \"key_0\": 1339.5484113548584,\n      \"key_1\": 104\n    }\n  ],\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "801b9ab2-bfd5-4048-ba5a-09440ad20349",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "subgraphs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d25212ae-f0e8-4598-9062-62b60f7006a7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "graph",
                    "subgraphs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49a3fbad-be44-434f-a95d-4b4d47400298",
          "name": "Aggregators list",
          "request": {
            "name": "Aggregators list",
            "description": {
              "content": "Returns aggregators list data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4fda354c-75a4-4778-9fb7-10087bcc5978",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"aggregators\": [\n    {\n      \"key_0\": \"string\"\n    },\n    {\n      \"key_0\": 9441.42360543259,\n      \"key_1\": 2066\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e4f7ba4-2af1-4c10-bbf6-51bdd6aa007a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47667860-efb1-460b-953b-854f341df8f7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5179b0b2-e0ac-47a0-a78f-eb97ec143c64",
          "name": "Treasury data",
          "request": {
            "name": "Treasury data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCorporate treasury holdings",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "treasury"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "33820434-2240-4146-8cda-73fc9b6044e7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "treasury"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1dbb3967-568c-4165-b677-a3b4d080e83a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "treasury"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f7462c74-d540-4efa-bb9e-d90361dad4ba",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "treasury"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Prices",
      "description": "Token prices and market data (45+) Most endpoints return direct payload objects; some endpoints return wrapper envelopes for pagination/caching. Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "e191f168-2f8b-49ba-a33f-e8004436e6fb",
          "name": "Bitcoin 24h weighted average price",
          "request": {
            "name": "Bitcoin 24h weighted average price",
            "description": {
              "content": "Get Bitcoin's 24-hour weighted average price from blockchain.info",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "24hrprice"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "08c5bb6d-1ca4-4db3-91d1-adb16faafb1f",
              "name": "Bitcoin 24h price",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "24hrprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price24h\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6e5853b-1c33-45c0-b1bc-db1849b61b84",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "24hrprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "91c2dbdd-2fa4-443a-8737-46e2bbc5dec8",
          "name": "All BTC data",
          "request": {
            "name": "All BTC data",
            "description": {
              "content": "Get comprehensive Bitcoin statistics (price, network, supply, market)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a2e82922-a490-4761-93b6-ccf643536a26",
              "name": "All data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price\": {\n    \"usd\": \"<number>\",\n    \"eur\": \"<number>\",\n    \"gbp\": \"<number>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"network\": {\n    \"blockHeight\": \"<integer>\",\n    \"difficulty\": \"<number>\",\n    \"hashrate\": \"<number>\",\n    \"hashrateUnit\": \"<string>\"\n  },\n  \"supply\": {\n    \"totalBtc\": \"<number>\",\n    \"maxSupply\": \"<integer>\",\n    \"percentMined\": \"<string>\"\n  },\n  \"market\": {\n    \"marketCap\": \"<number>\",\n    \"tradeVolume24h\": \"<number>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26c7b1f6-815f-47ba-9884-9e810321e376",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ece4851-3f6e-49cf-a8da-3b36b268fd9f",
          "name": "BTC market cap",
          "request": {
            "name": "BTC market cap",
            "description": {
              "content": "Returns btc market cap price data. Response follows standard API conventions. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "marketcap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b4b5bf34-db66-43c4-ad29-78a394b6d352",
              "name": "Market cap",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"marketCap\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b232bce-304b-402f-879f-52649eb441b3",
              "name": "Payment Required - x402 micropayment required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d05eacc5-489b-4670-a260-8cca7c379a25",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e516e5f-fdfb-4b32-82e1-6d77eb7a7099",
          "name": "BTC multi-currency ticker",
          "request": {
            "name": "BTC multi-currency ticker",
            "description": {
              "content": "Returns btc multi-currency ticker price data. Response follows standard API conventions. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "ticker"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "96ab9510-8e8c-4cd8-8dcd-876f0f22c918",
              "name": "Ticker",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "ticker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"priceChange24h\": \"<number>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e64625a-15aa-446a-adeb-067f27337f7d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "ticker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f67ad86c-775e-4322-9874-176d90b6951c",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "ticker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "161c1d9f-9c9e-4071-a6f4-4309688dec6a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "ticker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91563247-a602-4a1d-8e99-eda99f00a26f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "ticker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f7f69d0-cb42-4dcd-913b-a280d8e2bbe2",
          "name": "Top coins by market cap",
          "request": {
            "name": "Top coins by market cap",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\nTop coins by market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "cap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9bb7a37c-5498-4811-9fcc-20ea8f4448d0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2487b3ac-a0bb-421c-a8a4-f7952fd98150",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "803235a0-54a1-4cb1-a350-2cef56978898",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "060a92d1-d7ea-4a40-bf21-e3ae46498092",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32925632-9c7a-452f-9b4e-02a175fa3ec4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "cap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "922da892-994f-4db7-9080-dfc98bd42925",
          "name": "Market categories",
          "request": {
            "name": "Market categories",
            "description": {
              "content": "Returns market categories price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "05a65adc-9f0c-423a-9737-6eeff19f41bf",
              "name": "Categories",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "116ce296-dc95-43b9-a675-0e690acef37c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3388ca08-c01e-4626-8a72-a71a7078080f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f4b37fe-9c31-46a7-aa98-a90df315a01f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c30af1b6-95de-4f2b-851b-2d2b03b734ed",
          "name": "Compare multiple coins",
          "request": {
            "name": "Compare multiple coins",
            "description": {
              "content": "Returns compare multiple coins price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "compare",
                ":ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "ids",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated coin IDs",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "52f837dc-22a9-4442-a78a-1e3693ea0c64",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "compare",
                    ":ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated coin IDs",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "ids"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"comparison\": [\n    {\n      \"key_0\": \"string\"\n    },\n    {\n      \"key_0\": 8565.161761414734\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b08e8030-55f0-452b-81da-c84206b22f71",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "compare",
                    ":ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated coin IDs",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "ids"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eba604bb-3830-4a8a-bdeb-672c91c3a29f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "compare",
                    ":ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated coin IDs",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "ids"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0877bc03-2b8a-4201-a230-df052ba00c53",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "compare",
                    ":ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated coin IDs",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "ids"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5d725d-5203-40f2-92e0-56b04de831bb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "compare",
                    ":ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated coin IDs",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "ids"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9563b9e-bbbf-427f-9e2b-c316c466b1a5",
          "name": "Derivatives market",
          "request": {
            "name": "Derivatives market",
            "description": {
              "content": "Returns derivatives market price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ed9e5b87-2843-4e19-9c4a-03a947acdce2",
              "name": "Derivatives",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6270dfb8-ef92-4958-bc96-acc20aed9b4c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c43dfebf-4c1e-4d8b-85b7-e424724fcfb1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e5174da-bf1d-49d5-8380-2ca8185c9a53",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f4628d4-559c-4b3c-87d9-3e5aef88d078",
          "name": "Derivatives exchanges",
          "request": {
            "name": "Derivatives exchanges",
            "description": {
              "content": "Returns derivatives exchanges price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "derivatives",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7817e124-7fc9-458d-9ca0-e50985234c58",
              "name": "Deriv exchanges",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa0b44d7-7abe-437c-90b1-4511d108db26",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ade419-9a7b-4616-8658-787bd51b257e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8489554a-81ef-4b15-b438-803f621557ea",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "derivatives",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94cd67ae-8bb5-4b29-8a63-f8ec402bd059",
          "name": "BTC/ETH dominance",
          "request": {
            "name": "BTC/ETH dominance",
            "description": {
              "content": "BTC/ETH dominance\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "dominance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a3d6b1fd-c089-4092-b77b-ce6dc3ce4a52",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ce0b941-c81a-4550-b691-a1cff1a9ecba",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1da5d882-de2e-430e-a2a6-86932b4186e5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0bd7565-28ec-4f8d-944f-63b1e6a50c7c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d01d2344-536b-4b14-9a2c-f0a348b9d487",
          "name": "Exchange details",
          "request": {
            "name": "Exchange details",
            "description": {
              "content": "Exchange details\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8dcb328c-b4ba-4cf2-876f-06e3d916b16d",
              "name": "Exchange data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cca8feb-67c4-4362-8205-0325905ba5c7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce434e62-e316-4c67-93b8-d7be80ce55ef",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e7de239-59d6-4304-b64b-c391f1c21a00",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3cb1839-b646-408a-ae9d-66f12828cfb0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce8a6530-9a3f-4e35-ba1e-ffac038e463c",
          "name": "Exchange rankings",
          "request": {
            "name": "Exchange rankings",
            "description": {
              "content": "Returns exchange rankings price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3f5dd23a-b8e3-470c-b285-2ba5857e1e42",
              "name": "Exchanges",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3d88a9f-7fe1-4a9c-a636-b07ff8cf925d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72fa1b9b-56f8-4edb-9f36-dfe1984a13d4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8d6ce12-aa67-4793-84ca-795b34987099",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03fece4e-6cf0-4a0d-a099-87ef11140764",
          "name": "Fear & Greed Index",
          "request": {
            "name": "Fear & Greed Index",
            "description": {
              "content": "Returns fear & greed index price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "fear-greed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3abdd65e-db95-4ebf-8eaa-fe7a6cac52a8",
              "name": "Success - requires payment via x402 protocol. Payment details returned in 402 response. Successful response structure not captured in examples (payment-gated endpoint). Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4b3aaff-49e5-402b-84f3-30498c6d37d0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f732d7c5-89da-417c-ae29-4cb4948a3c13",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f918c959-6840-494c-884d-fd48093383b0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8701c2a4-d042-4ff9-a24f-90314b6c7bd1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "054979fc-5b2a-4cd3-847f-7d35a4e50a6d",
          "name": "Fear & Greed history",
          "request": {
            "name": "Fear & Greed history",
            "description": {
              "content": "Crypto Fear & Greed Index\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "fear-greed",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cfb27448-6c10-4829-adc5-c400dd57dc60",
              "name": "F&G history",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2005dd05-b1c7-4658-9078-ef3edcaedd9b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15552de7-edce-4c5c-b383-b4878a5f7dea",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0748f77-1f2c-4e82-a573-0c6906f4a097",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "fear-greed",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80b39bc3-18fc-498f-9aa2-4de5cd19fc56",
          "name": "Top movers (1 hour)",
          "request": {
            "name": "Top movers (1 hour)",
            "description": {
              "content": "Top movers (1 hour)\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "movers",
                "1h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4d8736a3-31a0-47ea-af37-93eed798365e",
              "name": "1h movers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b27fbf5-649b-49c7-bd72-318d1c287a4c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9536742-3d7f-431b-b66f-3297e11012c8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acff2e55-36d4-4b51-a025-53bc237ba925",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "627e8cc1-1775-40a1-8dfb-59a9bdf2a01d",
          "name": "Top movers (24 hours)",
          "request": {
            "name": "Top movers (24 hours)",
            "description": {
              "content": "Top movers (24 hours)\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "movers",
                "24h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d222181e-4ca1-4eaa-b109-074ba8efe355",
              "name": "24h movers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf1298b5-355e-4a80-96ed-b7adca82da97",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52b8f0c9-c72c-43c6-a562-15ba37f02686",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "305a16f5-7f6f-4c72-b226-c68e36f5b369",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8e4bb82-cbe8-4567-852d-82cc1d1fdbd4",
          "name": "Top movers (7 days)",
          "request": {
            "name": "Top movers (7 days)",
            "description": {
              "content": "Top movers (7 days)\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "movers",
                "7d"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "44d2f560-be68-46fe-8c87-a9da0d9189f1",
              "name": "7d movers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ac43e94-96ef-4e34-a409-79f897e2edcc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85782845-af3e-4c80-bd8f-21eabd9cb947",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9b02ccd-aa3b-4a1b-af8c-d6534d571fc6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "605167a3-24b6-45fc-a7b6-22db4c9dcc12",
          "name": "Sector details",
          "request": {
            "name": "Sector details",
            "description": {
              "content": "Sector details\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "sector",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9e04808e-0645-42f7-a8c5-1af74667b755",
              "name": "Sector data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sector",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1387eb6c-ff39-423c-970d-b1b82434fc72",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sector",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adc7af57-aae4-413a-ac34-cbf1b67218c4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sector",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3cf310b-7af7-46dc-bc07-90f540633f0b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sector",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1508edf-414e-46e4-9b9e-d62e5da107d7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sector",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a12cd4c9-cbd2-49fd-9605-2babd89106cd",
          "name": "Market sectors",
          "request": {
            "name": "Market sectors",
            "description": {
              "content": "Returns market sectors price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "sectors"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cf6d727e-304b-4182-9580-758b0d70d762",
              "name": "Sectors",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b9e2c9d-8eb5-4e9f-9be2-881c10031538",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ace43fa7-c9e5-4f89-aee0-21125d29235b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d74b9ed7-5145-40b4-a424-02a828fb2ffb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sectors"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4d1a132-3bfa-4350-95ce-420c69e64a0f",
          "name": "Market sentiment",
          "request": {
            "name": "Market sentiment",
            "description": {
              "content": "Returns market sentiment price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "sentiment"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cf085fe3-d6d2-41c1-9eaa-cca86bc9e52a",
              "name": "Sentiment",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sentiment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"value\": \"<number>\",\n  \"classification\": \"<string>\",\n  \"updated\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "493f9a2a-ce4a-4dc5-86b7-884aa1d50b1f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sentiment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ef8562e-f562-46fa-87af-884a9c007852",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sentiment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5cde1ada-ba28-48e9-b80d-f35976bbc169",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "sentiment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d473ec64-9754-43cf-b58c-5b1b3eeef049",
          "name": "Detailed market stats",
          "request": {
            "name": "Detailed market stats",
            "description": {
              "content": "Returns detailed market stats price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "907cdce7-cc5d-47ba-9314-c1bc8bbd2425",
              "name": "Market statistics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80984afd-45b3-418d-a077-86d13438c5dd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f6dab43-3657-4078-86c3-01d2c20bb81a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b56594b-9eb5-4a1e-8bdc-4981b4a2a234",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "249d7528-675e-4a00-8d8b-f308584cafff",
          "name": "Top coins by market cap",
          "request": {
            "name": "Top coins by market cap",
            "description": {
              "content": "Returns top coins by market cap price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b1eb694e-538e-4e36-973d-be653682b9b5",
              "name": "Top coins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"coins\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\",\n      \"key_2\": 8761.67912376411\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": 2707.4709850844747\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"nfts\": [\n    {\n      \"key_0\": 8850.960984675825,\n      \"key_1\": 1963.8547493688075\n    },\n    {\n      \"key_0\": 7690.107297654114,\n      \"key_1\": \"string\",\n      \"key_2\": false,\n      \"key_3\": 9762\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2849d8d1-f5cb-4b92-bc8f-710d426d2020",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b7bcc65-d18d-4a0a-90e2-f73e25459141",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18ec92b6-aae8-44ba-8f69-050ad0b387c7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59403fc1-04df-4278-93b4-b16970b96683",
          "name": "Get trending coins",
          "request": {
            "name": "Get trending coins",
            "description": {
              "content": "Returns trending coins price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "655cc579-7ad8-4362-a9dd-706bea219182",
              "name": "Trending",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"coins\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\",\n      \"key_2\": 8761.67912376411\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": 2707.4709850844747\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"nfts\": [\n    {\n      \"key_0\": 8850.960984675825,\n      \"key_1\": 1963.8547493688075\n    },\n    {\n      \"key_0\": 7690.107297654114,\n      \"key_1\": \"string\",\n      \"key_2\": false,\n      \"key_3\": 9762\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c15d962-c4e1-4acf-a324-28333b7e336c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "822b5daa-1331-4d96-9e59-b1052036ce82",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b28e7de-a4d6-4811-810b-87cb47ee0b9f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8714d618-953e-4d12-a768-084c8973aad6",
          "name": "Trending coins only",
          "request": {
            "name": "Trending coins only",
            "description": {
              "content": "Returns trending coins only price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "trending",
                "coins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9daa42fd-652e-4274-a7e7-1a6900094a8a",
              "name": "Trending coins",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87e151da-31fb-43fc-b880-b51cfdb46f08",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed7f366c-2141-4222-bb7a-6dc61bbea754",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4202ff41-ff3d-4d48-8e3a-6723808a337a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "45ed445d-a508-4257-8663-6f7e977f417f",
          "name": "Top coins by volume",
          "request": {
            "name": "Top coins by volume",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\nTop coins by volume",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7164c2f7-24d0-40c7-8a8a-0db7c5726312",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f3b228d-3e98-4172-b474-ec259eb782d5",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ba8d73e-e4d2-4309-91a3-3f5aee6e6d9e",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "202ec857-9f65-401f-bba8-6e2351092dab",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "360e012b-3d0b-43ab-bfb3-145782dd40e4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b14f7e20-7e83-448e-bf1e-a1398c0ba279",
          "name": "Token market data",
          "request": {
            "name": "Token market data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nToken market data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "75ba5bb6-5e25-4134-9331-2b39dc7c66af",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00d17bcd-91d0-4d41-991b-508f4dcb06ed",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13a39679-f642-4988-9b01-b04ee6f346eb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9134bb1-4f25-4e1b-823f-59bcab82e8d2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4727e347-c41d-4ef5-af48-6ffe86f9d729",
          "name": "Top movers 1h",
          "request": {
            "name": "Top movers 1h",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nTop movers 1h",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "movers",
                "1h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "337b7c95-0fc0-4728-b2e5-7ffb1ba4b681",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1912012-ddc3-4eaf-ab92-05bdc2f255f5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f210a49e-0ba1-4df3-bed2-6370feb6ef74",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51e4aa17-a93a-44f2-aba7-5100e7b4f902",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "1h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a6b22f1-ced5-4f0b-8c4c-fc7c40a99c6d",
          "name": "Top movers 24h",
          "request": {
            "name": "Top movers 24h",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nTop movers 24h",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "movers",
                "24h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "08f9f0f6-cf5d-4f97-8c5a-1b78e6a602ed",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "538a33f4-34cd-4245-af5d-668e5ace7538",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "353ce4bc-fd24-41d0-af34-c55a4c83fe5c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f50b9d1b-2c78-440e-bf07-b00b7d5265a8",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "36e35cab-f09d-48f2-9f26-95f5b7f67d3f",
          "name": "Top movers 7d",
          "request": {
            "name": "Top movers 7d",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nTop movers 7d",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "movers",
                "7d"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "523bf4ee-748f-4b8f-a1a3-0dd4846a0c86",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2923c7e4-657b-4256-8cab-b8c45cb4c2a7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7b20cff-fe3f-4f49-8ebf-9cfd1b20dd74",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1e87a07-4dee-417d-bea2-9ceee5203e48",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "movers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c997d5c-969c-438e-bd3e-488b6b23944e",
          "name": "BTC metrics",
          "request": {
            "name": "BTC metrics",
            "description": {
              "content": "Returns btc metrics price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "metrics",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "15666694-cb30-4712-8d1b-e721374693ba",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9815e14-4a7d-44ea-a065-ad58f53cd4e7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50fbd0aa-f797-4327-8465-2325a4cc0afe",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3b9acc6-11c2-44be-99fc-5d20506013ee",
          "name": "ETH metrics",
          "request": {
            "name": "ETH metrics",
            "description": {
              "content": "Returns eth metrics price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "metrics",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0da3358e-650c-4d4b-910d-e0a0294f1db7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f484506-b249-4e03-9903-da7a9e26ad00",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a7b595a-c7cb-4464-bdd2-8fdfb325a17f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70c8f568-99bb-4f46-b2ea-507375fa83e4",
          "name": "1inch price",
          "request": {
            "name": "1inch price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "1inch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e97f91d1-4edc-47a0-96f7-59418d58bf2c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb0ac9c-3d50-4dcd-b300-391f76a3bc83",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b994687-6e34-4da6-abcf-bcbe97e1560b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d59b86e-6c21-422d-ba7a-58db0c1bded9",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6edd3ff8-4980-4c00-a912-74cb274544d2",
          "name": "Aave price",
          "request": {
            "name": "Aave price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2cb1ee12-0422-4d7e-85fd-a91748b6b0c9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63a6730f-4b30-420e-acdb-f24210984135",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36782b30-1b3b-473a-a3df-bfe8fc5ca433",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54a32efe-efd7-4645-a23d-fbd9df71b765",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70c74632-8c9d-47e4-b929-dd12ee58d5d9",
          "name": "AI token prices",
          "request": {
            "name": "AI token prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "ai"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c544d684-3fd1-4d23-85b4-3255c3feddce",
              "name": "AI prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3eaa390-7fb7-4750-8753-e6591f6f396e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5736c307-747e-4568-945d-fa12ddda1dd6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d44a81f8-11de-4ffc-8448-76db06916441",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "deec9685-1492-4a69-a67c-e71a2cd87263",
          "name": "Arbitrum price",
          "request": {
            "name": "Arbitrum price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "arb"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3e67cb19-5f0a-49af-8aab-764a92f7f955",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "486ac45d-130b-46a5-8e8d-118f852e0aa6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c91eb39-ab47-47da-b103-695d7961bc0f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f63e55c1-73e7-4050-9652-fef5b58fbcc9",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34ce986e-9104-4d3f-a494-ec17a60542fb",
          "name": "Avalanche price",
          "request": {
            "name": "Avalanche price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "avax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ac7ccc01-5056-47c2-8394-928a7757f0ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf7057d0-324d-44ab-bdf8-3cb83d31964d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e105865e-e598-42bd-b69c-a01f774ccd05",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46239478-0652-4c61-a02e-959c7102ba16",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ed7383a-d55f-4358-98b9-4facab8b63ef",
          "name": "Balancer price",
          "request": {
            "name": "Balancer price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "bal"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f72083cb-04ea-483b-9b46-3d9c5368f489",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6699c3be-cf28-4cfc-82e7-7d572eb53291",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff74b57e-ddf7-4c2e-a836-0f525c5391d2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38b19a0d-0e8c-4fba-a929-140dd9756612",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2b2e34af-bf3c-42f5-94c3-0b9b001efe3f",
          "name": "BNB price",
          "request": {
            "name": "BNB price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "bnb"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cb44fca3-2b0f-45d8-8972-f9f724c7ae25",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bd9b64f-d0f5-46a5-9a8b-d5c2b615e41b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4eca828-ca24-4940-9600-a98b23d05b9b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1543bcc6-1996-471e-8aa1-430b6f18ea7c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf71d196-987e-4922-8549-d6ab60cf19ed",
          "name": "BTC 24h stats",
          "request": {
            "name": "BTC 24h stats",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "btc",
                "24h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7df15bf0-2b84-4ee8-a9a9-76efb3b17f1b",
              "name": "24h stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "btc",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd8a4b40-4881-4740-a310-e71814a11fe9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "btc",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b7317fa-5f8f-4b79-8e54-a23ac16be5d2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "btc",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ef0e96c-1b4b-4db6-83cc-cadf14406781",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "btc",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5792d204-0bf9-4934-8298-ef691f0081b9",
          "name": "Compound price",
          "request": {
            "name": "Compound price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "comp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "29398bf6-0b93-400d-88d7-1a6857646312",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "comp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44499e80-aa2f-4dfc-aeda-b198ba43e0e1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "comp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3af557a-c4df-4801-a1f0-c7145254768e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "comp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b3991b2-0d99-4390-82c5-ea14fd400df0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "comp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49057d7f-a442-4aa0-960c-f7e868680242",
          "name": "Curve price",
          "request": {
            "name": "Curve price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "crv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4995d310-7366-4cff-84bc-60964dac30b0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "crv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "044a40a8-649b-4dfc-a5cf-3076f69ced03",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "crv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "612bf4b1-75fc-48f4-adcc-a9c373f8b76d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "crv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8841929b-4f54-4f4b-82d3-32325fac83b4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "crv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aff27796-8738-42a5-8d49-9f10b969f4fb",
          "name": "DeFi token prices",
          "request": {
            "name": "DeFi token prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "defi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "992de688-83ca-4b4f-888c-3406cb9d495a",
              "name": "DeFi prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "198f56ae-395f-401d-8160-74d5145740f8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "003b4697-c1c5-464b-8a85-72ac7a762fe6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b417a9b-807a-4b20-b379-cda9c6db5035",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ada0ed8d-8c7b-42a1-b5b1-0e2914e0047c",
          "name": "Dogecoin price",
          "request": {
            "name": "Dogecoin price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "doge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5f605ac0-335d-44f9-b13d-e57cc2a1a194",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "doge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38d45204-b1ed-4f2d-83e3-35ea8ba40363",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "doge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17db1773-0d80-4e5b-b1a0-a549eefc6a0d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "doge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a3a5e3a-bda1-490a-880c-f478087bbc56",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "doge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cda88575-dc8f-4245-bca2-7ff5b1e46a5a",
          "name": "ENS token price",
          "request": {
            "name": "ENS token price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "ens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b5b74126-0688-4eff-9465-120cb6e27dc9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34ad147f-3396-4aaf-b1c7-7f27c6110020",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "346f9131-add0-4006-b23e-8707d7d73ddc",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5843560a-13d8-4d45-95e5-689d91d7552a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b94fcef8-7264-4ef0-a328-1728eae77af2",
          "name": "ETH 24h stats",
          "request": {
            "name": "ETH 24h stats",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "eth",
                "24h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0cce5686-b7fd-4604-a2b2-d9b5fe1f670b",
              "name": "24h stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b84fcf7b-d1b2-43d1-bcac-9bc9ab1a2a44",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80298ada-8113-415d-abd1-4c633c944dd4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a12b5473-ff54-4bc5-aa22-b65912597e8c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "40a093ef-f307-4f84-b4b3-8e655320cb59",
          "name": "ETH multi-chain prices",
          "request": {
            "name": "ETH multi-chain prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "eth",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "221905ee-8996-4cee-9834-399a33cec052",
              "name": "Multi-chain ETH",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"token\": \"<string>\",\n  \"prices\": {\n    \"key_0\": \"<number>\"\n  },\n  \"pegStatus\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e87f7b22-19a7-4ea9-8c3e-3d465c28b197",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e60862ef-beb3-4afb-bad5-08742e6e53f1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21491c61-bb39-4144-8a73-ca8ee5467c10",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "eth",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "820aea33-a5e7-4245-8eea-cbacfbc834ea",
          "name": "Historical price at date",
          "request": {
            "name": "Historical price at date",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "historical",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Date in YYYY-MM-DD format",
                    "type": "text/plain"
                  },
                  "key": "date",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token contract address or symbol",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "94f8c85d-3f31-4820-aea2-8557cf296e05",
              "name": "Price",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "historical",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Date in YYYY-MM-DD format",
                        "type": "text/plain"
                      },
                      "key": "date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address or symbol",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dd72bbf-0ad2-46b1-ab36-05d40cfba14a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "historical",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Date in YYYY-MM-DD format",
                        "type": "text/plain"
                      },
                      "key": "date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address or symbol",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac9a4e1e-4998-49b5-8f18-065d3edcc982",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "historical",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Date in YYYY-MM-DD format",
                        "type": "text/plain"
                      },
                      "key": "date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address or symbol",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be777619-4fb9-4d4a-a841-2db18cea7373",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "historical",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Date in YYYY-MM-DD format",
                        "type": "text/plain"
                      },
                      "key": "date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address or symbol",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03ab50ed-315c-468d-acae-06888a0247fa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "historical",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Date in YYYY-MM-DD format",
                        "type": "text/plain"
                      },
                      "key": "date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address or symbol",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abdb0ae5-d063-40ef-b23e-7c7ca2cefbe2",
          "name": "Token price history",
          "request": {
            "name": "Token price history",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "history",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "972d7c56-249c-4a9e-aef7-ec63dbc08a3a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "history",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63a676c4-0075-49e4-a5fb-5ccca34d13c8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "history",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "691f54bd-3847-46b3-aa5a-101dbd316c73",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "history",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fe32062-44ae-41e8-a418-72a203d55014",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "history",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6837fe5b-e4f3-40a3-b61a-833aacd5b99b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "history",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "90a3b196-2e88-44dd-bfc9-dad28e0b5950",
          "name": "L2 token prices",
          "request": {
            "name": "L2 token prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "l2"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "61ece256-da5a-43a5-9aeb-07d42248bdd9",
              "name": "L2 prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a9941a2-7d26-4b39-a7c8-58344d8d3d83",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35affa9e-b16c-4610-8596-4ff708143e04",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9f8e82d-4a45-4271-bf4b-9732bba84f1f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54c3beda-bf4f-44d7-99e5-26f116c06e11",
          "name": "Lido price",
          "request": {
            "name": "Lido price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "ldo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d8deb4f9-14d5-4c9b-9168-fa95167b5b85",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ldo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28681f25-8988-4974-89fb-c28f18583178",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ldo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6edaf962-6c8c-42b2-a894-935caf52740b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ldo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a27e30d-8444-4cc0-9a5f-75796a0ccbb6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "ldo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7af0d12b-587b-4336-8f83-693c0afe5178",
          "name": "Chainlink price",
          "request": {
            "name": "Chainlink price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "link"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d3c21eb2-615a-486e-ac31-97c14b923050",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "014197e9-342e-4035-928d-7cff5642acee",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ffa3bc3-91a3-4ef3-9907-647f9e627d97",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2413ca9c-b752-471f-bed6-63cf2edcdb86",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e01cb9fc-c635-49e7-bae0-e877afa0286d",
          "name": "Major crypto prices",
          "request": {
            "name": "Major crypto prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "major"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "41d8b037-919e-4d3c-bace-1c18a4d33efa",
              "name": "Major prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "major"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f660140e-e4b2-4152-8df1-c90f6ba5962b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "major"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a26d349-758d-461b-8af3-8ae02abbea15",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "major"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fe06d61-6dcb-4441-b0df-259cc6b93988",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "major"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dfd5181f-f588-4a6c-830e-5f4bc4efde32",
          "name": "Meme token prices",
          "request": {
            "name": "Meme token prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "meme"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bca1a0a5-52d3-44c5-9f1d-659c48dc010d",
              "name": "Meme prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "meme"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2902865-e5bc-4f6a-a9eb-5614fe152256",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "meme"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fc96b10-3e3f-4ba6-8f2a-5600e11e6f42",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "meme"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5f1f059-2b47-43c6-83c6-604090571819",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "meme"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26609106-a05a-4ed7-97cb-803e34f69c02",
          "name": "Maker price",
          "request": {
            "name": "Maker price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "mkr"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5a9bdf94-cb3d-461b-9fc5-cb9cf62a108e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "mkr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30c1652c-5359-4517-bb04-e348871d7e2d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "mkr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60feee9f-1d22-485f-8f6f-c6441c1c71be",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "mkr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35186f98-ac40-4c41-917e-b4018fffc95a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "mkr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c0b68f0d-135a-45fd-8d54-629faf408638",
          "name": "Multiple token prices",
          "request": {
            "name": "Multiple token prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "multi",
                ":symbols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "symbols",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated symbols",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f2e09036-5962-4ab8-b985-a787bb687100",
              "name": "Prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "multi",
                    ":symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated symbols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbols"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volume24h\": \"<double>\",\n  \"marketCap\": \"<double>\",\n  \"high24h\": \"<number>\",\n  \"low24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"token\": \"<string>\",\n  \"prices\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"price\": \"<number>\"\n    }\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "722ce378-8e53-4f13-ad09-7216c406bd8e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "multi",
                    ":symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated symbols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbols"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abae1bd4-c7e3-4bed-bf6d-b8ac23f29ac6",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "multi",
                    ":symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated symbols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbols"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ca293b4-e7ff-4ded-afa7-50bcfdd59939",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "multi",
                    ":symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated symbols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbols"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3821edf-70e9-4d8f-bafa-cea691cdeab0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "multi",
                    ":symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated symbols",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbols"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a646e26a-95dc-4e7f-b211-e69b626f669e",
          "name": "Optimism price",
          "request": {
            "name": "Optimism price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "op"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "154cc423-9719-416e-8504-6e7b7ef51607",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03e45ec1-959a-4e4f-ac07-d7115fab3edf",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7fa391a-60bc-4ce4-880b-5dcf7de4743f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "338757db-0c83-4ed0-b5cb-b7ca287cd153",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "144889db-71d8-47e2-ad34-39d3b22dcd16",
          "name": "Pepe price",
          "request": {
            "name": "Pepe price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "pepe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fdec1bbb-efa9-41c8-8209-4f5ef4490e5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "pepe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39c7d546-4003-4b80-83f0-038197046e2b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "pepe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6d38a81-63dd-4aa2-8f56-1ed94e665179",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "pepe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "903a493e-4619-4511-9d93-53ec1fb7dbf1",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "pepe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "78a1d9b2-c3b1-4537-b099-b65b1d17ae14",
          "name": "Shiba Inu price",
          "request": {
            "name": "Shiba Inu price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "shib"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "71db99e9-889c-4453-b5e3-d26f94c5af39",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "shib"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76d84c50-ade8-46b3-8358-b4e9c87a6a15",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "shib"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39d5522e-9535-41c2-8fab-43fc76544e55",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "shib"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d6f1bb6-69b5-4523-bab5-0090bc3911de",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "shib"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "87319759-2ab8-4906-bb4b-a440fb52f4a2",
          "name": "Synthetix price",
          "request": {
            "name": "Synthetix price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "snx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7b5e712b-33ad-4bb4-99d2-d0501b27374d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "snx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92d6e04f-b786-4b20-902d-a27afcf4be64",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "snx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec932f71-1b79-4b30-94b4-0c3952f396bb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "snx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3068976-86d4-48d9-8fc7-6235de922a07",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "snx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2383ac34-2edc-4d7b-beab-dff2f4ed144a",
          "name": "Solana price",
          "request": {
            "name": "Solana price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "sol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7ae3a627-d46c-4a4d-afe5-2ad70b2b104d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2361b9af-108d-4236-ad5a-f78677de6a32",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7a7f448-e22c-4ead-9eac-85b85a3780ca",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a3f7dd0-120a-4f6f-8ff8-43e9281b0231",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "346a6779-05a7-4b54-8f25-1696d06f0b02",
          "name": "Sushi price",
          "request": {
            "name": "Sushi price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "sushi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "006505d9-90ad-47aa-bd9c-4ad47c79bc7e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sushi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04bb8e5e-e507-4eb8-9718-1f973d785955",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sushi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc3b043e-6f69-413f-b13a-12de4f7154bd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sushi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db03da7d-3020-4c18-99bc-a464038da611",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "sushi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1916456b-dbca-4b09-81cc-81ffb69eaa28",
          "name": "Uniswap price",
          "request": {
            "name": "Uniswap price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "uni"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "60a8b3dc-7db6-45fd-b7b3-2346b1efe7dd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "uni"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a8c5dd0-a852-44bb-aa82-9b9c2d88b54e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "uni"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2429c235-aa57-4c6e-9abe-e80c530bf902",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "uni"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "230e32a2-525c-4aed-ab48-2f9bda8a3cd8",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "uni"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b26eeea8-9053-4232-a546-367a673d68d1",
          "name": "USDC multi-chain prices",
          "request": {
            "name": "USDC multi-chain prices",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "usdc",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "711723b5-286e-4d81-9004-e3dd02a11fe6",
              "name": "Multi-chain USDC",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "usdc",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"token\": \"<string>\",\n  \"prices\": {\n    \"key_0\": \"<number>\"\n  },\n  \"pegStatus\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1c54295-9660-4fcf-b866-891f5808e479",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "usdc",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "967251d4-58f6-4b17-94ad-009c1390fa4f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "usdc",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f68e3ddf-8045-43bf-a15e-db685fe9e87a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "usdc",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9668597f-bc6d-4843-8520-b69a1850a70b",
          "name": "dogwifhat price",
          "request": {
            "name": "dogwifhat price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "wif"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1e1dcb1c-3d2d-4ea2-8250-49875ee352b1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "wif"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b283af2d-3fc1-4142-a5ae-af27023a082c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "wif"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b02197be-b3c2-4011-ac42-22aa5ec96429",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "wif"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f74bb94-8cd6-4e55-9967-13933d96141e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "wif"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46741c73-4f88-4e0f-9591-2ac2ed59ce53",
          "name": "Yearn price",
          "request": {
            "name": "Yearn price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "yfi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aa571ad4-b1fc-4479-86f8-ee0035ce5ce0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "yfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<integer>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fe4569f-f1ec-44f2-bb60-8bb8062bb52e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "yfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9579fad-1d7d-469f-aefe-55e96ec0fbf8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "yfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72dc4901-e955-4d76-b70c-7243e7b8dad2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "yfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e61f8647-bf67-4657-aadb-eb215c45d45a",
          "name": "Get Token Price",
          "request": {
            "name": "Get Token Price",
            "description": {
              "content": "Get real-time price for any supported token with 9-source fallback for reliability.\n\n### Supported Tokens\nETH, BTC, USDC, USDT, DAI, LINK, UNI, AAVE, ARB, OP, MATIC, SOL, and 100+ more\n\n### Data Sources (fallback order)\n1. CoinGecko → 2. DefiLlama → 3. CoinCap → 4. Binance → 5+ more\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Target currency (usd, eur, btc)",
                    "type": "text/plain"
                  },
                  "key": "currency",
                  "value": "usd"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol (case-insensitive)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7e8c7fc2-7611-4801-9f1d-e745da66cc10",
              "name": "Price data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5da2b193-092d-4c09-a862-a57ec21c8956",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44b87e51-7c8e-4e22-a3bb-266e31d8e82c",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd0c758e-0d83-4d99-8050-4770d1806feb",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "851c0ce4-11f4-48bd-b9c0-1b49bc223e14",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d887449-8b24-4a2f-a8d2-a4546fc23a64",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Target currency (usd, eur, btc)",
                        "type": "text/plain"
                      },
                      "key": "currency",
                      "value": "usd"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (case-insensitive)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e03d5032-136f-4e10-909f-e823ef71163d",
          "name": "Batch token prices",
          "request": {
            "name": "Batch token prices",
            "description": {
              "content": "**DEPRECATED** - Use /api/price/batch instead. This endpoint is not implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9bed777-a2e8-46e9-bbe1-d89958b64b58",
          "name": "Batch token prices",
          "request": {
            "name": "Batch token prices",
            "description": {
              "content": "**DEPRECATED** - Use /api/price/batch instead. This endpoint is not implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "prices",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98c98c3b-cd76-42fb-84f3-9dc0bd2b125f",
          "name": "All token categories",
          "request": {
            "name": "All token categories",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "944d7d35-1b15-49d4-8316-e76433936965",
              "name": "Categories",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"categories\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"top3\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"top3\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3088e50-0115-4bfb-874f-25776b752612",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88168003-5b81-46f8-8974-0456accfe42c",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f28cc50f-1ba8-44cf-986a-4dcd39f14fc6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9f9d69b-ca63-46bd-8e1f-60b575e868d0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d41fba50-dece-444d-b094-86be772242b3",
          "name": "Tokens by category",
          "request": {
            "name": "Tokens by category",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "category",
                ":category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "category",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Category filter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "14ec2bbe-77a0-40cf-9d15-fa01a15a7689",
              "name": "Tokens",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41bb373e-9e9e-4037-8a19-47d56719833f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8c86791-d313-4335-be3a-3c4710269ffc",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a707b904-96ef-4c1a-aa26-c7baf6587b98",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7ade5e3-a4e9-48f2-b09c-1b35351316a0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "category",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category filter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e8ae5c2-1893-4346-b224-7f46fa0922c9",
          "name": "Top gainers 24h",
          "request": {
            "name": "Top gainers 24h",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "gainers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e56c4bba-92ac-4e53-9174-c64900eccb58",
              "name": "Gainers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"gainers\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da9011b1-8c0e-4a79-8155-7c6dd20338c6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78defdfa-3ed6-4069-8542-ee975712c583",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cebc8560-d727-4ed5-880c-53ef9bf7db84",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "472fb572-8853-4d8d-a8aa-11820993247c",
          "name": "Top gainers 7d",
          "request": {
            "name": "Top gainers 7d",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "gainers",
                "7d"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bb5bacfb-16f5-438a-b764-21ffa3b25fb7",
              "name": "Gainers 7d",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"gainers\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcd92640-794b-4e41-af7e-6c6cece912a2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d31d99f6-09b0-4039-99f1-95983edeea4b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b09b982-7cbf-4c89-961c-8b8b97862f7a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gainers",
                    "7d"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8eed7bba-4807-4972-9a85-d7cf593de27f",
          "name": "High volume tokens",
          "request": {
            "name": "High volume tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "high-volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "27ee3025-bf35-4574-a425-584d6a84876b",
              "name": "High volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "high-volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2694f2d-bc55-4ca6-abda-d7b69b9a067f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "high-volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae408fee-2be8-4cb9-bd27-1d5f4528fd9c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "high-volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d0e3c83-b80f-4781-a536-ba66aef4d793",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "high-volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b19e835-3f31-4718-8d64-3947ef3a3be8",
          "name": "Token holders",
          "request": {
            "name": "Token holders",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "holders",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Smart contract address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "37646744-273e-4f5b-8c02-4b759190957d",
              "name": "Holders",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"holders\": [\n    {\n      \"address\": \"<string>\",\n      \"balance\": \"<string>\",\n      \"percentage\": \"<number>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"balance\": \"<string>\",\n      \"percentage\": \"<number>\"\n    }\n  ],\n  \"note\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b6cb21b-00ef-4818-b9b8-b70236b80928",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4152a1f-e44e-446b-9a89-74168372b495",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14b497e4-8e81-4ab1-85a7-f08e0b028eaf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80185566-942a-4a00-a620-48522ae17bc6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d38e3903-826f-4df1-acd3-f321b2a02190",
          "name": "Token info by contract address",
          "request": {
            "name": "Token info by contract address",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet token metadata and current price by contract address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "info",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token contract address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3c3f450c-2749-4f38-9541-8db8980196a5",
              "name": "Token information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"chain\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"price\": \"<number>\",\n  \"decimals\": \"<number>\",\n  \"confidence\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40827138-49c8-4e41-a8d4-eecfe76b4a03",
              "name": "Token not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23c9adfb-817c-43ea-8901-df188e401aca",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b4d39cbc-c632-47ba-a353-acbf7e225407",
          "name": "Top losers 24h",
          "request": {
            "name": "Top losers 24h",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "losers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "952163d5-6077-4252-8a3a-3538cba9d80a",
              "name": "Losers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"losers\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6e4b05b-c6f2-449a-93b5-9c4323249ce9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6edfc254-ef12-4783-896c-6db776850fdf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c8cf1cb-c501-4186-883e-f4ab916b6207",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dcbb73f-dc70-4825-a66a-e2b40c785255",
          "name": "New tokens",
          "request": {
            "name": "New tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "new"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2ef42080-ebd7-4fb2-97b9-57a56658f568",
              "name": "New tokens",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "new"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba20dbf5-4edf-4b53-9fee-01c11fbf6cd2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "new"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cef0b4ba-0adc-4fdd-a847-fe4acd24ba36",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "new"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "199522cd-e210-4556-8d8b-f2fa132a120c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "new"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "436d40b0-9a8e-4d2a-bb4f-9725a72582fb",
          "name": "Token OHLC data",
          "request": {
            "name": "Token OHLC data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "ohlc",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of days for historical data",
                    "type": "text/plain"
                  },
                  "key": "days",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "24d3deed-4a9b-46af-9c44-c95e178b82b4",
              "name": "OHLC data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ohlc",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of days for historical data",
                        "type": "text/plain"
                      },
                      "key": "days",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"token\": \"<string>\",\n  \"days\": \"<number>\",\n  \"ohlc\": [\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"open\": \"<number>\",\n      \"high\": \"<number>\",\n      \"low\": \"<number>\",\n      \"close\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<dateTime>\",\n      \"open\": \"<number>\",\n      \"high\": \"<number>\",\n      \"low\": \"<number>\",\n      \"close\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23d3c3da-6d91-4bb0-b169-e2bee65c141b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ohlc",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of days for historical data",
                        "type": "text/plain"
                      },
                      "key": "days",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4909c531-c88a-4778-8dad-3229656de178",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ohlc",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of days for historical data",
                        "type": "text/plain"
                      },
                      "key": "days",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "459b1dbb-9d85-47c7-8528-0c8b438a2c31",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ohlc",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of days for historical data",
                        "type": "text/plain"
                      },
                      "key": "days",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e29a8781-4df9-4356-8119-88e38a48588a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ohlc",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of days for historical data",
                        "type": "text/plain"
                      },
                      "key": "days",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28d2f0bb-82e8-43eb-830f-b2de58b7ad1b",
          "name": "stETH price",
          "request": {
            "name": "stETH price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "steth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "722ec02b-a363-4307-b615-1e71be414ab2",
              "name": "stETH price",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "steth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0432746e-f36b-498f-9dd2-6bd2d683f9e6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "steth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4960ebf-f72c-4b59-b643-9c639a1c68c3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "steth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83f962a5-6cfe-4314-b088-fac396ac1bfc",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "steth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3a3468d-cbf6-41da-9573-fa760d9eb971",
          "name": "WBTC price",
          "request": {
            "name": "WBTC price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "wbtc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "681f3173-4846-47ff-9af5-ef8afc375fe3",
              "name": "WBTC price",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "wbtc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47190e04-85f6-4ccd-b12d-623331e320aa",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "wbtc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f84eb91-a23e-4860-909c-1c964973741b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "wbtc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16d132da-cc61-4638-85d5-90733e7ebd97",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "wbtc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7494d0b5-1017-4c35-8ddb-4a458638f74a",
          "name": "WETH price",
          "request": {
            "name": "WETH price",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "weth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e6ffdebe-1ef3-4cca-9ec9-75311788de92",
              "name": "WETH price",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "weth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db59ed76-59ce-44b2-9cf3-d3d2dceefa8a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "weth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "504e4173-cf11-457e-809e-cb7cc65721f2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "weth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1a74385-a3eb-459a-b62e-c555c0dfd69e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "weth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2af3028f-6df4-4823-a8f3-d0489649d177",
          "name": "Privacy tokens list",
          "request": {
            "name": "Privacy tokens list",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "privacy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ab93cd40-9149-4685-b3cb-f3bbf9c9bdc7",
              "name": "Privacy tokens",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71bb60f2-e94e-447c-9044-21da2c9007fd",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6e0851e-3f41-4a54-bf55-490909f36360",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b7d9767-19c8-423b-a926-f7e604b8f81e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "privacy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04858910-981b-4bb3-b911-697959e38c8c",
          "name": "Storage tokens list",
          "request": {
            "name": "Storage tokens list",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "storage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a5661a2d-88a0-4a09-aa3b-70258742f2fd",
              "name": "Storage tokens",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "025717d1-122c-41a1-9aa9-c84a0115a7f2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49a1d63a-9cc1-40a7-aebe-b8503dc751d3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dcdd37c-f406-4518-af28-170998377938",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e868c95-6c2a-45b7-bfa3-2b0273e723bb",
          "name": "Token supply",
          "request": {
            "name": "Token supply",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "supply",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Smart contract address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "60747592-7031-4c67-8740-895d105d98cf",
              "name": "Supply",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"totalSupply\": \"<string>\",\n  \"circulatingSupply\": \"<string>\",\n  \"note\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77d22eea-4de9-40de-84d5-71cf81e13a96",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd2188f2-1dbc-4eef-891b-25b23d73cfab",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f75eb9cc-8051-4560-b0e1-d69964196fd5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2c0bf52-2a53-46fe-b53c-0a8646116780",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Smart contract address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e1ff0c6-769b-4b5b-bd3a-15e77d5e940b",
          "name": "Lookup by symbol",
          "request": {
            "name": "Lookup by symbol",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "symbol",
                ":symbol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "symbol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol (ETH, USDC, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d01dba26-45da-4fda-a734-713c32d3f1e2",
              "name": "Matches",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "symbol",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (ETH, USDC, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"matches\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"marketCapRank\": \"<integer>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"marketCapRank\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1931a3f7-c155-4512-8180-22a4f3a8709e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "symbol",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (ETH, USDC, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f0eb02b-2ee9-4e17-b346-fef9fec1fa46",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "symbol",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (ETH, USDC, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f14159ec-5d1c-4cc9-97c2-9032e7468839",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "symbol",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (ETH, USDC, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "539edad8-b27c-468d-9bbb-d423d4319a0a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "symbol",
                    ":symbol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol (ETH, USDC, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "symbol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf45a03c-80b2-4c14-a354-1f7d5ec8c713",
          "name": "Trending ENS registrations and transfers",
          "request": {
            "name": "Trending ENS registrations and transfers",
            "description": {
              "content": "Returns trending ens registrations and transfers price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a342ff93-4392-4591-a887-407403708793",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"key_0\": \"string\"\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd3591ea-321c-45af-b1ec-381c41691ea7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1c9ae26-67ae-4a4e-9b20-168bcdc4e0fc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e3d9382-45a2-4d67-a548-d07248b95aa2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d313d652-04fc-496e-b7b5-b2903277baaa",
          "name": "Trending categories",
          "request": {
            "name": "Trending categories",
            "description": {
              "content": "Returns trending categories price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "35b9f829-634d-46e1-b112-d326207d8d7d",
              "name": "Categories",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65bfc197-9d6e-404c-99bf-e4cdec7797ce",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b14363eb-4945-4105-a020-0c4c3ac90bc9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4cd272b-dab2-4ea4-91a8-b7d64c591725",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "005980df-a38a-4f1f-8be7-f2b74b34b526",
          "name": "Trending coins (CoinGecko)",
          "request": {
            "name": "Trending coins (CoinGecko)",
            "description": {
              "content": "Returns trending coins (coingecko) price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "coins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3344f20f-42a3-46cc-a979-27c2e846daf8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5ca4a8-3148-42a8-8514-458e43a270d5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86054eee-165a-41d2-b9a0-d7958f4f2275",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2f65999-132c-4832-9920-b6271f66b497",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6e817ba-f911-4630-aaca-a9c29370f323",
          "name": "Get top gainers",
          "request": {
            "name": "Get top gainers",
            "description": {
              "content": "Returns top gainers price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "gainers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8c6c255a-1987-430c-b3fe-bd0ac655a401",
              "name": "Gainers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41df0078-0001-4f5c-9b59-1d585fd6aeae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "755846e7-70f3-44a1-85ef-1d197450a88f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c455129b-fb90-40e7-bd46-db74df84e7a9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "gainers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ff321c5-6c1d-4713-b0b6-8f2344fd6751",
          "name": "Get top losers",
          "request": {
            "name": "Get top losers",
            "description": {
              "content": "Returns top losers price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "losers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "21ddc020-ed7b-4b9b-a103-78d8d0a9746f",
              "name": "Losers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19d71113-7049-4a7a-9e91-da37cdd0c3ae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db77d6de-909b-4cef-b400-b44c0541b95d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbd6d699-2885-4c39-951d-0091e32667a6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "losers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5fb9c4b8-5ff9-455e-bb63-3c32f2abb0a4",
          "name": "Trending tokens",
          "request": {
            "name": "Trending tokens",
            "description": {
              "content": "Returns trending tokens price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7216a810-87f6-45b8-a2ef-807335f0a9c9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75e85814-4a0d-41de-a6f3-70b3e5b5df93",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d06e5d5c-9bd1-412e-9917-1c0e57d8f586",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9f4fa2f-dc28-40de-a326-d306deac52a4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6e2bfab-a30a-4c44-aa22-b3e338a130c8",
          "name": "Volume leaders",
          "request": {
            "name": "Volume leaders",
            "description": {
              "content": "Returns volume leaders price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "840c5679-f4fa-42b0-b378-9efc99c0ab3f",
              "name": "Volume",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<double>\",\n  \"change24h\": \"<double>\",\n  \"volumeByChain\": {\n    \"key_0\": \"<double>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a6877a8-90e0-4f3f-a5e1-b40b51a88518",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ded96d7-9625-4448-aab1-f7a9cfb644db",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "befe6b01-3572-449a-a837-b9e95ae7c1d7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0678af0f-a7a6-42ca-aa94-af5ae123526b",
          "name": "Exchange volumes",
          "request": {
            "name": "Exchange volumes",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "exchange",
                "volumes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d5875b4d-a944-4616-a7a0-9848e0e2cb44",
              "name": "Volumes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "exchange",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31e47c0f-f100-4b31-a774-3162221612a2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "exchange",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9970f18-36d9-4507-a9a6-7750c917275a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "exchange",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aca4d87-fbec-4d2b-8e67-4ede0fb7532e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "exchange",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1df4e3db-d8cd-43b3-a678-5f8df5545f6f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "exchange",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d31210bc-7612-4b54-a8bf-fdf1da0db6ff",
          "name": "Batch price lookup",
          "request": {
            "name": "Batch price lookup",
            "description": {
              "content": "Get prices for multiple tokens in a single request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-separated token symbols",
                    "type": "text/plain"
                  },
                  "key": "symbols",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Comma-separated token IDs (alternative to symbols)",
                    "type": "text/plain"
                  },
                  "key": "tokens",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5a49dcd9-a3b1-4371-90bf-21d7189d12c9",
              "name": "Batch price results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token symbols",
                        "type": "text/plain"
                      },
                      "key": "symbols",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token IDs (alternative to symbols)",
                        "type": "text/plain"
                      },
                      "key": "tokens",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"prices\": {\n    \"key_0\": {\n      \"price\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"volume24h\": \"<number>\"\n    }\n  },\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a598f11-750e-4c8e-b2e9-c29898e8f1ac",
              "name": "Payment Required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token symbols",
                        "type": "text/plain"
                      },
                      "key": "symbols",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token IDs (alternative to symbols)",
                        "type": "text/plain"
                      },
                      "key": "tokens",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "995c9fa1-56e0-4275-bd1d-0db0e1fa8704",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token symbols",
                        "type": "text/plain"
                      },
                      "key": "symbols",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Comma-separated token IDs (alternative to symbols)",
                        "type": "text/plain"
                      },
                      "key": "tokens",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21234ab9-84fc-473a-815c-9a52bc9fca1f",
          "name": "Batch price request metrics",
          "request": {
            "name": "Batch price request metrics",
            "description": {
              "content": "Get metrics about batch price API usage and performance",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "price",
                "batch",
                "metrics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e6443689-d921-487e-94c7-4a74dc7d7ed5",
              "name": "Batch metrics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "batch",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"token\": \"<string>\",\n    \"requests\": \"<integer>\",\n    \"avgResponseTime\": \"<number>\"\n  },\n  {\n    \"token\": \"<string>\",\n    \"requests\": \"<integer>\",\n    \"avgResponseTime\": \"<number>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6d25596-859d-41fe-9e1d-2d83c18f2fab",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "price",
                    "batch",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "376b146f-4470-4764-9d0a-6ac8536457fa",
          "name": "BTC dominance",
          "request": {
            "name": "BTC dominance",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBitcoin market dominance",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "btc-dominance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01cd0653-177e-4448-ac88-519d79e34918",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45b63ba6-3999-4aed-8a30-4cc6579938b1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82a1aec8-a11d-4474-be4a-a9835dfa9e8e",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afa7e1c3-af1d-4771-bc06-937783b674d4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e48cd015-24d0-4862-aff0-17bbb7b0ee9d",
          "name": "ETF flows",
          "request": {
            "name": "ETF flows",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBTC/ETH ETF flows",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "etf",
                "flows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cda84d6d-7f0c-4b15-bf0c-9c8280230175",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "etf",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bde474d-2c70-4327-99be-2e15e046f434",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "etf",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70a637c5-e8f6-4bb2-bf02-6b3309f58a5b",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "etf",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "529aea3a-2d12-4073-8ded-e765ff797768",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "etf",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9400d9aa-491a-4c9b-972e-0bc9ee9cc7b3",
          "name": "Fear and Greed",
          "request": {
            "name": "Fear and Greed",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCrypto Fear and Greed Index",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "fear-greed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "92603172-ed2e-4d74-ac45-6d66cecb5d46",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b8a120a-41c6-4799-9abf-b9030ce652ca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e249d5c-0c99-4ad8-95dd-6fbe93f30918",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e83356f1-5ed1-489a-9b37-c99e3d760457",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0696f8bb-3010-4374-9d61-98ff692c6678",
          "name": "Total market cap",
          "request": {
            "name": "Total market cap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal crypto market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "mcap",
                "total"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "22e1f407-0d25-452b-9a17-45438664fa15",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "total"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca71d4da-9e08-41db-b212-bba3e27bdabd",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "total"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c4b7209-4c98-47b1-a971-b849dd9558fd",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "total"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "846f0dd1-0d63-43b8-b901-0e0802ba6384",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "mcap",
                    "total"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "538f8bd8-f46d-42e0-9b78-1c0fb6ede3dd",
          "name": "Alt season",
          "request": {
            "name": "Alt season",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAltcoin season indicator",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "season"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1387f8e2-9e7d-42eb-8835-e700176565d4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "season"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5235066a-6f07-402d-a49d-2c0783ea2f77",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "season"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eda41ff3-31d2-43c7-b636-c12682f6dad3",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "season"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8aace31a-dfe1-41fe-8bd0-43152edca3df",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "season"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6dd749dc-cbd6-421e-9aa2-93f4a4b887f3",
          "name": "24h volume",
          "request": {
            "name": "24h volume",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTotal 24h trading volume",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "volume",
                "24h"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d1d513c5-a125-4e63-b03e-0267055a1ac8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e25e0cdf-9e19-4496-a6e5-94a8cd42eca0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbaded9e-b5e4-4e4a-96e8-0b16873376bd",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b65754d0-be58-472b-92d9-75f5574dbb11",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "volume",
                    "24h"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8394bf0-fd8d-4e0e-8e67-f5cff36009ea",
          "name": "ETH price",
          "request": {
            "name": "ETH price",
            "description": {
              "content": "Returns eth price price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "stats",
                "ethprice"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f39cfba4-d32f-4f6f-9d2c-5d877021005d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"ethbtc\": \"<number>\",\n  \"ethbtc_timestamp\": \"<string>\",\n  \"ethusd\": \"<number>\",\n  \"ethusd_timestamp\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2388bda-38cb-4525-80ee-f639bcfc04cd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5445455-9e4f-407d-9fc6-c4401e6d779d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1733a48-6b39-44bd-bbf5-f7cb827d1284",
          "name": "List categories",
          "request": {
            "name": "List categories",
            "description": {
              "content": "Returns list categories price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coins",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0585c4e8-16d7-4dd3-806b-a0cdf94651d6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"data\": {\n    \"key_0\": false,\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "515d0a81-2f69-485d-96dc-2e700aaa0209",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cbb35d1-5069-47c0-aa8f-92626325ac9a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85a227af-99b7-41d9-87f6-8e7b7b6b27d5",
          "name": "CoinPaprika global",
          "request": {
            "name": "CoinPaprika global",
            "description": {
              "content": "Global market data\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ae701471-9eb0-433a-a910-b3fcf3f3fa62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "515cdcf7-d56b-40d0-bd6a-fbddd9a7ffad",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a2df38c-1d7e-4db1-b719-db6bbe8782cc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c456ee29-08a7-44a8-8077-5f68660d2113",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43653974-c7da-4170-8187-a8dc759e3d15",
          "name": "CoinPaprika coins list",
          "request": {
            "name": "CoinPaprika coins list",
            "description": {
              "content": "List all coins\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a021671f-937c-4e4c-b1c7-ddbd11f3eba9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08fb3c6e-83d3-43d3-9079-7771892a9425",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d45539fb-cc6b-456c-b2b3-4a2c1b7379e4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d9822c0-89af-48a0-adfb-cc110745f069",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b1548798-4019-4f29-b4ea-c4477b59821a",
          "name": "CoinPaprika coin",
          "request": {
            "name": "CoinPaprika coin",
            "description": {
              "content": "Coin details\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "edb73212-d423-4c2d-abf7-57e2d12f4ef8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9e26a29-33ac-41c8-a592-ae21791a457c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53c50e94-d431-4e79-b0d1-4d096ebbc267",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9ad6666-d2f4-4cf9-9231-d8b51c342e53",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "062e22c0-770d-4059-b103-2857d72b3c74",
          "name": "CoinPaprika OHLCV",
          "request": {
            "name": "CoinPaprika OHLCV",
            "description": {
              "content": "Today OHLCV data\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "ohlcv",
                "today"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6f0eb15b-c4ca-4bbc-9fb8-e6b12b905316",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb7fd9af-acc3-443f-ba69-24f83f631054",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6415bb52-4737-4855-8aac-e4aa7dd358cf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8041629f-711d-418c-94cd-b7421005a97c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "80441c49-0fae-4fc7-af57-404a53a8dd25",
          "name": "CoinPaprika historical OHLCV",
          "request": {
            "name": "CoinPaprika historical OHLCV",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistorical OHLCV",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "ohlcv",
                "historical"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "afc86b9f-8255-4eae-800d-3a82b65dd8c0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5c47144-785b-4bc7-a09a-0253fe11c167",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c69b48be-975b-411a-9dc2-6241564aed03",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be5de46d-fc7e-4e28-baee-2fc6f726e004",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "82e15eef-ff57-4569-876f-1902358bd0c1",
          "name": "CoinPaprika markets",
          "request": {
            "name": "CoinPaprika markets",
            "description": {
              "content": "Coin markets\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "67ab6956-1a95-4a96-9eb5-f82517149fe5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49612191-5587-42f6-af0b-c8eb0c902812",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05fb742f-ceeb-4771-8e46-8423a6d7cfe7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51087b2d-8aff-4bdc-a97b-951a2f26e700",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "125883bd-5644-4d81-80c2-2c219a6c941b",
          "name": "CoinPaprika coin exchanges",
          "request": {
            "name": "CoinPaprika coin exchanges",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchanges trading coin",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1c7c0d03-f14e-42e4-b08c-178ce1d8f299",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1d333b4-7aae-4280-b8ab-636ef933e34a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec3564a2-3561-49aa-b914-583717ef41bd",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c89d5fe-ad37-4d40-98a3-4876afbb171d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47de57cd-354e-4409-99c2-df427565dcc2",
          "name": "CoinPaprika tickers",
          "request": {
            "name": "CoinPaprika tickers",
            "description": {
              "content": "All tickers\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "tickers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f91408f2-72bc-46ee-b3c4-885ae3cee770",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ec4277d-9b73-471f-adba-6f2fad85d4d6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bce1a8e1-b1fb-4806-8895-117c15e38787",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4eeaadb-9dde-4939-b706-5767623ad432",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1574dd77-3c7b-4362-aaa3-2aabdb921a8b",
          "name": "CoinPaprika ticker",
          "request": {
            "name": "CoinPaprika ticker",
            "description": {
              "content": "Single ticker\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "ticker",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "652fcde5-6ce7-4517-a4fb-615db4ba936f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c68ee54-a237-4b72-8dac-b1a11c3fba95",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb84663b-65e8-4df8-be0a-bebcb34fad9c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a5d3f16-53ae-471e-9c27-78f07db58deb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f7c0b39-b6ae-4500-b65a-58dea87e4ea6",
          "name": "CoinPaprika ticker history",
          "request": {
            "name": "CoinPaprika ticker history",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistorical ticker",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "ticker",
                ":id",
                "historical"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb1625e1-3779-4c65-815f-411583c0abf2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "716d87af-34c7-4518-9ad8-19936cf46a52",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea8e39c2-4fdd-41f4-9320-8a7a24adedee",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2f63ae0-983b-4f32-99c6-8c0340a053fd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11ba2192-bcc3-4bcf-bada-03c9966a03cc",
          "name": "CoinPaprika tags",
          "request": {
            "name": "CoinPaprika tags",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAll tags",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c0c2cf9-46f4-4ed7-b387-2b78cabe81be",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee02f790-4e04-44b8-967e-7967076fa102",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c43dbd9d-bd5b-4f50-8fe2-c5143f045154",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5912ef8e-26aa-4788-acc0-628422a9a1a5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a427851-e59d-4625-b233-6c8840daa2ad",
          "name": "CoinPaprika tag",
          "request": {
            "name": "CoinPaprika tag",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTag details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "tag",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Tag ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5ba0207e-1fe6-42b1-8c04-e660794f2b21",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Tag ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bfdb29f-5415-41cb-904c-c9cd6ac6036c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Tag ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "153a2793-ed11-437e-85f2-5781338f941a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Tag ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "035ea031-bf7f-4032-961f-bc383147bbdb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Tag ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31ab8159-6311-42a6-8f9f-4b84db64c107",
          "name": "CoinPaprika search",
          "request": {
            "name": "CoinPaprika search",
            "description": {
              "content": "Returns coinpaprika search price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query (coin name, symbol, or id)",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Category filter (currencies, exchanges, icos, people, tags) (This can only be one of currencies,exchanges,icos,people,tags)",
                    "type": "text/plain"
                  },
                  "key": "c",
                  "value": "currencies"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Search modifier (symbol_search for exact symbol match) (This can only be one of symbol_search)",
                    "type": "text/plain"
                  },
                  "key": "modifier",
                  "value": "symbol_search"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of results to return (1-250)",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "6"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f77d2637-67e5-4219-a03d-dae2fc7f0a80",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query (coin name, symbol, or id)",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Category filter (currencies, exchanges, icos, people, tags) (This can only be one of currencies,exchanges,icos,people,tags)",
                        "type": "text/plain"
                      },
                      "key": "c",
                      "value": "currencies"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search modifier (symbol_search for exact symbol match) (This can only be one of symbol_search)",
                        "type": "text/plain"
                      },
                      "key": "modifier",
                      "value": "symbol_search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of results to return (1-250)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "6"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d191fd2-d0a6-43ab-bd8e-d585c728cdc5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query (coin name, symbol, or id)",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Category filter (currencies, exchanges, icos, people, tags) (This can only be one of currencies,exchanges,icos,people,tags)",
                        "type": "text/plain"
                      },
                      "key": "c",
                      "value": "currencies"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search modifier (symbol_search for exact symbol match) (This can only be one of symbol_search)",
                        "type": "text/plain"
                      },
                      "key": "modifier",
                      "value": "symbol_search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of results to return (1-250)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "6"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8be3b4d-5470-44dd-b437-b5a6994431ae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query (coin name, symbol, or id)",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Category filter (currencies, exchanges, icos, people, tags) (This can only be one of currencies,exchanges,icos,people,tags)",
                        "type": "text/plain"
                      },
                      "key": "c",
                      "value": "currencies"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search modifier (symbol_search for exact symbol match) (This can only be one of symbol_search)",
                        "type": "text/plain"
                      },
                      "key": "modifier",
                      "value": "symbol_search"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of results to return (1-250)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "6"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b1faeb2-5126-4f2f-ae3a-245dde27818f",
          "name": "CoinPaprika converter",
          "request": {
            "name": "CoinPaprika converter",
            "description": {
              "content": "Returns coinpaprika converter price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "price-converter"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Base currency ID (e.g., \"btc-bitcoin\")",
                    "type": "text/plain"
                  },
                  "key": "base_currency_id",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Quote currency ID (e.g., \"usd-us-dollars\")",
                    "type": "text/plain"
                  },
                  "key": "quote_currency_id",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<float>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "95087129-4883-4206-82f2-3c3c604aab45",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base currency ID (e.g., \"btc-bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "base_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote currency ID (e.g., \"usd-us-dollars\")",
                        "type": "text/plain"
                      },
                      "key": "quote_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<float>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77667733-0f29-4217-97be-ecbe3552a490",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base currency ID (e.g., \"btc-bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "base_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote currency ID (e.g., \"usd-us-dollars\")",
                        "type": "text/plain"
                      },
                      "key": "quote_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<float>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37496a75-7515-484f-9d1f-68a814ac2e40",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base currency ID (e.g., \"btc-bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "base_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote currency ID (e.g., \"usd-us-dollars\")",
                        "type": "text/plain"
                      },
                      "key": "quote_currency_id",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<float>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b7a6f2a-6a51-4050-a79a-03d1b6ebe5ef",
          "name": "CoinCap assets",
          "request": {
            "name": "CoinCap assets",
            "description": {
              "content": "All assets\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "assets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2f3a40c8-939f-4e5e-a6c0-c7b74b6210b8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ea19cd7-336a-41ea-be10-558082117ec3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1652e161-5132-4f89-889a-08cee0c6361c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "688b9718-1b4b-423c-a361-a1a1d38c7603",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8544c4b9-c748-4cfb-bd75-3af0100a3923",
          "name": "CoinCap asset",
          "request": {
            "name": "CoinCap asset",
            "description": {
              "content": "Asset details\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "asset",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6af78687-b8af-484d-81fa-6535dc9dd17e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d880ca26-4e01-41a8-be80-9bdd26793516",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52ab7817-c3df-4516-adaa-2c79bb91d389",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2453d727-467f-4b34-9d23-10ea6af1ba0a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa8ad0ee-ea36-4403-9e1a-b7fd91a1596b",
          "name": "CoinCap history",
          "request": {
            "name": "CoinCap history",
            "description": {
              "content": "Price history\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "asset",
                ":id",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "59a158ec-56e3-48f6-bfb4-a8bee68fa1f2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78a6ad4b-d64d-4c60-ab27-1829ef3c4766",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ade6eb-4f1b-4e08-be06-5928fde6985f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ddf5941-7f82-4cdb-af3e-a8ff2ceb880a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "684a6978-0f38-4d0d-bc2a-6267586bbee6",
          "name": "CoinCap markets",
          "request": {
            "name": "CoinCap markets",
            "description": {
              "content": "Asset markets\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "asset",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "405d9fe9-57fe-4b14-b653-7b3837f0a67e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "151262bb-c5b4-4c0e-9600-b9f9672ab9a9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5722f15f-ee4e-4d7c-a00d-609a42ed40aa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3f0d86f-556e-4b79-9e9f-604f7fba2ba0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "09c758f9-6e16-430a-b52b-d211f1ee32b1",
          "name": "CoinCap rates",
          "request": {
            "name": "CoinCap rates",
            "description": {
              "content": "Exchange rates\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a6ddc35d-efa2-4234-8802-a71d93629f28",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db8618bf-b167-4b52-9742-0a1973fafacc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "437af430-1897-4dad-b249-45870f45a713",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d66dc6f3-e4a6-4da9-adf5-16417a094b5d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bfc09e8a-19cc-4f80-9b91-816466c0d4eb",
          "name": "CoinCap rate",
          "request": {
            "name": "CoinCap rate",
            "description": {
              "content": "Single rate\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "rate",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8092cc0e-64f8-40b3-adbe-eb2f71cc805a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50dda7c2-78e4-4344-bf69-99e4ad0fecca",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d2fc2a3-df8b-46fd-bcfc-98d07712b727",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75b68b89-a9b8-4b08-a50e-cf72b348dcf8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier. Format and semantics vary by endpoint—see operation description and examples.",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a877d53-b505-4f78-9301-2e98aa06109a",
          "name": "CoinCap candles",
          "request": {
            "name": "CoinCap candles",
            "description": {
              "content": "Returns coincap candles price data. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "candles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Exchange identifier (e.g., \"poloniex\")",
                    "type": "text/plain"
                  },
                  "key": "exchange",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Candle interval (m1, m5, m15, m30, h1, h2, h6, h12, d1) (This can only be one of m1,m5,m15,m30,h1,h2,h6,h12,d1)",
                    "type": "text/plain"
                  },
                  "key": "interval",
                  "value": "h2"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Base asset identifier (e.g., \"bitcoin\")",
                    "type": "text/plain"
                  },
                  "key": "baseId",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Quote asset identifier (e.g., \"tether\")",
                    "type": "text/plain"
                  },
                  "key": "quoteId",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Start timestamp (milliseconds since epoch)",
                    "type": "text/plain"
                  },
                  "key": "start",
                  "value": "<long>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "End timestamp (milliseconds since epoch)",
                    "type": "text/plain"
                  },
                  "key": "end",
                  "value": "<long>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "523abff6-97b5-43a4-beca-716db63edf50",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange identifier (e.g., \"poloniex\")",
                        "type": "text/plain"
                      },
                      "key": "exchange",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Candle interval (m1, m5, m15, m30, h1, h2, h6, h12, d1) (This can only be one of m1,m5,m15,m30,h1,h2,h6,h12,d1)",
                        "type": "text/plain"
                      },
                      "key": "interval",
                      "value": "h2"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base asset identifier (e.g., \"bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "baseId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote asset identifier (e.g., \"tether\")",
                        "type": "text/plain"
                      },
                      "key": "quoteId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "start",
                      "value": "<long>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "end",
                      "value": "<long>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2dda9b0-c40b-419a-8623-e2acf6cc7398",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange identifier (e.g., \"poloniex\")",
                        "type": "text/plain"
                      },
                      "key": "exchange",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Candle interval (m1, m5, m15, m30, h1, h2, h6, h12, d1) (This can only be one of m1,m5,m15,m30,h1,h2,h6,h12,d1)",
                        "type": "text/plain"
                      },
                      "key": "interval",
                      "value": "h2"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base asset identifier (e.g., \"bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "baseId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote asset identifier (e.g., \"tether\")",
                        "type": "text/plain"
                      },
                      "key": "quoteId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "start",
                      "value": "<long>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "end",
                      "value": "<long>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6022446f-ea1f-49a8-af6e-9b79989c7f1b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Exchange identifier (e.g., \"poloniex\")",
                        "type": "text/plain"
                      },
                      "key": "exchange",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Candle interval (m1, m5, m15, m30, h1, h2, h6, h12, d1) (This can only be one of m1,m5,m15,m30,h1,h2,h6,h12,d1)",
                        "type": "text/plain"
                      },
                      "key": "interval",
                      "value": "h2"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Base asset identifier (e.g., \"bitcoin\")",
                        "type": "text/plain"
                      },
                      "key": "baseId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Quote asset identifier (e.g., \"tether\")",
                        "type": "text/plain"
                      },
                      "key": "quoteId",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "start",
                      "value": "<long>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End timestamp (milliseconds since epoch)",
                        "type": "text/plain"
                      },
                      "key": "end",
                      "value": "<long>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c34674d8-93cc-4594-90e6-4867e0cca5a2",
          "name": "Messari assets",
          "request": {
            "name": "Messari assets",
            "description": {
              "content": "All assets\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "assets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2f6a6b0f-bd3b-421d-995c-a39a2208a71c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d81a6dd1-e7d0-4b00-89f2-9c80ace2a82f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "856f3c7a-c818-476f-aef1-df19ca4a2e57",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "826bc978-0830-4d14-8225-9323d97a985d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a88166f7-2225-46bf-a743-5653beb310ba",
          "name": "Messari asset",
          "request": {
            "name": "Messari asset",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset details\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "asset",
                ":asset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cd386faa-f376-4def-939d-ff108a85824c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54f9a74f-d18b-4373-ac1f-1cc9114e4e6c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b904575b-1ccb-4e9a-8bb5-2cc144e8217b",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52144cd3-9211-4840-aeeb-e56116d513cf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e261c505-b54c-4f7a-8bd2-199c93e577de",
              "name": "Internal server error - upstream provider failure",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b466b6d-9613-4a97-aef9-46604e4ab72a",
          "name": "Messari metrics",
          "request": {
            "name": "Messari metrics",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset metrics",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "asset",
                ":asset",
                "metrics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b95c60a5-f68b-46d0-846a-55fda28510a1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67a658b2-7fb6-4e3d-a1d9-973399df28a6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "381bb9dc-b409-42f9-999b-26472e80aeb0",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52bc838a-c236-4fca-88dc-8236c5dda7bb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0a22ec0-9bb2-4b89-bfe3-022f75e887f6",
          "name": "Messari profile",
          "request": {
            "name": "Messari profile",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset profile\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "asset",
                ":asset",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "abf31861-bdd1-4a10-9852-d1f9504456e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cef88133-c016-4d21-b7da-b3cb26fbed87",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46a26525-acac-4ce2-9c19-dbd4a3b5c384",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fc7b58f-652d-45b5-8410-c016d54d5776",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84809117-f384-4d0d-980a-5697664eda03",
              "name": "Internal server error - upstream provider failure",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85891b92-7e85-4983-aa92-38abd109250b",
          "name": "Messari market data",
          "request": {
            "name": "Messari market data",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarket data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "asset",
                ":asset",
                "market-data"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e0712fd2-a8c8-4123-bd02-2246eed3f30c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e86bab5-12b4-40eb-b182-6e4dc26f797c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bca5ee7a-5445-4ed8-a049-c4786da33939",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0453209-4bc7-4926-aecb-09288283d1f7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "098006b4-2f00-44e8-b492-f9762fde445d",
          "name": "Messari markets",
          "request": {
            "name": "Messari markets",
            "description": {
              "content": "Market data\n\n⚠️ **Stability:** May intermittently fail due to upstream provider availability.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bccd3ecd-c396-4122-81eb-ec3aa68d5d65",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"data\": {\n    \"key_0\": 1914\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "691c6258-7d64-4c60-93eb-5af40502eb42",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ebadb46-c374-483a-8b96-4eba81f43e31",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1220013b-7f44-4bd6-9405-936ca092051c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1d6a8c8d-e92a-4e43-b13a-1e9a47022d4a",
          "name": "Token categories",
          "request": {
            "name": "Token categories",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAll token categories",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8ba37ee0-6d82-43cb-a5b3-20ac351bb21b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b08d6c4e-db43-47fa-8f9a-ccaf4615a822",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a76eff87-ea51-4678-a84f-b69ce347e41a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "baeedf1f-bd7f-4a04-a237-f08570f3e6f7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2990474f-7001-4713-a28a-81701791f6c2",
          "name": "Category tokens",
          "request": {
            "name": "Category tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTokens in category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "category",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Category name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "952d7926-317e-473a-a047-c8f9f739c114",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c33e380-ea5c-4352-b7cd-e5b4fc943134",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0be9a45-2e71-4487-85e5-fbb37ed1ec5a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d134cdf0-4de4-4ebe-ae17-85e3ac598885",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1a36be8-cbb7-48fd-afb5-438e7860d322",
          "name": "Coin data",
          "request": {
            "name": "Coin data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCoin details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "coin",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "70cebda8-8101-4f01-a4ed-c79e322a1a19",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e90de3ca-8b5e-4760-bd73-f9bdc13a5fdf",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0e0873e-08ee-46ff-bf87-21210405dc61",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "749de884-fc8f-4ed7-9a34-8e297669abae",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "113c9954-605d-4aa6-a20b-82625761515b",
          "name": "Crypto indexes",
          "request": {
            "name": "Crypto indexes",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarket indexes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "indexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fdc5e011-e4d5-406d-8404-f08948329c9d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe1d05d4-de2f-421b-b449-5e92277c9751",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4cc8d16-f427-4df8-b397-273f2d7c24ce",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eeab9bec-59a9-4c8f-8fb6-d17ea485be07",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "indexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5cde7c62-e838-42b9-9d6d-d362f748dfa7",
          "name": "Coins by category",
          "request": {
            "name": "Coins by category",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\nGet coins in category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coins",
                ":category"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "category",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Category ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "90ae7a6c-6de8-4d08-b8e2-d3edb5f1c859",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65a997ce-208c-4ad9-9fda-79b3dcf777b2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5595d514-278a-4cf9-96f2-fdafefe8c07b",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4254db18-d841-4626-bf8c-f8bd3df53ccf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ":category"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Category ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "category"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db5381b8-1b24-4cf8-a33f-ab00196617ff",
          "name": "All coins",
          "request": {
            "name": "All coins",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\nList all coins",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coins",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d6febee1-2a22-4dc8-865f-e81073ad58be",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f070c2f9-671d-4ce0-9b7b-271a1c10c969",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daa46053-fa4a-4c8e-a6eb-9ccbc13a3156",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73973abb-b047-430b-aae9-ae76855f6bf3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coins",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8072ba2-3f90-4c6a-8653-f1ac26368e79",
          "name": "Global data",
          "request": {
            "name": "Global data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGlobal market data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6010201f-2026-4007-97f9-eb2bfb50e163",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8942d433-5e14-4d48-828c-57f8180c902b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b7b7f1af-532f-4dcd-8f30-a91d7e733e41",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "026820a9-0853-48ba-b6d4-59425f5bc44f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43a13ebf-bf95-40c7-9651-fce6f0eabf64",
          "name": "CoinPaprika BTC",
          "request": {
            "name": "CoinPaprika BTC",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBitcoin data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2fc203c0-1370-42cf-ba43-2816030373e8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b86eb81e-779d-41da-a9e3-167f5687171e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "575f9f95-ee1a-495c-85fa-9fb05b9cb5cb",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee47c7b8-acbe-4d2e-a7a2-a99c14111c9c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "19c99dce-b32c-4cf0-a266-ab4c19c52f14",
          "name": "CoinPaprika ETH",
          "request": {
            "name": "CoinPaprika ETH",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "908eced7-a5f9-4268-be77-7db483ab500d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4f71a96-5cef-4448-b2e3-b4f6044ef2ed",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2c6398dc-deaa-4d85-83dd-4f6245b81e52",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0af5928-0c00-45ff-91e9-26f09167b538",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92b00e24-aa46-4b54-b4d6-950aa9c9c39d",
          "name": "CoinPaprika ADA",
          "request": {
            "name": "CoinPaprika ADA",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCardano data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "ada"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1db2d8cd-0d71-4c77-a01d-43baf1e33ce3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28d15c99-5250-471a-bac2-ffae1ce6b037",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e13b182e-5b53-4551-9a8b-1c4afc2906e1",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88d80255-85c5-4475-b6da-8bb49528cce9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5655459e-0a91-4038-9916-f955497507b2",
          "name": "CoinPaprika BNB",
          "request": {
            "name": "CoinPaprika BNB",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBNB data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "bnb"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "436f9849-ddbe-4fa0-b3d8-3e6e4ad94504",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffef0b26-a0e0-4d27-89b9-bb5ec2506e62",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "444cf36d-c66b-40c0-bba3-1807b4e5ea4f",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "378af414-8db3-4480-95d9-1075e630eb44",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bf1fe449-bf80-45da-b69c-2441bd8b6c92",
          "name": "CoinPaprika AVAX",
          "request": {
            "name": "CoinPaprika AVAX",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvalanche data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "avax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f3fa1d90-a198-4143-a31f-1a3a972c8846",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "328b10a6-a646-4547-8508-8081c7cd33e3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee715e26-be8e-4afd-b18a-0e951366e2f1",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94d62927-bca2-4315-8d86-956c9a1eb421",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e42e3e6f-d382-44e7-9d81-7f798c6de6e0",
          "name": "CoinPaprika SOL",
          "request": {
            "name": "CoinPaprika SOL",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "sol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "79ca0f55-af34-4d4f-97d5-9fd4d2c390e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f697e60-26e3-47b2-85d2-5c0b97ce4c18",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "22bbf28a-5d93-48f3-a66f-49de050ffad4",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df507598-96e1-4d9f-b94d-de732ddd874c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8654749e-606a-4bf0-903d-45948c04cfcf",
          "name": "CoinPaprika XRP",
          "request": {
            "name": "CoinPaprika XRP",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nXRP data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "xrp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "708913d2-5072-41e6-b263-ad8327f4bb46",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d71de7bc-af5c-403f-b52c-d483de046263",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ed8a8c89-e89c-4df0-b3e3-626112d4d75e",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9a065f9-5fff-4048-b45e-48081aa4725c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b03ed310-1a22-4924-8692-9f8e5a59afb2",
          "name": "CoinCap BTC",
          "request": {
            "name": "CoinCap BTC",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBitcoin data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d38ebc27-6f72-4808-b9e8-68f4ea3f8300",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14697251-3190-4ea6-85d8-6f32857f667c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b6e03c34-8685-4217-b9e8-7aedf4e81227",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "146b10bb-f0a1-4ae2-af9f-3552343f2d74",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9bce2550-4aa5-4a08-9dc8-7987658bbd1e",
          "name": "CoinCap ETH",
          "request": {
            "name": "CoinCap ETH",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8109ebe1-00ee-4f32-a34e-315cb679bcda",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5218ec5-f7f6-4cfc-8a85-0da97370f359",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1dfb531f-097d-4d77-ae63-77a96fa23af1",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f16f10e4-1992-4422-b800-31a137fdc1b5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ed79a45-beae-4922-b489-eb2824e04eb3",
          "name": "CoinCap SOL",
          "request": {
            "name": "CoinCap SOL",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "sol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8081cf4e-5d49-48ca-9679-f0f72bf8ce8b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c9247a5-5144-44cb-beba-8b32c23f2161",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee2ab380-f92f-4dd0-8481-86a5083f435a",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84a0ca5e-58ad-4cbe-bf62-20c3a59ddf5e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20b9a306-4ee1-47a1-9a86-6b1f08e7ec6b",
          "name": "CoinCap top 10",
          "request": {
            "name": "CoinCap top 10",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop 10 by market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "top10"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b82f3a2c-ff78-479e-88bf-a786e87c09ba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8ce7f73-0ba5-4ce9-8a31-bc750f646c03",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6bf0ca73-3263-42a4-a91a-69174f7f65bc",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5ce5d83-259c-4751-9e5c-28bdc919d8ba",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f9cf80ae-a1b6-42e4-99df-f3e0d839bb64",
          "name": "CoinCap top 100",
          "request": {
            "name": "CoinCap top 100",
            "description": {
              "content": "⚠️ **NOT IMPLEMENTED:** Returns 404 in production as of 2026-02-19. Documented for historical/reference only.\n\n⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop 100 by market cap",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coincap",
                "top100"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a2b1dca2-3575-4685-97e6-cf81cadd9d37",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a152e7d5-bd92-4ff7-9fee-6cdc1342aa0a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "10934ecb-5ead-44bd-a01d-2d1d4520b502",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db9019b3-eb98-45a3-a690-2d1b83b199bf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Chain",
      "description": "Chain-specific data and gas (15+) Most endpoints return direct payload objects; some endpoints return wrapper envelopes for pagination/caching. Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "466020d6-a7e5-4f9a-9df0-4c1daf23a2a2",
          "name": "BTC 24h TX count",
          "request": {
            "name": "BTC 24h TX count",
            "description": {
              "content": "Returns btc 24h tx count for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "24hrtransactioncount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a82d3f3c-d234-4d5f-a3f6-edb35f4e5ff0",
              "name": "TX count",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "24hrtransactioncount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"transactionCount24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cd1d068-17a6-4db2-bd0c-5ec802efb91b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "24hrtransactioncount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e67f20d-0d2e-47e1-9a36-253df4258490",
          "name": "BTC avg TX size",
          "request": {
            "name": "BTC avg TX size",
            "description": {
              "content": "Returns btc avg tx size for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "avgtxsize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3ccfb897-42a3-4b38-b17c-aed18eb56321",
              "name": "Size",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "avgtxsize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"avgTxSize\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2ac96c9-9f3c-4edc-bb5b-9c6178d2e74c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "avgtxsize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8458913-2908-4259-a4e1-686d1d7979cc",
          "name": "BTC avg TX value",
          "request": {
            "name": "BTC avg TX value",
            "description": {
              "content": "Returns btc avg tx value for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "avgtxvalue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cee9a733-d7f9-4391-b985-4de75e156b93",
              "name": "Value",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "avgtxvalue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"avgTxValue\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46bdf2d1-9580-4bfc-a59c-c238ede1c7fa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "avgtxvalue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f3d8515-4983-4880-8604-c8b95f77bbd5",
          "name": "BTC block reward",
          "request": {
            "name": "BTC block reward",
            "description": {
              "content": "Returns btc block reward for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "bcperblock"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0c100be9-7b0f-42c2-8fb1-f116d98fa649",
              "name": "Reward",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "bcperblock"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"btcPerBlock\": \"<number>\",\n  \"satoshisPerBlock\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b153bbdf-7a36-47d6-941c-35318356b662",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "bcperblock"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b80baba9-f515-414a-a77a-090357a8078a",
          "name": "BTC block height",
          "request": {
            "name": "BTC block height",
            "description": {
              "content": "Returns btc block height for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "blockcount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9dfd732e-b3ab-4abe-a849-1c042a1bb0eb",
              "name": "Block height",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blockcount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockHeight\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbbaba47-a649-4cb0-8d7a-25f6c7b3ab88",
              "name": "Payment Required - x402 micropayment required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blockcount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f43b0bd4-d494-478d-af01-c86a1f68476a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blockcount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ae6e7ff-016a-464d-a72d-42c199ce478a",
          "name": "BTC mining difficulty",
          "request": {
            "name": "BTC mining difficulty",
            "description": {
              "content": "Returns btc mining difficulty for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "difficulty"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f684eab7-6b76-41f1-ab5e-380b47ceef48",
              "name": "Difficulty",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "difficulty"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"difficulty\": \"<number>\",\n  \"nextDifficulty\": \"<number>\",\n  \"changePercent\": \"<number>\",\n  \"nextAdjustment\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "538ba600-d93c-405f-aef7-cb9732592318",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "difficulty"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96fe1325-abe9-48a3-8751-f8cff2fae547",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "difficulty"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70b35ec2-60b9-4c35-b972-e5cd67b29731",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "difficulty"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89f13bf4-2982-4090-8544-4d7e2be92234",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "difficulty"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d8162ef-0f88-450b-bccd-059893f916ea",
          "name": "BTC next block ETA",
          "request": {
            "name": "BTC next block ETA",
            "description": {
              "content": "Get estimated time until next Bitcoin block",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "eta"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5b4b7b59-c301-4ce2-b210-df69a670c918",
              "name": "ETA",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "eta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"eta\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"note\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1a88498-bf62-42d6-8838-bdf6361c6538",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "eta"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "118b48dc-9b58-4b19-90f8-867a6e4781a5",
          "name": "BTC hashrate",
          "request": {
            "name": "BTC hashrate",
            "description": {
              "content": "Returns btc hashrate for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "hashrate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8638abbf-8157-42ae-8ae4-95bd1d68a5eb",
              "name": "Hashrate",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"hashrate\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38e294b5-dc39-4eaf-8692-14930b78c569",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72fd2722-6fbb-4260-9cba-0436b0760cc3",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d25310b4-8731-4a7b-b821-2fb5840e2249",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0af96d19-c86b-4d4b-91ed-e94d357dffa7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66253bb1-f015-43ef-ad1e-e753d55562ac",
          "name": "BTC block interval",
          "request": {
            "name": "BTC block interval",
            "description": {
              "content": "Returns btc block interval for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "interval"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0a979be5-a869-4e5e-86c9-c5d3a2c27bbe",
              "name": "Interval",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "interval"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockInterval\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2527e7a0-84b6-4c56-8ef6-c4cb233221fc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "interval"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "311460ac-029f-4297-8038-3ac957c8e97b",
          "name": "BTC latest hash",
          "request": {
            "name": "BTC latest hash",
            "description": {
              "content": "Returns btc latest hash for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "latesthash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e3c8a6f2-2d06-4e0a-8b34-ec9a24a02c5f",
              "name": "Hash",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "latesthash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"latestHash\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ef7dd4c-b4a1-4b9f-8470-474509170c77",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "latesthash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "805f12b1-e577-46b7-9abd-d039cf486ac3",
          "name": "BTC network stats",
          "request": {
            "name": "BTC network stats",
            "description": {
              "content": "Returns btc network stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7e6269c2-23b6-4e2e-b38f-00a223950cfe",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"price\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"blockHeight\": \"<integer>\",\n  \"hashrate\": \"<number>\",\n  \"difficulty\": \"<number>\",\n  \"transactions24h\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84772561-f285-4c44-b6db-ee0725e5d02e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b332629d-468b-4709-8f7a-b34ea1dd8188",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f00ba724-2005-4207-b271-b53ed6d10e01",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fda88e0f-cbb9-4f38-aee9-fbc71fa38d60",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89c7e5b8-28db-4fcf-a0dd-4baa9e1549a8",
          "name": "BTC total supply",
          "request": {
            "name": "BTC total supply",
            "description": {
              "content": "Returns btc total supply for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "totalbc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "77dfc5be-7c87-4ae7-bbc8-57bcde803dc5",
              "name": "Supply",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "totalbc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalBtc\": \"<integer>\",\n  \"totalSatoshis\": \"<integer>\",\n  \"maxSupply\": \"<integer>\",\n  \"percentMined\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7884fb5-0d2f-45a6-a821-9f17402b45d0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "totalbc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec32735-d432-4fa8-a4ec-2a65c8d4acc6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "totalbc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15e998d9-7739-4371-b0bc-9ab15e328369",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "totalbc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e8a8c34-df81-4231-85aa-f36ddffd80e4",
          "name": "Latest block number",
          "request": {
            "name": "Latest block number",
            "description": {
              "content": "Returns latest block number for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block",
                "latest"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3c1b4b1e-17e0-4fd8-be3b-4cf03646a9a1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"blockNumber\": \"<string>\",\n  \"blockHex\": \"<string>\",\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36e31651-69db-419a-95d7-191e09a2ca28",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d76befb-e8c9-4e9f-8d88-f6710d968b8a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d27516d-a259-4bd6-9f55-c9e92669dbbd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "61beae74-8ef9-43f9-a5dd-6febb1e3e2cc",
          "name": "Block details",
          "request": {
            "name": "Block details",
            "description": {
              "content": "Returns block details for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0b8900d8-ea48-4ee3-beec-2b8a8b033ad2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"number\": \"<integer>\",\n  \"hash\": \"<string>\",\n  \"parentHash\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"gasUsed\": \"<integer>\",\n  \"gasLimit\": \"<integer>\",\n  \"baseFeePerGas\": [],\n  \"transactionCount\": \"<integer>\",\n  \"miner\": \"<string>\",\n  \"source\": \"<string>\",\n  \"queriedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8f14e71-0950-4982-9c80-804af8dc45c8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3579f7b2-9a2d-43a2-9d55-bbfb13ef97fd",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03e746d2-7ced-43c5-acdd-9d9af4af1c3f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94b100c5-8da9-457c-b79c-b8227030a8e8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d890543a-01fe-44f8-8112-ae85ee487324",
          "name": "List Supported Chains (Always Free)",
          "request": {
            "name": "List Supported Chains (Always Free)",
            "description": {
              "content": "Returns all supported blockchain networks. Always free. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c31cadb2-e9f3-496a-91db-ee598dfeac11",
              "name": "List of supported chains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"type\": \"L2\",\n      \"explorer\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"type\": \"L1\",\n      \"explorer\": \"<string>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"endpoints\": {},\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27ac1573-39a8-4b46-8c40-db4a6e02d163",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8afe8ab1-1ba1-42a6-8c0a-12aa6147e5e5",
              "name": "Payment Required - x402 micropayment needed for this endpoint",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afdaa985-56e1-4223-98c8-40e323163775",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a4247ea-4b21-45bf-a997-ca66de3a5ff2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8f1ebb1-b859-402a-bcfc-832159245c04",
          "name": "Arbitrum chain stats",
          "request": {
            "name": "Arbitrum chain stats",
            "description": {
              "content": "Returns arbitrum chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "56d9dc4b-9cbe-4cdc-a16c-d52aa444cb75",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"protocols\": \"<integer>\",\n  \"gasPrice\": \"<number>\",\n  \"blockTime\": \"<number>\",\n  \"tps\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fbae80d-0ece-4417-b7ac-bc3d037dab1e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff27ee71-3fa2-4960-ab79-b900cfd479ae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e58076d4-fe7c-4306-9481-9b5c64067411",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "79a03bde-0665-4257-8f4f-2c0c60f00d1c",
          "name": "Avalanche chain stats",
          "request": {
            "name": "Avalanche chain stats",
            "description": {
              "content": "Returns avalanche chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "97ecdc1f-8990-4230-ba7c-be349797fc4e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"protocols\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2dcbab9-a015-49b9-9233-31ac8fe6785c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "732b625a-59c5-431b-a88c-8e1dce91ea2e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63513b7e-161d-4d2a-8f4d-43ecad6ca86f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b44a0910-c4af-4061-a56d-d6cc906cbf2d",
          "name": "Base chain stats",
          "request": {
            "name": "Base chain stats",
            "description": {
              "content": "Returns base chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9719c8bc-8bb2-4f30-a417-11325fcdc29f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"protocols\": \"<integer>\",\n  \"gasPrice\": \"<number>\",\n  \"blockTime\": \"<integer>\",\n  \"tps\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14dd99d6-5fce-41fe-b965-ebad4ba08b07",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "606ae1a9-265e-4493-916a-e309ffc8faa5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb16f482-8165-43d1-95b9-2433fd245e21",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a1c7f572-5976-4f7b-bda3-e42f9b522425",
          "name": "BSC chain stats",
          "request": {
            "name": "BSC chain stats",
            "description": {
              "content": "Returns bsc chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b864cbac-ed2f-49dd-848c-fb36a3ecb3b1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"protocols\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18c1895c-f337-4635-b871-488177d753c3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac503eb8-7e4f-4bd7-947d-604e1c583717",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bc86f11-a760-4563-bf3e-37df7fcb4aa6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "216e6a7d-fe1b-4af0-a076-4ff46ba4fbe6",
          "name": "Chain fees ranking",
          "request": {
            "name": "Chain fees ranking",
            "description": {
              "content": "Returns chain fees ranking for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "34ea2a7f-5635-4d56-82f7-70db05a92cb4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<integer>\",\n  \"tvl\": \"<integer>\",\n  \"protocols\": \"<integer>\",\n  \"users24h\": \"<integer>\",\n  \"transactions24h\": \"<integer>\",\n  \"gasPrice\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bebab30-45fd-48c0-8c99-528a7d4bc74e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e02d583c-69ea-43db-85b6-72a1cb15e892",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad101044-b9d7-4513-ad1b-d46343b8c193",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b833ee4-93da-497d-8766-9e1dc7fcf2ee",
          "name": "Optimism chain stats",
          "request": {
            "name": "Optimism chain stats",
            "description": {
              "content": "Returns optimism chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f33228c6-dcb1-451e-b0d6-fe612a62b376",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"protocols\": \"<integer>\",\n  \"gasPrice\": \"<number>\",\n  \"blockTime\": \"<integer>\",\n  \"tps\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2889218-bf9e-4087-9580-4f53c3a8e824",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7abd972d-323a-4b17-850a-769cc8d05f75",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81a35cc9-3a04-46fb-a378-85a0361e9067",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b6c1224-c418-46c8-9fa6-94eafa6a76e4",
          "name": "Polygon chain stats",
          "request": {
            "name": "Polygon chain stats",
            "description": {
              "content": "Returns polygon chain stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f9e41ced-fbb9-4816-b7b6-8d289cf3c364",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"protocols\": \"<integer>\",\n  \"gasPrice\": \"<integer>\",\n  \"blockTime\": \"<integer>\",\n  \"tps\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edc1b306-fed0-40ee-bce7-c887304758e0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54b5221c-c2be-46cf-bd81-a811bf52a701",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe7261fe-a3ee-4513-92bf-682baa36376c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d934ee2d-7fa9-4c70-ac5c-9c01b722711e",
          "name": "Get aptos stats",
          "request": {
            "name": "Get aptos stats",
            "description": {
              "content": "Returns aptos stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "aptos",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fff26115-cbc1-4744-aa54-9504b315fa5a",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aptos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3770a076-7a5f-4e3a-884e-0ccefc737762",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aptos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b37d05a-0428-4bfa-aac0-2620897fa2e0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aptos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "140b9f42-a8be-4b0d-a6b1-e872104b38b5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aptos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9db1538-8349-44d4-8c38-6a42b8bd7025",
          "name": "Get arbitrum stats",
          "request": {
            "name": "Get arbitrum stats",
            "description": {
              "content": "Returns arbitrum stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "arbitrum",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "615c7c47-9da4-40df-95cc-3f95743f5fb9",
              "name": "Arbitrum stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "arbitrum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "890f84d2-6701-46f6-a6c6-f6b1e3277d1a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "arbitrum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f3eade6-8543-44f1-9325-a046a34fd475",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "arbitrum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2b8354e-fa0f-42e5-a9ec-3c6efe199715",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "arbitrum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9ff30a9-7039-4403-bc56-778c4c9209c6",
          "name": "Get aurora stats",
          "request": {
            "name": "Get aurora stats",
            "description": {
              "content": "Returns aurora stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "aurora",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "675b3f13-690a-43c3-8784-cb1d2abdb72f",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aurora",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "318572d2-8504-442d-8d9e-53e2cd91626d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aurora",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "125fe902-a34f-4e6f-9dd5-f31c66bbe45d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aurora",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "096ce249-b16e-43c6-851c-0a5af784b68b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "aurora",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c21561e4-20a9-411f-8644-6240a3edcbf6",
          "name": "Avalanche stats",
          "request": {
            "name": "Avalanche stats",
            "description": {
              "content": "Returns avalanche stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "avalanche",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "73c50eab-b97a-4d71-8594-209053d5495e",
              "name": "Avalanche stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "avalanche",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ef0c1ee-a303-428b-9c52-230bf7e98d72",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "avalanche",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ccef8eb-c5c2-4526-840b-54e1d2307990",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "avalanche",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a8c4e07-e660-487e-a5c8-e5233586a848",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "avalanche",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b05906b-8109-423b-83ae-133d917e809a",
          "name": "Get base stats",
          "request": {
            "name": "Get base stats",
            "description": {
              "content": "Returns base stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "base",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "60e90307-d90d-4c18-a127-4c5522b48781",
              "name": "Base stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "base",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb9b95c0-272d-4e84-9994-6818f0046dc2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "base",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "586e55ce-6301-4e9d-9137-b6c45885639f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "base",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e70fffc-e50a-4943-843e-a2f7d5156ed5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "base",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59d40ba1-3072-4a86-8185-b8148b4ef6ef",
          "name": "Get blast stats",
          "request": {
            "name": "Get blast stats",
            "description": {
              "content": "Returns blast stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "blast",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4ba4dd6d-7e7a-4c03-876f-ee08c6e429b6",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "blast",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72401df5-2b64-4e9c-bab8-3ba149ca2373",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "blast",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f9b4c55-e0bc-4ce2-bb5c-f9dcdf4462c6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "blast",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fd076c5-8c94-4cd6-b017-9ca1a42b02aa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "blast",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d529b83-f8ff-490e-a217-81d64e45f0ca",
          "name": "Get bsc stats",
          "request": {
            "name": "Get bsc stats",
            "description": {
              "content": "Returns bsc stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "bsc",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3d37020e-61aa-4a98-b266-b5e64c8bdc47",
              "name": "BSC stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "bsc",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e7d3c10-f8db-44d3-a9eb-396aa057b973",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "bsc",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "622f828f-b37a-4ab5-b7e0-f57648707e4e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "bsc",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f059ac6-655f-4b43-984b-9b83003c8373",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "bsc",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7eaaf39e-56b8-42e3-86b7-8126435bfad4",
          "name": "Get cardano stats",
          "request": {
            "name": "Get cardano stats",
            "description": {
              "content": "Returns cardano stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "cardano",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f8258c78-0a9a-446c-bced-9737686ed052",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cardano",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6165ee0d-51e8-46ea-851a-b535dd7140a9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cardano",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "702ade45-1e4d-4ed0-a555-754ee5b4f45b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cardano",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4527902-e2d0-4344-89fa-8b2d9c9d602c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cardano",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9526fd01-e03c-4552-9873-3ac3b6b37fd4",
          "name": "Get celo stats",
          "request": {
            "name": "Get celo stats",
            "description": {
              "content": "Returns celo stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "celo",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0234b8ed-1c01-4ea7-bf64-8a6117998e51",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "celo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35dc68ee-536d-4602-93cd-99857affb0a0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "celo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68de3c93-cdcb-4da5-b1fc-88ae1b8ef0b5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "celo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e96a9c8f-eee3-4f4a-aeeb-66a053d972ae",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "celo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e1f4487-0525-4ae6-b9e4-e5d69bdce847",
          "name": "Get cosmos stats",
          "request": {
            "name": "Get cosmos stats",
            "description": {
              "content": "Returns cosmos stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "cosmos",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ea8864e7-726f-4f12-b22d-62a1cf774f27",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cosmos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "376c6745-f377-4bad-bec1-4edbdf4bb2a4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cosmos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a1b52f8-c7f1-4774-85ab-7456455587f8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cosmos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2199f751-99c2-49aa-9375-e3708e968dcf",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cosmos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03aa8e62-4f94-4ee1-93c9-cd1f00ee2ca5",
          "name": "Get cronos stats",
          "request": {
            "name": "Get cronos stats",
            "description": {
              "content": "Returns cronos stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "cronos",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "96264635-e296-4fc2-a367-c3ef4d716db7",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cronos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"chainId\": \"<integer>\",\n      \"tvl\": \"<integer>\",\n      \"protocols\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1b4b890-bae2-408e-82fe-41a6b12b473c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cronos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "029a094c-5ca5-48bf-b334-2cb515c0c3fe",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cronos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8bebbc0-5273-4065-b582-b36504778317",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "cronos",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6639d023-43da-4749-9b92-ba11c5b2a8f9",
          "name": "Get ethereum stats",
          "request": {
            "name": "Get ethereum stats",
            "description": {
              "content": "Returns ethereum stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "ethereum",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6d8682db-d106-44ce-9c10-c9feb62b7afb",
              "name": "Ethereum stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ethereum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"activeAddresses24h\": \"<integer>\",\n  \"blockHeight\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"gasPrice\": \"<number>\",\n  \"transactions24h\": \"<integer>\",\n  \"tvl\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "776baa6b-3539-4548-887a-5a980b1aa70a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ethereum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92828d2f-bb00-493c-b645-606fa308fe5d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ethereum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e88050c-5f59-4d9b-a971-faf03d113396",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ethereum",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "79630de5-3227-4823-88ec-990511fca02b",
          "name": "Get fantom stats",
          "request": {
            "name": "Get fantom stats",
            "description": {
              "content": "Returns fantom stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "fantom",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fdb9528c-434d-4861-ba04-32247bc00e7c",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fantom",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29de4f02-dc37-47c1-a155-655e5e179991",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fantom",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e939084b-5b65-4d5f-9530-d4da98438d31",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fantom",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5246f13-ac39-459f-9da3-1074dbee9291",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fantom",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bf158f57-a99f-48e5-956a-c0929d3621d4",
          "name": "Chain fees overview",
          "request": {
            "name": "Chain fees overview",
            "description": {
              "content": "Returns chain fees overview for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a8c0734e-cafd-4950-ac23-e9369155c6c7",
              "name": "Fees overview",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"key_0\": 8447,\n      \"key_1\": 2543.5661713951285,\n      \"key_2\": 2111\n    },\n    {\n      \"key_0\": 6154.417306611277,\n      \"key_1\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2539e82d-6b77-49fc-939c-01d78fef85c1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24cf8cac-83ca-48ae-9bdf-04c30c710935",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8614ecdf-abb3-465a-b1f5-5b11eeb81792",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7e13c92-0d3b-452e-88dd-da4a1f2fd47d",
          "name": "Gas prices all chains",
          "request": {
            "name": "Gas prices all chains",
            "description": {
              "content": "Returns gas prices all chains for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d20b4e84-533f-4f70-a28b-e6b69f5ab30e",
              "name": "Gas prices Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8332407f-1ad1-4eca-b54c-1f935ee1f7e8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c5e02be-74ca-4224-8bc9-f839b24fe4d8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "845387a7-b7da-4f21-a3c3-414124754c3a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58a498fd-09ea-4313-80cb-6c4ee4bac464",
          "name": "Gas price for chain",
          "request": {
            "name": "Gas price for chain",
            "description": {
              "content": "Returns gas price for chain for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "gas-price",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8f2e662f-7a76-455a-8329-9d58669a51af",
              "name": "Gas price Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas-price",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chainId\": \"<number>\",\n  \"fast\": {\n    \"gasPrice\": \"<number>\",\n    \"maxFee\": \"<number>\",\n    \"maxPriorityFee\": \"<number>\",\n    \"estimatedTime\": \"<number>\"\n  },\n  \"standard\": {\n    \"gasPrice\": \"<number>\",\n    \"maxFee\": \"<number>\",\n    \"maxPriorityFee\": \"<number>\",\n    \"estimatedTime\": \"<number>\"\n  },\n  \"slow\": {\n    \"gasPrice\": \"<number>\",\n    \"maxFee\": \"<number>\",\n    \"maxPriorityFee\": \"<number>\",\n    \"estimatedTime\": \"<number>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1e290f9-5dd7-4507-b2bc-13d48381a77b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas-price",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a09e1d1-c082-414d-a1ea-48141bb2830e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas-price",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82aca132-b306-4ffb-a10b-fd571d3076fc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas-price",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f161608-428d-4e7c-af74-6f0287a2266f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gas-price",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bef4cb49-553b-4b94-99d1-0f26ff475a22",
          "name": "Get gnosis stats",
          "request": {
            "name": "Get gnosis stats",
            "description": {
              "content": "Returns gnosis stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "gnosis",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b4822abb-79e9-44ba-a8a3-522bc78ae7b5",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gnosis",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0dec9f8c-08bc-44c3-a4ca-f19416f4d4a8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gnosis",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65d9501c-cbac-4173-aa10-84227783fa0b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gnosis",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1f0446e-a535-457f-aa45-d9c092277569",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "gnosis",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "19d15efe-6c22-4624-8c2a-d25c73e8b939",
          "name": "Injective stats",
          "request": {
            "name": "Injective stats",
            "description": {
              "content": "Returns injective stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "injective",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "963ba47f-2d64-4ad4-8499-e2d4df231e81",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "injective",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f0df3ff-30e3-4581-a87a-9659109aff07",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "injective",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cca4f96-25dd-45f1-9a9a-32dc1bb77995",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "injective",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50846306-fb71-4c08-a888-f2f2c43ef295",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "injective",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70525fc6-83f7-4185-9512-60abd67d67c5",
          "name": "Get linea stats",
          "request": {
            "name": "Get linea stats",
            "description": {
              "content": "Returns linea stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "linea",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cac05b4d-7f55-4246-ad46-6ca939898d21",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "linea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40766640-a48c-4615-9107-67bf97cc1436",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "linea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82c71f0c-f233-42d6-b02d-78079a0e7b11",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "linea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a21788e1-8052-46c4-8f21-401f7d9a656a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "linea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ae1f21c9-941c-4711-9c93-490398683faa",
          "name": "Get mantle stats",
          "request": {
            "name": "Get mantle stats",
            "description": {
              "content": "Returns mantle stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "mantle",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f24eb389-b33f-46d4-994b-cda5f8b653e7",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mantle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60170700-ac0e-433e-8fd1-d69927c34580",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mantle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc2f4f65-4ba0-45b1-883b-d872eae1e2da",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mantle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "941537ee-317b-406c-9a64-ef73b4beac41",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mantle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "68ded0b0-44cf-48f9-bfe9-14e0dc355990",
          "name": "Get mode stats",
          "request": {
            "name": "Get mode stats",
            "description": {
              "content": "Returns mode stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "mode",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ae69f9b8-c70e-4f1e-8cac-e7d44a1b6b31",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mode",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5efdc02-4062-4cb9-81a4-bf00c2eeaddd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mode",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d945f416-de59-4491-87a6-c4d221d3495e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mode",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06cd2cd1-f6e3-4f33-a41e-8de9be395369",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "mode",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e75b581-60f5-4a98-a792-86b5a8f40344",
          "name": "Get near stats",
          "request": {
            "name": "Get near stats",
            "description": {
              "content": "Returns near stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "near",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bdcdef65-ddae-49a0-8d55-507c4237f8fc",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "near",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0b7c57a-4dcf-4122-ae17-1987fe10b3db",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "near",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12fc0b86-3d54-4b95-9a70-b39c511ac88d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "near",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6854315e-c217-480a-be72-65f8f6f37738",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "near",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70649d44-2d17-4b21-bc50-6d0a4020639b",
          "name": "Get optimism stats",
          "request": {
            "name": "Get optimism stats",
            "description": {
              "content": "Returns optimism stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "optimism",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "41d2b47d-cc59-46a6-b135-1b652b166fb4",
              "name": "Optimism stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "optimism",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c3ef19b-3cc9-4929-a6b5-64936a00c1ab",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "optimism",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6cd0faf-6fe6-433c-b790-8905e7da4182",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "optimism",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9760df4-0db4-4b42-8d6f-930774fa0d16",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "optimism",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ae35238-b4cd-439f-a822-a6b4d3ee7ddb",
          "name": "Multi-chain overview",
          "request": {
            "name": "Multi-chain overview",
            "description": {
              "content": "Returns multi-chain overview for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0ad03977-19e5-42da-a2ea-10024582d863",
              "name": "Chains overview",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"key_0\": 1679.7951291480429,\n      \"key_1\": 5895.208161133168,\n      \"key_2\": \"string\"\n    },\n    {\n      \"key_0\": 9270.437057910542,\n      \"key_1\": \"string\",\n      \"key_2\": 7231.15102099316,\n      \"key_3\": 6476.424027881791\n    }\n  ],\n  \"totalTVL\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "128e48ae-6220-40a9-92d9-a19781184421",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89c0df23-bafb-4256-8477-ce28cb4bc7c4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6648bb45-f707-45d5-a36d-db49e89ed3cc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71e528f3-c3ce-40d9-bd94-4959325e03f5",
          "name": "Get polygon stats",
          "request": {
            "name": "Get polygon stats",
            "description": {
              "content": "Returns polygon stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "polygon",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ea4a7ef4-bee7-4d55-af09-71ca0dcef817",
              "name": "Polygon stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "polygon",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4db0db2-347e-4d4c-963d-7395dcb39b70",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "polygon",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2638d722-5690-423f-9b9c-e78759e9b698",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "polygon",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1ff073e-04b7-472c-b910-2b829ba8b35b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "polygon",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "159e73b9-3749-4571-99fb-97b6901dc077",
          "name": "Chain by TVL rank",
          "request": {
            "name": "Chain by TVL rank",
            "description": {
              "content": "Returns chain by tvl rank for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "rank",
                ":rank"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "rank",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ranking position or type",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "33299811-b4c9-45e0-8ecb-02fa65b10e92",
              "name": "Chain data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"rank\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"tokenSymbol\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "214a9918-ce3f-43da-b261-3baf7853fe94",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bec5d85-f8e7-46ed-aa15-023f718e764f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98285902-12ec-4a86-9fb6-d5d3aa2a4813",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1c6b8b4-a355-4ac6-8ade-ae66efd7b9ad",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f6cca42-dc20-472f-b89b-85e00695a095",
          "name": "Get scroll stats",
          "request": {
            "name": "Get scroll stats",
            "description": {
              "content": "Returns scroll stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "scroll",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d652bbbc-53e3-46a6-926b-8c7363942da4",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "scroll",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a057b430-bd12-4139-87f6-bfddc5e8dbd3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "scroll",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cef87a57-3cb1-4ba2-9198-5b69a788a114",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "scroll",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc254ba7-9879-418f-babb-ae060edb0baf",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "scroll",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea49de4d-e825-446e-a64c-b5d7f669ea30",
          "name": "Get solana stats",
          "request": {
            "name": "Get solana stats",
            "description": {
              "content": "Returns solana stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "solana",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8736ee47-b904-4c12-8591-9eedbbbdcc8c",
              "name": "Solana stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "solana",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33918839-d940-4d56-b9f4-42a5b83f33dc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "solana",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "485323af-fe87-474d-9e24-d66ab2603448",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "solana",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e086cfd9-563a-4383-a055-e7d4a092ebd5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "solana",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "95fde98a-cb13-4531-8abd-bd2227ccdc65",
          "name": "Get sui stats",
          "request": {
            "name": "Get sui stats",
            "description": {
              "content": "Returns sui stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "sui",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "52a19035-f234-45e8-a6dc-38e6ece00236",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "sui",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65fd25c1-156c-404f-9744-52df39d82ddd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "sui",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20890b7f-ff8f-4934-aa69-f3fc0750bb84",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "sui",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "427e0408-d295-4c34-9b3d-7bd9b3efb2c1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "sui",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49b0317e-97e3-4e49-ad27-30daae32eb7e",
          "name": "Get ton stats",
          "request": {
            "name": "Get ton stats",
            "description": {
              "content": "Returns ton stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "ton",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2fe91c48-50ec-4415-bd18-117c1ee79963",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ton",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ce7d41c-63e1-4da5-b3fd-b4cf6a1ff895",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ton",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4374aca-79f1-4aa6-ada1-cfc30136f454",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ton",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c2ca268-ad32-4653-8235-d3bb1d224573",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "ton",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e759604-2fa3-4d7f-9ec0-e4f4190fac7d",
          "name": "Get tron stats",
          "request": {
            "name": "Get tron stats",
            "description": {
              "content": "Returns tron stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "tron",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "afbb0938-d33c-44e7-9a32-63a992264808",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "tron",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efa39483-a920-4a6c-bb26-2cc9c4e75b19",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "tron",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "158833cd-7078-47a2-abec-a0c622d62810",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "tron",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1042933b-88c1-4c1d-a249-79ae01aba27f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "tron",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "360f22e0-3f57-4c87-90d4-e9280d08965c",
          "name": "zkSync Era stats",
          "request": {
            "name": "zkSync Era stats",
            "description": {
              "content": "Returns zksync era stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "zksync",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "697b603d-737c-4fd0-9088-d1bd5636b216",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "zksync",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "482702ad-3681-4dea-aace-cb0673d46e02",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "zksync",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b9f6ca9-c643-4bbc-b9e8-bc4ada35f58e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "zksync",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aa40bc1-7c0e-4516-90c3-d958c04b6b94",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "zksync",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3c7ecf0-5d78-490d-8f12-55c4b7ba504a",
          "name": "Address balance",
          "request": {
            "name": "Address balance",
            "description": {
              "content": "Returns address balance for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "balance",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8d7cdaa8-8973-449a-96ad-58497b8bb1d0",
              "name": "Balance",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"balance\": {\n    \"key_0\": \"string\"\n  },\n  \"chain\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8eeb709e-87db-42bf-ac06-1786ae1bb683",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a5ccd65-2bde-4898-8e83-a9fe86d38598",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2446c5e5-53ef-40da-8dc2-4b673b207cc2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a2e33ec-26a7-4e05-8763-5e09eb5ae913",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "78e67ebd-9908-45e0-9e26-0763f4d7525f",
          "name": "Get latest block",
          "request": {
            "name": "Get latest block",
            "description": {
              "content": "Returns latest block for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "block",
                "latest"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6c692014-47fa-479e-baf3-6861f12e9f9a",
              "name": "Block data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"baseFee\": \"<number>\",\n  \"blockNumber\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"gasLimit\": \"<integer>\",\n  \"gasUsed\": \"<integer>\",\n  \"miner\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"transactions\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "156d9843-871e-41c2-870f-3a59e441da66",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6264e7bd-3c5d-4d65-bef7-a340b28db318",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b95dd602-54dc-4587-b8fd-0d6467772c60",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "518eb394-27f1-46e2-90ff-430f97d9e024",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab1097e9-7803-4929-a78d-33506ccf694b",
          "name": "Block by number",
          "request": {
            "name": "Block by number",
            "description": {
              "content": "Returns block by number for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5dbed3a9-770c-4a66-a1f1-08cf0a200815",
              "name": "Block data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"key_0\": 8447,\n      \"key_1\": 2543.5661713951285,\n      \"key_2\": 2111\n    },\n    {\n      \"key_0\": 6154.417306611277,\n      \"key_1\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b38ca415-86b7-4cf4-b11d-cba8e8047a41",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "410eb5b9-3f66-4915-ba3e-77a080c1f523",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de30d598-3ae0-4336-88a6-4c771f531e85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22fa1a31-a6cd-47e8-8d68-b0ede5f0d808",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8f16946-a4d7-4efd-91a4-5f6adf15da05",
          "name": "Protocols on chain",
          "request": {
            "name": "Protocols on chain",
            "description": {
              "content": "Returns protocols on chain for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "protocols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bd70316c-5aae-4dcc-a8a4-7f384173b061",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 2561\n    },\n    {\n      \"key_0\": 4009,\n      \"key_1\": \"string\",\n      \"key_2\": \"string\",\n      \"key_3\": 5867.757916912959\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d4a06e0-9e29-4353-a176-b9553ccb8360",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73e4c063-8394-498f-b469-261b74f2bb45",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49cbb142-12b2-4c35-b991-ad9755363eea",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44781eaf-99e7-4b13-9055-bf28a3925a82",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d35a785-6bde-4980-8dba-9d38ea7eb609",
          "name": "Chain statistics",
          "request": {
            "name": "Chain statistics",
            "description": {
              "content": "Returns chain statistics for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6c8e24ee-4df9-4d95-a2ef-91f0227e441f",
              "name": "Chain stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65b29ce9-693e-4475-b39d-aa4cff4b7082",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "239f3e3a-b680-4cd2-ace7-4f8f034e6773",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90c01b35-93fc-41ac-b45d-7d78347f0048",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "186d4bc9-ded9-4ccd-bbc4-c409d975b40b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8d3a7fe-c829-4bee-9a57-25fd7d9ab906",
          "name": "Chain TVL history",
          "request": {
            "name": "Chain TVL history",
            "description": {
              "content": "Returns chain tvl history for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "98a24b36-3eae-43c7-a275-021254da2ed8",
              "name": "TVL history Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bdfd683-d661-4faf-af7f-04eca82e2a0f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab71fe7f-90eb-4b06-8969-4a29b5a1f9e1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba827560-4676-476c-9cc4-a931b6a26c66",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bafcd2e-30cb-4eb8-9774-9941951921da",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26f0309e-7c5a-4a18-aa61-4eac5263c460",
          "name": "Transaction count",
          "request": {
            "name": "Transaction count",
            "description": {
              "content": "Returns transaction count for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                ":chain",
                "txcount",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "baa7cf1e-fab8-48f5-ad90-1e3d4012383d",
              "name": "TX count",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "txcount",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"key_0\": 8447,\n      \"key_1\": 2543.5661713951285,\n      \"key_2\": 2111\n    },\n    {\n      \"key_0\": 6154.417306611277,\n      \"key_1\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed705d15-1962-48da-8f27-028fb568924c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "txcount",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44999e3e-28ee-4f8f-bf4b-a91ddb12f5b9",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "txcount",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51acbede-75b1-493d-890d-0a5ab780fd67",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "txcount",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cce71e8e-52a6-4e5a-a51d-b10e8dc1aa3a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    ":chain",
                    "txcount",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a19f3f8-ea19-4675-909a-88ac487cb0a0",
          "name": "Contract bytecode",
          "request": {
            "name": "Contract bytecode",
            "description": {
              "content": "Returns contract bytecode for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "code",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2ee3f612-d754-4efc-ad89-9c6c2455a3ed",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"isContract\": \"<boolean>\",\n  \"codeSize\": \"<integer>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d854f0a9-5b40-4c8c-b581-84f4f260f6e5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "837fb9d2-5d1a-4e0a-935c-737e5985bb4b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3279d7ee-3a7e-434d-85f8-e6ce974204e5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3079796-ca93-4035-9bf2-300f8e254b7a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e496d08-f1dd-4125-92ff-a3448980c618",
          "name": "Check if address is contract and get code size",
          "request": {
            "name": "Check if address is contract and get code size",
            "description": {
              "content": "Returns check if address is contract and get code size for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "contract",
                "code",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0375c75c-c83b-4248-8886-c1785eceecb9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeSize\": \"<number>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26186407-95aa-42a9-b0a8-2688a9316791",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff611ed7-52cf-47aa-ab24-a9add4f7fc24",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02c03d73-11f0-4dbe-9389-a4c5d6e86e87",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e52114a-98b1-488b-919b-31258675b0b0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f99ddd26-f2fc-433f-a50e-9e0e098faf9b",
          "name": "Contract verification status",
          "request": {
            "name": "Contract verification status",
            "description": {
              "content": "Returns contract verification status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "contract",
                "verify",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2783306a-e509-41e2-95dd-ee1e82d5ec33",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"contractName\": \"<string>\",\n  \"compiler\": \"<string>\",\n  \"optimization\": \"<string>\",\n  \"license\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "700c4d26-bb9a-4c40-b0f2-d9417a559a3c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b53b4329-1409-4947-b626-aaa5c4877425",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a63a3774-6224-49c3-982c-f2cc727c9eb9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b81595e-a7d1-45f5-8e2e-3b097d337e51",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ff92c85-c15a-4dfc-b8b3-fd27979e4475",
          "name": "Contract info and verification status",
          "request": {
            "name": "Contract info and verification status",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "contract",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4cb42453-e46c-4d3c-8101-ad35774b07b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12007419-76d3-4811-a337-73b991644626",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07d82446-202c-4427-9f53-1ba43ebb1189",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2b4204c-b986-410e-9ea5-5ba0c05e29d2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e2ec4e9-26e8-4ec0-bb64-2e6ad38221ba",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e126151c-e690-4307-a618-c1aff5ea36d8",
          "name": "ETH burn stats",
          "request": {
            "name": "ETH burn stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "eth",
                "burn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2950a01a-4c9c-4c51-afe7-f88eac059d2d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "burn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b8322dd-cb19-402d-b223-ff6ae7b4c729",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "burn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd81516d-1e4f-47f0-b602-f99b364faf07",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "burn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c98ea22-8e81-41aa-823b-9f5dd9ac39ae",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "burn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d88cfcbe-6bdb-4bf6-ab4e-cd74657a9a76",
          "name": "Current ETH price in multiple currencies",
          "request": {
            "name": "Current ETH price in multiple currencies",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "eth",
                "price"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4677ce47-7bbb-4b87-80af-86827dad2fe3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "729cc81e-02f8-4e4c-ba1e-48f2b586621b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "133ef7c6-ac26-49ee-8fad-eff785669eae",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "692fcbf3-a849-4f7f-814b-ca1aeae90edc",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3384863e-8f56-4a74-85b4-adc8875ed413",
          "name": "ETH staking stats",
          "request": {
            "name": "ETH staking stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "eth",
                "staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7252b6c5-8717-4470-bf69-1fedb1af35dc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d36c498b-d84c-4505-8819-138234de9d96",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d759cc97-f18f-413e-9179-08bc12f667cd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "494d78e4-3242-45c7-a7c5-01a47a02b4d4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cde01d94-bb63-46c1-b66c-73c952a89765",
          "name": "ETH supply breakdown",
          "request": {
            "name": "ETH supply breakdown",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "eth",
                "supply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c7489fbe-f8d3-4ba1-835a-a0d96d4e9387",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b1a458a-cbaf-459c-8862-af00c80eb0ed",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0879375-e00f-415c-9f70-4ef26617ff8c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "026643fa-2244-4a5d-bde8-5d80d5b94db3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "946394b3-0df5-46ac-ae46-92bca701d00a",
          "name": "ETH validator stats",
          "request": {
            "name": "ETH validator stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "eth",
                "validators"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bb929f5d-921c-4c0e-979b-05d0cb079e2f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "validators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95b98f52-cfa1-43ea-baa0-24acfd27f2d1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "validators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f17d8d3a-f95f-46ec-81ec-ac3f5d70aa79",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "validators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "026ba890-6036-47c5-9664-fe42fbb3514e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "eth",
                    "validators"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a8c5f7ac-1380-4a1c-abd1-fff8a5913d05",
          "name": "All chains gas",
          "request": {
            "name": "All chains gas",
            "description": {
              "content": "Returns all chains gas for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0d7d9ab8-5996-4b57-9ed6-cdcb4dee4939",
              "name": "Gas",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfa991f1-f6f7-4f50-ac3f-bded8d2df3a6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0a670b4-5f65-4568-879c-e0cef83f6e79",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6409e51-677d-441c-a84e-0d47e5323b73",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f7232ae-b67f-410f-9f6b-2798bd69e85d",
          "name": "Arbitrum gas prices",
          "request": {
            "name": "Arbitrum gas prices",
            "description": {
              "content": "Returns arbitrum gas prices for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "37dc2078-4782-40a9-a685-c4165e63877a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc14c116-a6a8-4087-b700-9597e0e2bf68",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b09d7b2-711c-478d-9af9-1136b2332c59",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e370a5ff-c270-4e00-9b4a-f50653227362",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5134bb8d-685b-452a-b55b-bcb43cf09c66",
          "name": "Base chain gas prices",
          "request": {
            "name": "Base chain gas prices",
            "description": {
              "content": "Returns base chain gas prices for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "85cbb2d9-61d9-4a24-b097-0eccbdd3a9b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c02f4a65-cff1-4994-934b-85bc45768d9d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70eff48c-17a8-4ff7-b17c-6187ec8e799b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6236c03-1645-4a45-9f70-87e3dda871f2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a83cec8a-c3ec-458c-8781-0b2d66beb1aa",
          "name": "Get bsc gas",
          "request": {
            "name": "Get bsc gas",
            "description": {
              "content": "Returns bsc gas for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2d8d8613-267e-4252-921e-29faba03c579",
              "name": "Gas",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5b187c1-2855-4224-ad34-d1668e4b2b0a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "573fdbba-d4ef-4203-bee5-cfdeca4250c1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "214718a5-7fe1-4d87-b5f2-0b7a1751af11",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c20db93e-1c9c-4e4e-8e82-506416cddb9c",
          "name": "Gas by chain",
          "request": {
            "name": "Gas by chain",
            "description": {
              "content": "Returns gas by chain for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e845a728-d37a-4e31-a497-c9ce05c2612b",
              "name": "Gas",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16ccf1f1-9a6c-4adf-8107-0c7d37143083",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc612470-5d48-4307-b8db-b6e86f8eac6c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3e598f1-30d8-44d7-9cdd-7339f407cfae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8524552d-2944-4727-ae1c-e6fc84b9468c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9568ef44-fcdf-4dbc-b5ce-fd4e6554cf6f",
          "name": "Gas comparison",
          "request": {
            "name": "Gas comparison",
            "description": {
              "content": "Returns gas comparison for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "comparison"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6af45d8f-563f-4009-a342-8122d1bcc28e",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30c89bd3-ef49-4087-a810-640d23e0fc39",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "370201ed-48b5-416d-8781-5c694da67dc7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0aac28f-36f0-482d-b23d-95d077a92c49",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9389cacd-4073-4272-bd71-453f3a86b41b",
          "name": "Gas estimate for tx types",
          "request": {
            "name": "Gas estimate for tx types",
            "description": {
              "content": "Returns gas estimate for tx types for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "estimate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c96363dd-af22-4ddf-882f-cea3dabc32b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9510fe4-aacf-4480-b042-d54d6a8b7c0f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a0b46c1-4082-4ece-bf68-7d3382957d10",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e23ea93-de7c-4c8d-a38a-c79ac1ec80cf",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "estimate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8292a2bd-92c9-48bf-8877-81eeb654a3eb",
          "name": "Get ethereum gas",
          "request": {
            "name": "Get ethereum gas",
            "description": {
              "content": "Returns ethereum gas for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d63054f5-bd4b-4fc7-ab1c-5316530067a2",
              "name": "Gas",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92f8050c-76c4-4a79-bf13-14c3cddb7ab4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a591f3d8-82bd-4af1-80d6-daec60caa95a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a85a5110-4ced-4fb4-90e7-5b800e07e16e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb567009-1b6c-406e-bba2-e4dc852974d8",
          "name": "Gas price history",
          "request": {
            "name": "Gas price history",
            "description": {
              "content": "Returns gas price history for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2caca564-bcf0-4502-b3dc-2312b5725ec1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67392777-320d-4b36-b96a-eabbd9d8d2c3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f87aed8-97c2-4337-8d4e-f2efd499aa12",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c92c1c70-f3aa-40d3-a8a6-41c2144ee794",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "522e890d-448e-4aa0-baca-fea78b5b1774",
          "name": "Optimism gas prices",
          "request": {
            "name": "Optimism gas prices",
            "description": {
              "content": "Returns optimism gas prices for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c307d5d5-1025-4543-a5d7-184d4c82192f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c126a9d-203f-4113-9d9e-2cbae761fe4a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cfcc7ac-9d45-493d-82d8-6eb1924f51f3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7074a82a-48dd-442d-9518-fe8b48ee911f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf0bd0c1-9858-4c71-a327-d9ea83420b7a",
          "name": "Polygon gas prices",
          "request": {
            "name": "Polygon gas prices",
            "description": {
              "content": "Returns polygon gas prices for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "361f33c1-0d5b-4f67-ac6a-e877e9b93184",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b11e21a8-762a-4e9b-8baa-a462d1a166d3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f64e41bd-40f6-48c4-9a32-a2ae72ab3df9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c504e82-066e-4f3f-b3fc-b600b5bb8a10",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c48dccbb-382f-4d0e-9eab-450aafe024f5",
          "name": "Arbitrum network status",
          "request": {
            "name": "Arbitrum network status",
            "description": {
              "content": "Returns arbitrum network status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "arbitrum",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ffbb983e-0a8b-4cb6-ba88-ed64316e3de0",
              "name": "Status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "arbitrum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "414b7a8e-e145-4c93-8ac3-c85e4b2e333a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "arbitrum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97058e4e-59f0-4cb6-8c4e-0f6801abf047",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "arbitrum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "732153b5-21b8-42e9-80d2-2262643cf320",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "arbitrum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e9dd7a77-13dd-48d2-8f3a-6489a4885abd",
          "name": "Base network status",
          "request": {
            "name": "Base network status",
            "description": {
              "content": "Returns base network status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "base",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b6c37922-17de-4c76-82fa-6a4f27adf8ff",
              "name": "Status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "base",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a27e343-da1a-4de4-9a8e-f090777c29b4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "base",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d345e534-0b1d-4c1a-b90d-2dd1fe1f22e9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "base",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21cc39fa-a387-4704-8afe-632097cfd081",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "base",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41ee34ef-d589-4a14-8830-5d64e7621f92",
          "name": "Ethereum network status",
          "request": {
            "name": "Ethereum network status",
            "description": {
              "content": "Returns ethereum network status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "ethereum",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "134b596b-de24-41a2-8049-8b3db1b05287",
              "name": "Status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "ethereum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fbb501a-d869-4612-94b8-6241aed737b6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "ethereum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c82ce042-ae01-4e4a-a3f5-2b4c04a86006",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "ethereum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97e058fb-9f9c-4eb5-9e06-35cf4306a8c6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "ethereum",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2711006b-4fc3-4840-8b57-eaf24b6e6262",
          "name": "Arbitrum metrics",
          "request": {
            "name": "Arbitrum metrics",
            "description": {
              "content": "Returns arbitrum metrics for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "metrics",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2c14f49b-c148-405a-9c46-93bb8a34336e",
              "name": "Metrics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockHeight\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"gasPrice\": \"<number>\",\n  \"gasPriceUnit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4086853-4f3b-4a64-904c-1d77d1ddf300",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4237c66-b847-4237-acd5-33c10b3adb03",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2324ff08-2e75-4f68-9b0e-2380f152f0c6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a20e1fd7-983d-489b-b31a-54e972edd4c0",
          "name": "Base metrics",
          "request": {
            "name": "Base metrics",
            "description": {
              "content": "Returns base metrics for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "metrics",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9a1030af-68a6-44ce-a397-dff513fe7312",
              "name": "Metrics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockHeight\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"gasPrice\": \"<number>\",\n  \"gasPriceUnit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c83cfbd-10d7-419d-9386-fa8a0b543e89",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "927a1436-7a8d-40c5-a76c-cfeabce4cf2f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76289289-19b5-46ba-848e-ff7554d2fb67",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f277ef31-a838-4ba0-8df6-8a88494d44eb",
          "name": "Ethereum metrics",
          "request": {
            "name": "Ethereum metrics",
            "description": {
              "content": "Returns ethereum metrics for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "metrics",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4c10c811-2632-422b-a114-d96606a83436",
              "name": "Metrics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockHeight\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"gasPrice\": \"<number>\",\n  \"gasPriceUnit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33001b9d-0db7-456f-871c-fbbdb4941ea6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "138de914-356d-450c-b130-042c1465b7d1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "972e8450-2c5b-43e1-ae33-5b840b6dd21d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "metrics",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25361a59-ea17-45fe-b6d8-d9c7407a7851",
          "name": "Optimism network status",
          "request": {
            "name": "Optimism network status",
            "description": {
              "content": "Returns optimism network status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "optimism",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7f34a5e3-58a7-4b10-90f1-027d8cf06622",
              "name": "Status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "optimism",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "457bcb39-ec42-4e45-bd35-776cfe809dbc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "optimism",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a904429-2d9a-4c3b-9c20-767db1bd3797",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "optimism",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce5c7673-7b1e-4c9b-9e0b-54dfaeb72bf7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "optimism",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5077389c-39a8-4d81-8ad3-02091139f4b5",
          "name": "Polygon network status",
          "request": {
            "name": "Polygon network status",
            "description": {
              "content": "Returns polygon network status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "polygon",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d7ee8e65-b042-476f-8a36-c7cee4d4ccec",
              "name": "Status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "polygon",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4184b0c4-d904-4bb8-bf47-ba6c2c2000b6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "polygon",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06b0a736-07e1-4163-9598-9ac7285a0a17",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "polygon",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "203a2b2b-f685-4c00-8bc8-cb3493ce52c0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "polygon",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "96ea0b7c-e35c-4099-be92-53d2f6f94919",
          "name": "All networks status",
          "request": {
            "name": "All networks status",
            "description": {
              "content": "Returns all networks status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "status",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "75411ac8-4fb9-4a95-8776-b377aae504ad",
              "name": "Statuses",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "status",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"healthPercentage\": \"<number>\",\n  \"healthy\": \"<number>\",\n  \"networks\": [\n    \"\",\n    \"\"\n  ],\n  \"timestamp\": \"<string>\",\n  \"total\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31efd06f-a8fa-4453-918c-a48b7983edd4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "status",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7630a095-99d4-4619-8583-f33bebd69f8a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "status",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ec6c777-1c1a-4574-afde-fa070223b32e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "status",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "933f8e9c-ee9e-456f-ac55-e905c7c53beb",
          "name": "Transaction details",
          "request": {
            "name": "Transaction details",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "tx",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "60e5c26e-55be-4b86-b4bc-22c561ff4631",
              "name": "Transaction",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40de7dfa-5d35-4aeb-9e45-ca4013e2fd4b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b90101c2-9625-4ab2-88c5-bdf9d77047ca",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3c1a1b1-ee56-47c4-b559-586fbaf3f46b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52cac339-0b0f-46a8-adc0-d6182dafbe23",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b84b9a62-9ef5-4d2a-ba63-d82ddef9c76c",
          "name": "Transaction receipt",
          "request": {
            "name": "Transaction receipt",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "tx",
                ":hash",
                "receipt"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "65cb1f3b-5062-46ec-8d48-d4b8f41ef5c7",
              "name": "Receipt",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash",
                    "receipt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "236c58ec-bb8b-4fe1-a669-1719a0457587",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash",
                    "receipt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "696593b4-891b-463a-887f-5a47adfc5b2b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash",
                    "receipt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71311a71-c702-47e1-a5b5-66dc148fe8de",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash",
                    "receipt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64c5f8b8-8b46-4ce1-9b7e-5d317af7e627",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "tx",
                    ":hash",
                    "receipt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1843bd78-3023-451c-963b-7bdf66ec6cb1",
          "name": "Transaction details",
          "request": {
            "name": "Transaction details",
            "description": {
              "content": "Returns transaction details for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tx",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7d8354b9-1680-435f-b162-e702ee51a434",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c3a7ab6-5eb9-45a2-90ba-8c0c28e7030b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fd0030c-9407-4bdd-81d4-c29ee76b72bd",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "463636d6-8453-489c-90b8-9a5f23f20abf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54585d85-187d-4240-84de-f9b273e8548d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05dbf367-a74b-43a8-8ce0-276b64988c5e",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "harmony",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "377ff2f0-e23d-416d-ba6d-5e0887b06c5c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "harmony",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"tvl\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dbc4a99-7530-4c56-81b9-4ad1c268795f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "harmony",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4328d02d-bc59-4d58-bb20-748024e8e0d0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "harmony",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71262c02-b396-46bf-a5f7-10af7e1b438c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "harmony",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6c874c0-2afe-4657-98a9-4079f4082ec0",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "klaytn",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3cea49de-b583-42cb-9b65-c9a260c4a3a8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "klaytn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc91bea7-c9c8-485a-8db0-28d85be606d8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "klaytn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "32d5f353-869d-4ff5-b026-0fe2dbb6d40b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "klaytn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fedce588-03a2-4195-8f32-8d0d9e4b253f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "klaytn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41cad09b-0b3b-4bb2-94ce-f6c75f84571b",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "kava",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "631fda90-37d1-421a-9033-b362d1b82d8d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "kava",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"tvl\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28c04655-db04-497e-b528-d570e51bd77d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "kava",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "84959736-d405-4edc-89ac-f6dc92245db1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "kava",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2e661555-d170-4342-8827-a43b593cb7d7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "kava",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "90b6e876-9c2f-49dd-aaeb-fa2e6c17d8ec",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "boba",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "61a05d77-d20d-45f0-a279-3286ce555c02",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "boba",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"tvl\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6032aebe-c847-4286-8080-5a90c3e6eb68",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "boba",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "29828c27-d28e-40c4-8689-f6cde09166dd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "boba",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e850fdf-8bd4-48d0-9f3d-1a5e955e526d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "boba",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2849ce6-f119-4c4d-93bd-1e1c8a4a9233",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "algorand",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e4181750-5f63-4a56-a1dc-41214a16d073",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "algorand",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"change24h\": \"<string>\",\n  \"change7d\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"tvl\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fceb8c4-395d-443e-81c9-5fab10bb8140",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "algorand",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bba9d23a-6718-4eb9-8b6c-527e95ca9022",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "algorand",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "43716d6d-9d28-41b0-a1d6-a5b178964492",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "algorand",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a447272f-d2df-4399-b370-96879c8e4dd0",
          "name": "Active users",
          "request": {
            "name": "Active users",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDaily active addresses",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "active-users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "026cb37a-2316-417a-b1b7-ac6a9d0820ec",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed4770c6-1067-4336-aa6a-ee28f9e46c92",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e06fd00-a5cc-4c8f-8f4a-f8e88f0f1118",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0768ccc-32d0-4a6f-940f-1ed34e59453f",
          "name": "Current block",
          "request": {
            "name": "Current block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCurrent block number",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "block"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b52c1c71-96e1-4f4c-a3f1-c0fa6bef8c93",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50dc290d-12e0-4430-b89c-942683b8afe4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8c76604-5f80-44c5-8529-c50e2aa70390",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73f0456a-43f9-4208-b01a-45e77900ca95",
          "name": "Latest block",
          "request": {
            "name": "Latest block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLatest block details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "block",
                "latest"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9fd1d2d0-e451-487f-aba7-ae0c022d76b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "864f02f1-6443-493f-b2c3-90b3411def88",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e10c2f10-33a9-405c-8823-a029bd1ca64a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "905d7896-c91c-4920-b587-46546cb62827",
          "name": "Get block",
          "request": {
            "name": "Get block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet block by number",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0c4520d5-859c-44d6-b5bd-fd7d7a397b38",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fa8e0a4-c813-47b4-aaf8-4bb8fef25c3c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bb8a0b8-61af-4012-8f9d-d80d8ed54dde",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "715e753c-5b91-48f9-9040-21601885711a",
          "name": "Get transaction",
          "request": {
            "name": "Get transaction",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTransaction details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "tx",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0f8478b3-71ba-4a99-a4ed-45339eaf08b4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7a04c75-9fc6-402c-b02e-8dcb62a9da5e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2ea6319-33b8-41b8-9583-df4fdfa180d1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a0a72d4-29ad-4320-89cf-bdb698e5ae07",
          "name": "Get receipt",
          "request": {
            "name": "Get receipt",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTransaction receipt",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "receipt",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0e9bd6ed-145b-4166-87ed-78f51f386f9b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a93fed8-d5b2-430f-aeda-50ff5cefa667",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e865e1d-e71c-44b9-905b-5a0a17a69bb4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "afedf99f-4fcb-4bc5-9084-6210e025f57a",
          "name": "Contract events",
          "request": {
            "name": "Contract events",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContract events",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "events",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "afc6c1e2-dcf5-412c-b094-ddeeab650291",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "events",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b8d30cb-1b4f-467f-ade0-43fd738bacef",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "events",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e98d56b9-e44b-46bc-b5dc-cff38ef42a02",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "events",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74cd6585-4728-4116-8b0e-016c1e45748c",
          "name": "Contract logs",
          "request": {
            "name": "Contract logs",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContract logs",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "logs",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "14640ebe-71af-44f1-86ef-a1a4841cf0b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8fab474-6555-4580-b97e-4fd0d053b351",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b08db4d-5068-4609-8b3d-9f7d39ae3b09",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db01c301-aee8-4680-91cf-5643e6637ea7",
          "name": "Transaction status",
          "request": {
            "name": "Transaction status",
            "description": {
              "content": "Returns transaction status for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "tx",
                "status",
                ":txhash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "txhash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7ac0e3ed-b8b9-43e0-92e5-931a9ef6681b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "status",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76973b03-0c98-4e6b-a770-195ef8e49f23",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "status",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea4c722d-0c58-4853-babd-79fb5992f75d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "status",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5aab5f05-50f8-4454-bec4-f32bdb18419a",
          "name": "Transaction receipt",
          "request": {
            "name": "Transaction receipt",
            "description": {
              "content": "Returns transaction receipt for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "tx",
                "receipt",
                ":txhash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "txhash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4006b7cd-76a0-4f6d-a67a-e76bfb2de8da",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "receipt",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17b261de-b094-4a9d-a652-b3564059aa08",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "receipt",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c6c1045-56af-4e0f-b653-897d6e5b500b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "tx",
                    "receipt",
                    ":txhash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txhash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4bdfe62-9168-47cb-bf0c-141205485c7f",
          "name": "Block reward",
          "request": {
            "name": "Block reward",
            "description": {
              "content": "Returns block reward for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "block",
                "reward",
                ":blockno"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blockno",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b18e2010-8067-443a-9537-26937fb549d7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6a1eb75-44d7-4416-867d-06d3cfa1e57f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed95a122-f99a-4211-b921-2761467fd48d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa404025-e0fc-46b3-9e2a-4dd3f14e1cb9",
          "name": "Block countdown",
          "request": {
            "name": "Block countdown",
            "description": {
              "content": "Returns block countdown for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "block",
                "countdown",
                ":blockno"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blockno",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5a56ed8e-2cee-4567-b874-a21767598beb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68128b89-37ad-4c1e-88c5-418256ef11ce",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edd5a727-b1a7-404b-878d-a3c8a1bfd0d3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df3367b2-e14e-4d19-ad14-f384517258a5",
          "name": "Block by time",
          "request": {
            "name": "Block by time",
            "description": {
              "content": "Returns block by time for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "block",
                "by-time",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unix timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "178e252b-5d65-4988-91b5-f857d8bf4693",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21a74bb8-ce85-4ad9-b12b-1eab4a463034",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f006b4f7-c2b6-4719-bc7e-d43e80730294",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b57b5067-1f82-490a-bc7d-35d6096dd6b3",
          "name": "ETH supply",
          "request": {
            "name": "ETH supply",
            "description": {
              "content": "Returns eth supply for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "stats",
                "ethsupply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2572cf79-e984-4b04-9afe-7720621e756c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39fa3547-868b-4125-bbef-3846e04ea23f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79ca4860-b8a5-407c-aabd-29c107630889",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3c84af2-64e0-4218-a5cb-a06ba62fe0a0",
          "name": "ETH2 supply",
          "request": {
            "name": "ETH2 supply",
            "description": {
              "content": "Returns eth2 supply for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "stats",
                "eth2supply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "52457fdc-0b9a-4c73-89f1-2f0730186e43",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"result\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": 3386\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5786ea82-90cf-4a4e-babe-01dbe67364c9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f864b3ba-cd4a-4fa0-a83c-1928bb82236a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bcf95652-79f8-402f-9d60-dc730d49494e",
          "name": "CoinPaprika contracts",
          "request": {
            "name": "CoinPaprika contracts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContracts by platform",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "contracts",
                ":platform"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Platform ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bc782a04-f77c-48f5-bec3-43f501f3a4b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf0d21aa-aefd-4587-9894-674cd340d09d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92136946-796c-46c9-b69c-c36a7bb89d73",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25bbbc6b-cf91-4c8d-827e-16b1c676a2af",
          "name": "CoinPaprika contract",
          "request": {
            "name": "CoinPaprika contract",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContract details",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "contracts",
                ":platform",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Platform",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a2030f74-6909-41ce-a784-1ad4d5814be2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b48d73a-6c7a-4f82-8977-0c893ed13f54",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05298827-4473-4d14-8362-9337eff6d87b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50ea0257-223a-4e02-bf03-7a561b6e2d63",
          "name": "Node count",
          "request": {
            "name": "Node count",
            "description": {
              "content": "Returns node count for the specified blockchain network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "stats",
                "nodecount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d2860a4f-ea0f-4374-bd64-760614d42dd4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalNodeCount\": \"<number>\",\n  \"utcDate\": \"<string>\",\n  \"key_0\": false,\n  \"key_1\": 3096\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64df10a1-dd3e-4864-a3b2-561e70e156fe",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bccee7d8-57af-4a78-b490-8f47e87ef914",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Wallet",
      "description": "Balances, transactions, NFTs (20+) Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "1e377487-c4ef-4cc4-a31a-6acea6f49889",
          "name": "Wallet age and first transaction",
          "request": {
            "name": "Wallet age and first transaction",
            "description": {
              "content": "Get Ethereum address age based on first transaction timestamp.\n\n⚠️ **DEPRECATED:** This endpoint currently returns 503 due to Etherscan V1 API deprecation (upstream dependency). \nThe endpoint may be restored in a future version if an alternative data provider (Etherscan V2, direct RPC, or indexer) is integrated.\n\n**Current Status:** Returns 503 Service Unavailable\n**Reason:** Etherscan V1 API has been deprecated by the provider\n**Alternative:** Use direct RPC calls to fetch first transaction or wait for provider migration",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "age",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dd3e7c07-345e-4e10-82ff-4f721754d4ac",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"firstTransaction\": \"<dateTime>\",\n  \"age\": {\n    \"days\": \"<integer>\",\n    \"years\": \"<number>\"\n  },\n  \"timestamp\": \"<dateTime>\",\n  \"firstTxHash\": \"<string>\",\n  \"blockNumber\": \"<number>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fa53f54-2273-4417-8d1f-57b8db910dbf",
              "name": "Service Unavailable - Etherscan V1 API deprecated",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "418ff79c-f05e-4d25-82ff-a297d6048c8c",
          "name": "ETH balance across multiple chains",
          "request": {
            "name": "ETH balance across multiple chains",
            "description": {
              "content": "Returns eth balance across multiple chains for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "balance",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bf8f6838-c44e-49b3-9457-eb4bf1925b3b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"balance\": \"<string>\",\n  \"balanceWei\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "facba3f2-b0b9-40a8-9c7c-1c19660ced43",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa00580e-ea24-4e8a-9901-fa11e300aa4a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf4c252a-41af-4b8b-8812-4f2fc9195d1a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f4432b0-295b-4f30-9959-e68256d269c2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dfbdd49c-df34-46de-be91-b1d6bd7676fc",
          "name": "Address transaction count",
          "request": {
            "name": "Address transaction count",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nAddress transaction count",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nonce",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e6ca4d00-0558-438e-9ee4-8fc957ddfb6f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca9a5e24-beaa-40de-92e3-54968aeb2273",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75ef0c5b-ebd7-42ba-b8f8-b22c71479d1d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c0282db-f609-42e6-853b-9a1dd3b1742e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10076f06-bd3b-4188-98d4-d9a9b20062cc",
          "name": "AI tokens",
          "request": {
            "name": "AI tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "ai"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0c45e1cf-1a91-4f7b-9397-8edb799fce61",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b896e6b-2831-4c9f-9b8e-10ac4d2318a5",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0718f5fb-02dd-4e1f-95fa-ab7308169e03",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ebf686e-fcf1-43f5-8fb4-b70d769050b2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "763f2890-db48-4cf6-b5e8-2cbbce99ad77",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "ai"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff8a77cb-b81c-44ee-9cfe-1af3607107c2",
          "name": "DeFi governance tokens",
          "request": {
            "name": "DeFi governance tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "defi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f439fa7b-6590-431c-9ba6-b2d01b01932c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5b35a55-8362-4846-8392-271449992b59",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fecea83-c127-4f73-ae43-63b39b87e5de",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9fa9730-9ac6-47a9-a306-31ac8fa389dd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "134c61ed-ad90-420f-a1d9-c7698809e0cc",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b520f0b-5c95-4f8d-804d-b7dfd55531ae",
          "name": "Gaming tokens",
          "request": {
            "name": "Gaming tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "gaming"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "01c6d539-22be-4555-a531-10451e2e2a3d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c747f1fb-78bf-4c9e-b1e6-45e8171f25ec",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4da589be-9691-4b45-81b1-ef7af1a222cd",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4738c74-2ef8-4e51-bfaa-1932f412122e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d416838-e043-497e-9a11-f0df01111d78",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "gaming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43314c04-df8d-4961-b8c6-90e99e5fedc7",
          "name": "L2 native tokens",
          "request": {
            "name": "L2 native tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLayer 2 network stats and TVL",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "l2"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "219e9f6a-85a0-45d1-bb06-d26f8bdb36d5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d83a520-10e0-4549-9d37-c99a0e48923a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72c4f3ae-ba54-49b9-8c14-b7489ccbc3f8",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c6ce128-8f50-4499-8180-f04f1184472d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb688a7f-60b5-4f73-8314-0649e388fbb6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab2fa04d-68fa-496d-a572-8ff2f81e2eb9",
          "name": "Top memecoins",
          "request": {
            "name": "Top memecoins",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "memecoins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "48f86de6-ae8b-4ebe-b7ec-b8d1ee961071",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "memecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3833d75f-86af-4133-9f15-8b4071d3fe2b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "memecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5731d90b-7122-4d2a-9266-cf82885487c4",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "memecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "263ad9b3-c8db-4b46-9daa-3c68ed817eaf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "memecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c9b735b-8304-4991-97c4-6c201cc6506b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "memecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb4148e3-a4b2-44b0-bb51-a4f9c57d1411",
          "name": "RWA tokens",
          "request": {
            "name": "RWA tokens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "rwa"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cbabb0e6-32d6-4571-aefb-326b7bcf1e80",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "rwa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tokens\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"price\": \"<number>\",\n      \"marketCap\": \"<number>\",\n      \"change24h\": \"<number>\",\n      \"volume24h\": \"<number>\",\n      \"image\": \"<uri>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3785940-bf34-450f-9c26-67d2c7818419",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "rwa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e0a5dbd-e47e-463f-85dd-88f9e5cb77c3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "rwa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4668eb61-0646-4653-967a-3ad4d0fa73c0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "rwa"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6742100-37e6-416f-9197-98569f509b83",
          "name": "All stablecoins",
          "request": {
            "name": "All stablecoins",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "stablecoins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1ce4b161-7d24-4ba0-aea0-d2718607ab6a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"stablecoins\": [\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"pegType\": \"<string>\",\n      \"circulating\": \"<number>\",\n      \"price\": \"<number>\",\n      \"chains\": \"<integer>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"pegType\": \"<string>\",\n      \"circulating\": \"<number>\",\n      \"price\": \"<number>\",\n      \"chains\": \"<integer>\"\n    }\n  ],\n  \"totalMarketCap\": \"<number>\",\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "539fa377-5763-4efa-ac53-f7cda4e179ab",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68f7c60c-8b64-4de8-9ac2-a664e636230a",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb23d62-7c3f-45f9-9226-da42950d90cf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca528f15-3267-480e-bd03-efa2b0e4e435",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b71cd437-ff85-48ab-a507-c7727b2a1838",
          "name": "ERC20 token balances",
          "request": {
            "name": "ERC20 token balances",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6514f6a6-4e84-4301-b39f-5dbc290e77a4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170c35a8-7c83-4682-a954-f4ca7614c0f6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "932fe4aa-5e2a-4a3c-8c30-e0cee7bc30eb",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d56b26c1-598c-474d-a8a5-87a9a6f52b0f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a96f8b8-3475-4235-b7d5-f2468f880299",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c1bb889-9402-4453-ae56-aa5d50b69cbd",
          "name": "Wallet age (first transaction date)",
          "request": {
            "name": "Wallet age (first transaction date)",
            "description": {
              "content": "Returns wallet age (first transaction date) for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "age",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1ac8303e-8f71-4146-aeb3-e807ffb2e1ca",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85a7a674-8506-4145-a436-a544b183b209",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7670da6-c352-4526-babc-a51ceb7ecc19",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "629f3b4e-75e4-4a5a-8fdf-3011ca6144dc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f59cd623-6e6e-4e39-857a-295de1984ee7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52291bf8-080e-4a6b-81e7-38b2fbb5ca9e",
          "name": "Multi-chain balance",
          "request": {
            "name": "Multi-chain balance",
            "description": {
              "content": "Returns multi-chain balance for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "balance",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0497eaaa-f305-409c-8771-f20d0797f015",
              "name": "Balances",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "228f96c6-b61c-47c2-aaf4-34f66c273ddc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79142190-50e8-40bd-9477-284961ec794b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f13bafb3-b58d-4086-8b3a-28122039a6dd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b70c4605-bc4a-4ab7-9b6d-700222f58c14",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0f66a58-c26e-4155-a82f-a3a7c798d347",
          "name": "Checksum address",
          "request": {
            "name": "Checksum address",
            "description": {
              "content": "Returns checksum address for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "checksum",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7c2a31ab-5a61-487c-b8fc-ac93b76c9ba8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8067971-c8ca-4fe3-b23d-f2e629c87570",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82700ed3-435c-4151-92d6-c03727dd4520",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81185077-07b7-4a6d-bbee-dac7fb3c0b7f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b81fad9b-9d0e-41b9-a675-b215299a5617",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "931efa09-3e8c-407f-af5a-e414e614de8a",
          "name": "Wallet first transaction date",
          "request": {
            "name": "Wallet first transaction date",
            "description": {
              "content": "Returns wallet first transaction date for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "first-tx",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fe488fe4-a5bf-4bc5-82ff-06242fd6dc5b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "first-tx",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "863b030f-6a94-4bac-a659-2a98cf497c03",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "first-tx",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f40ff89-23b8-4f64-9768-196f2adbed9f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "first-tx",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85811162-7924-49ce-a9e7-f2df02312069",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "first-tx",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08d0f577-6715-4a66-b61b-88fb740dcff9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "first-tx",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99aad6d0-4936-43c3-b774-88e27c5ffc55",
          "name": "Wallet transaction count (nonce)",
          "request": {
            "name": "Wallet transaction count (nonce)",
            "description": {
              "content": "Returns wallet transaction count (nonce) for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "nonce",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2650a96f-0ce8-4875-b4d5-bdfd2972175b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24e22cf9-d892-40c6-9d4f-e4de75af6d27",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a407a1d-ced8-4df1-bee0-29f35427ae2e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "caad75b8-b79b-4d8b-9f51-c48274e7e80a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70c7d1af-fc71-458b-aadf-ab511ab60c37",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "nonce",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c68dcfd-69fa-47e1-918f-abb78b8cf618",
          "name": "Wallet profit/loss",
          "request": {
            "name": "Wallet profit/loss",
            "description": {
              "content": "Returns wallet profit/loss for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "pnl",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f258e69b-28ac-4602-a59f-dabdf39369bb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "pnl",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "006e0058-6c90-4c4a-8217-563b8a5cdda4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "pnl",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce7d5719-ac00-4a4e-bcd0-9119d07bfd69",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "pnl",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f60e6763-8eb6-4623-beb5-69a20fbacdb3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "pnl",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ac4128f-1863-47f3-b754-0f3a3650fc9a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "pnl",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b20e02a-4914-4b5a-a26d-669f1871444a",
          "name": "Validate address",
          "request": {
            "name": "Validate address",
            "description": {
              "content": "Returns validate address for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "wallet",
                "validate",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0782556e-4d1e-40c8-b153-db88ac6e09cf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b79955d3-18a5-4bf0-a728-bbd52cbf86a3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e81d8bd1-13fc-4970-902c-d30bb9ac1bae",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e287a6da-fe96-479d-a350-dfb39b129ae0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5684dc5-c581-4c46-a106-7eb09f5b0587",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b85acb31-4d76-4fdd-9918-00dfb8b096e5",
          "name": "Get ETH balance",
          "request": {
            "name": "Get ETH balance",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nETH balance for address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "balance",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ebc94f6d-86c1-4b97-954b-a841ca2519f5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43408143-68fb-48f6-8998-71a1901e9208",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e81b34e3-a4d2-4675-bb57-b8691572e61a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "balance",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1d019c1-80f5-4446-b927-385c7adaaeeb",
          "name": "Get address age",
          "request": {
            "name": "Get address age",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAge of address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "age",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c003a282-9659-4131-ab06-c8222763a2bb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5c29f42-e213-4870-b689-a853a1bcee9b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3aef6ad0-ed03-4f8a-bfcc-b25ac7808c6b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "17b63968-040f-4c64-8cd9-efa685ccf4d7",
          "name": "Whale alerts",
          "request": {
            "name": "Whale alerts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRecent large transactions",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "whale-alerts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0a6567a3-d36b-454b-8513-992051d0a210",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "whale-alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0006fa5-e056-49e0-ba41-f0694163f2e0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "whale-alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "299d426f-6789-4966-a7af-2e172f6b4474",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "whale-alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ffc1775-09b5-4f0a-af59-7df241721332",
          "name": "Token transfers",
          "request": {
            "name": "Token transfers",
            "description": {
              "content": "Returns token transfers for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "token",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c5d8c0a-acaa-455e-9dc3-4fb8c1c12245",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f919b35-403c-4519-87d6-8fdd041cdb4f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3cfbec2-72ee-4e15-a418-34592d903bf1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7d40db9-ab15-4e89-8415-daf8322472ed",
          "name": "Token balance",
          "request": {
            "name": "Token balance",
            "description": {
              "content": "Returns token balance for the specified wallet address. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "token",
                "balance",
                ":address",
                ":contractaddress"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contractaddress",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token contract",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1d959cf8-d0ee-453f-bb4d-c6514e555b85",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2312c35-23ac-4785-a3e4-71337d24e616",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8a3bc68-fd6e-4931-853b-688d0161db39",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Protocol",
      "description": "Individual protocol stats (15+) Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "8f81bfdb-c657-4d9d-8059-d923d7c4c9bb",
          "name": "CEX volume ranking",
          "request": {
            "name": "CEX volume ranking",
            "description": {
              "content": "Returns cex volume ranking for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "cex",
                "volumes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4571ac0f-b9fa-40bc-b87b-e647dac8b51c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"key_0\": \"<number>\",\n    \"key_1\": \"<number>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80c218bd-8b78-4ec5-89e6-93532f37a5cf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8043021a-7f2b-4ea0-9c0c-dc9b55949654",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37dab14d-1d60-413e-9d6c-4ce0ba4488bb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43624dd4-2f39-4533-85c8-b200c9523dab",
          "name": "CEX details",
          "request": {
            "name": "CEX details",
            "description": {
              "content": "Returns cex details for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "cex",
                ":exchange"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "exchange",
                  "disabled": false,
                  "description": {
                    "content": "(Required) exchange",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c1f64cd5-1c7a-413b-8294-4ffa9845aea0",
              "name": "Success response structure varies; error examples are documented in non-2xx responses. Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) exchange",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "412d81ea-1619-494b-9cb6-d191e57cbb50",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) exchange",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bded8f4-e36e-4ba2-983a-67e77fc94575",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) exchange",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "124f0843-e92e-4838-bb4f-e45db89167b9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) exchange",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f311175-2b2d-42de-a611-7623179a0622",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cex",
                    ":exchange"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) exchange",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "exchange"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3afeeaba-3128-4f3c-a0ea-9379c9cc6dc9",
          "name": "Aave stats",
          "request": {
            "name": "Aave stats",
            "description": {
              "content": "Returns aave stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8ec9cbfc-5bde-4ea7-adb7-81fa9c681934",
              "name": "Aave data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc26fd57-8d2d-44d4-8202-f1e184ec389b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f52ca428-f0be-4014-ab62-81734b808ce4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfca393d-28f3-4aa9-8a6b-8bea5477af44",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1da8dbf3-34f8-4a40-a5a3-9c836436a655",
          "name": "Compound stats",
          "request": {
            "name": "Compound stats",
            "description": {
              "content": "Returns compound stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "69d5521f-e93f-4eb6-833a-3d18f37d78c0",
              "name": "Compound data Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e3cf0fe-9d96-4467-a5a4-059479ce885f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab70e90c-9e1e-4eeb-8a15-01188fa0e326",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf6c5f41-efc0-4e08-abe4-ad2b34aa4c0e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "16cecb4e-751a-4754-972c-4ba578cb9de9",
          "name": "Curve stats",
          "request": {
            "name": "Curve stats",
            "description": {
              "content": "Returns curve stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "86f3acad-7639-46cb-acdb-56234f827269",
              "name": "Curve data Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aee148f3-cc26-4686-a305-10f50fdba89c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd3af960-5e9c-40c8-ac72-f5c24bf4c609",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2311b0fc-5f66-49ad-8467-5c5e110a12aa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2a4e8ae2-8523-45a9-a65f-a86ccd62cce0",
          "name": "MakerDAO stats",
          "request": {
            "name": "MakerDAO stats",
            "description": {
              "content": "Returns makerdao stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "makerdao"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d974481a-2627-4e98-ae86-91611cff9264",
              "name": "MakerDAO data Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76e5db0d-cafb-4a0d-bffb-6e6f6bb6d831",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dda8ce84-c95c-4975-b923-65a6684bea4b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86dc367b-bea0-4a4d-850e-f41627d2f62d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3523251d-2a7a-47ca-8b19-f4400f2217ca",
          "name": "Uniswap stats",
          "request": {
            "name": "Uniswap stats",
            "description": {
              "content": "Returns uniswap stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "uniswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9cb6b934-6366-46fd-8b70-3abf0af01776",
              "name": "Uniswap data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f653909e-78be-4823-b27a-28df07d959fd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fa1ad1d-ff0d-43b6-a412-54e60d417938",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7ee905f-ecf4-423c-a70a-5b9dad0f10d0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7bbe0f9f-5178-4135-9eb9-5ccff96e7c3e",
          "name": "Curve stats",
          "request": {
            "name": "Curve stats",
            "description": {
              "content": "Returns curve stats for the specified protocol. Response follows standard API conventions. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6135149e-5411-42cf-bdd1-1b272323cf9b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"change24h\": \"<number>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6217545-2879-4fa6-ba8d-2a5af1d2fb28",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7bfafde-cae9-497c-90e9-b22434cc0a8f",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "884d3d79-2a62-4ad5-9e5d-18992d411f87",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18b57e02-3fad-4e40-b042-031207fa3b64",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "959acf2d-b350-44a8-bc1a-8ef575a2e0ac",
          "name": "PancakeSwap stats",
          "request": {
            "name": "PancakeSwap stats",
            "description": {
              "content": "Returns pancakeswap stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "pancakeswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "eb822e3a-8754-45a8-b842-8e5ddd7000ad",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"change24h\": \"<number>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d45f47c-a7d6-4d83-b47b-95420d5ed0f7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "086e6106-0c35-4d75-8e34-de725063e2e5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebe6680b-db8c-49b9-9a38-24137e198e76",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58201078-bb2a-435a-8735-326268f32c50",
          "name": "SushiSwap stats",
          "request": {
            "name": "SushiSwap stats",
            "description": {
              "content": "Returns sushiswap stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "sushiswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "10d985ca-0b4b-4c90-8d91-77817541f40e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"change24h\": \"<number>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e316515-f462-4bd3-b357-a509ab69e220",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8596a37d-ad53-4ea1-bc3b-dd3400b35a0c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ceda1fa9-64aa-4649-a746-407362df0230",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7940f9fd-c83f-4620-8d08-3f659efad7b0",
          "name": "Uniswap stats",
          "request": {
            "name": "Uniswap stats",
            "description": {
              "content": "Returns uniswap stats for the specified protocol. Response follows standard API conventions. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "uniswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "31dd8c5b-a1f7-4a67-b061-d2a26354401a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"change24h\": \"<number>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef4d409a-3739-40de-9b3f-1452a8195b47",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d87ff937-f831-40ce-b3e2-c543c5f2e250",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3c8c334-af87-41f6-9bf0-64b4996e64f2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09e0867b-9986-485c-a83f-bcd21ac44315",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f89ae24-bc6c-4c4a-99cc-a027393e84c7",
          "name": "DEX volume ranking",
          "request": {
            "name": "DEX volume ranking",
            "description": {
              "content": "Returns dex volume ranking for the specified protocol. Response follows standard API conventions. ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "volumes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ee25f4fe-9f0c-4941-a306-927a2fff26b7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"key_0\": \"<number>\",\n    \"key_1\": \"<number>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "574544d5-32ae-47c4-a444-2b7e3504f59c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b09cd95-ab4a-445c-b5ff-3638d77fff11",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6bd61a7-6e9d-433a-a732-0fde4364b4ac",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7c982a6-c4ad-440f-9218-78907ef912af",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "volumes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "199bd4f6-b595-4c09-bdd0-964eb5127579",
          "name": "DEX protocol stats",
          "request": {
            "name": "DEX protocol stats",
            "description": {
              "content": "Returns dex protocol stats for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2e3cad9c-722f-4034-a8a8-8e71041139b1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"change24h\": \"<number>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"volume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d75e3668-4d5f-4c16-80d2-39694a0f6892",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57ccce91-6176-4af1-9465-b22f6ebab148",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9fac405-357e-40b7-a64a-61d06d38cc9a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f35c4b0e-a7e7-4c1d-b890-8b49e0d8fcaf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f2eeaac-4c2c-4676-b259-80c26cc1fe96",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b99fd40-3c52-4fd3-9dca-85ca7aea7270",
          "name": "Deribit options data",
          "request": {
            "name": "Deribit options data",
            "description": {
              "content": "Returns deribit options data for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "deribit"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d506df61-f183-4997-a842-8a260bbd536f",
              "name": "Successful response Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "deribit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 8062.368759131858,\n  \"key_1\": 8801\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3799f3d9-96a8-4f42-9f44-65033b53cb0b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "deribit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bc7a4ed-64c1-4b73-951f-159bfa895d8d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "deribit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c982a272-2937-4e7b-aa19-c42d151a4ce1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "deribit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b8004a8-837e-4673-b1bf-9643937de693",
          "name": "Options DEX volumes",
          "request": {
            "name": "Options DEX volumes",
            "description": {
              "content": "Returns options dex volumes for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "options",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cb01b262-a52e-4ed4-8b17-3d14004a5d44",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"key_0\": \"<number>\",\n    \"key_1\": \"<number>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ba94a6f-846b-4d2f-8c12-07342b02dd32",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a646854e-98d1-4484-8d9e-2774de1fb670",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a16cf6a-1923-450f-8553-982a3b3191f5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "options",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47e230ca-0a42-4bb0-ab4f-38b3077ba068",
          "name": "Perp funding rates",
          "request": {
            "name": "Perp funding rates",
            "description": {
              "content": "Returns perp funding rates for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "funding"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aa427a1e-a45d-4c46-849a-b96704448ad2",
              "name": "Successful response Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "funding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"note\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 6355.604531099486,\n      \"key_1\": true\n    },\n    {\n      \"key_0\": 718.3790570816151,\n      \"key_1\": 9618,\n      \"key_2\": 5280.6102964436905,\n      \"key_3\": true\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31c53929-d8fa-4886-bcfb-8944c4d5e869",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "funding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45dae96d-e91b-4886-b532-51858058a2f8",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "funding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b56ec9b-cedc-47cc-91ab-dfa16ae3933b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "funding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbc7c602-16d0-4ec3-adce-e9ce1a134499",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "funding"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ab5407c-ed59-48e1-82a3-d4a08b3a9573",
          "name": "Perp open interest",
          "request": {
            "name": "Perp open interest",
            "description": {
              "content": "Returns perp open interest for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "oi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "942b141b-3fda-4ebd-95b2-450e0e745a90",
              "name": "Successful response Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"note\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 61.84480271910875\n    },\n    {\n      \"key_0\": 8058,\n      \"key_1\": 9159.858327380394,\n      \"key_2\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ff6e308-d0ff-47d9-8060-21ab0604a4d6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74ab0df8-3269-43b4-aef6-a73c92d253af",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5569d27b-568c-4bbf-9f63-719c7ab50584",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffb906fc-8170-4ae8-9693-905ec5b96ebd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "oi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "319f6e1f-f162-4fa0-9e39-2c4875a8d192",
          "name": "Perpetuals DEX volumes",
          "request": {
            "name": "Perpetuals DEX volumes",
            "description": {
              "content": "Returns perpetuals dex volumes for the specified protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "perps",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f1e7271f-de10-40d6-ad86-fbded01cee3e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"volumeByChain\": {\n    \"key_0\": \"<number>\",\n    \"key_1\": \"<number>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c149dca-ec24-476b-9c39-df0e7969795c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd37f2dd-a0cd-4360-860a-8791ff29107b",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63a51dd9-9f05-4e05-b2ef-b8693148aca9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6f54251-d2c9-42d9-84cd-b3314e346164",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "perps",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb94b9c8-d723-49a8-8b05-5b754131bb86",
          "name": "Balancer stats",
          "request": {
            "name": "Balancer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "balancer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3e5081c2-8947-43de-b4a3-1231aac2964f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9b9db0c-06a8-43ad-8100-7077eb08b67d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59735a42-34af-46e2-a0f7-a755e9dee4c6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75b82eb2-6a70-4bc2-be33-8c5a39e9589d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32d94629-ab07-44c3-a7ef-b14ba1bbe322",
          "name": "Convex stats",
          "request": {
            "name": "Convex stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "convex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aec07abe-dd08-4a04-a726-7ddcc4a4e004",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "186fc859-4ac0-492b-902f-f5738e61a2bb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3465759-ea73-4f4f-aca9-0cf0358bc965",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abe7382d-e4a4-43e7-b88a-230b8a4f27b3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33752089-45dc-41a3-9f51-e1899c5d0445",
          "name": "EigenLayer stats",
          "request": {
            "name": "EigenLayer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "eigenlayer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7dd16d27-ee75-4290-aac7-2b4ddf1548d2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac9bd9ec-3d23-428d-a6b9-39b17b4f4406",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c335591a-0228-4d33-8afb-e07d5aa871ed",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3b8ea2c-adba-4af8-b887-e743d94e18f6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "14009a7a-3a2d-4c41-af1d-d67f9c17057c",
          "name": "Frax stats",
          "request": {
            "name": "Frax stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "frax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8a20c9c1-22b1-4c72-b9ed-f392c7ca8ad0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfcaf418-461c-48cc-aa67-bab41e715efe",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e8b9cbd-5811-4fdb-a601-db8e0bcc0a47",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9425cecc-e330-4af4-8214-f6e53abe614c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4da6b9b-bccb-405e-8d31-f25d1b1bc400",
          "name": "GMX stats",
          "request": {
            "name": "GMX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "gmx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "52cadbcf-2448-4a05-9866-888dd714607f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fd0bf10-06a2-4c84-ad87-ce796b2973bb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbd3f429-fd6a-4744-b59a-cfeee137c9c9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "306f3b09-57ba-44bc-8549-bf2cbda2b6a6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc05789d-9675-4170-b289-70d8b596cbda",
          "name": "Hyperliquid stats",
          "request": {
            "name": "Hyperliquid stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "hyperliquid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "77cd02db-cbe5-4c44-b0e0-e9f350d0616c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86c97bd2-57f3-4275-8173-76ca8c48364c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0c6b4bd-3fb3-46b7-a3d5-476694f719e4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9acd4374-fcb9-42dc-acf7-14f841c322cf",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "623202e8-7e50-4e35-9b56-460ae0f3c570",
          "name": "Instadapp stats",
          "request": {
            "name": "Instadapp stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "instadapp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9c2d62e7-4848-48d0-a2a5-c501540d27d4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "873c4fcd-4604-4969-8c74-81512acc54cc",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9be2fae-bc92-43b0-b270-0955919febe7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ea1baa7-4537-4d6d-b135-f78d9f4b5aa1",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d17ab69a-ca4c-4a0b-94a7-103fbfc4fcc5",
          "name": "Lido stats",
          "request": {
            "name": "Lido stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "lido"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "11913ba2-57c3-4a78-8686-ef45d185449d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39a3f6b6-35d0-4a2a-ba55-7fc2632b94d2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04a98bbf-464e-4919-b234-21f65f8d3dcd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "300539aa-62fb-4e86-9b23-0b53b4a6a304",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca52e7c1-976b-4776-be36-c9bf1a5cc4ec",
          "name": "Morpho stats",
          "request": {
            "name": "Morpho stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "morpho"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ea909ca0-5288-4aee-a0a1-a67545aa7fb2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71164eab-f167-46e8-827f-f29836c9e4cb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eef194e9-e3d7-4675-8a42-40bdbac171b6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a51b7a1c-7c5a-4111-aeed-0da88070372b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e0612ec-1bcf-4427-a410-d45058c0a6fc",
          "name": "Pendle stats",
          "request": {
            "name": "Pendle stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "pendle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1204fe7d-1c8d-461b-b286-dc9299f30ff7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8e29615-a9cd-4e86-9311-d6e478679d31",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c2e24e5-eb16-4cef-b671-fbf9d42d38a4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bc35228-338b-4440-9dca-74ad286bf812",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "411a720a-89cc-4b8a-b4b9-e53559dc588e",
          "name": "Rocket Pool stats",
          "request": {
            "name": "Rocket Pool stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "rocketpool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fde73c4e-6752-45d3-ac91-caf19df8c6e8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "497810cc-5b68-4e4b-819b-863b51d553bc",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f04dbaf0-aaee-46fe-825b-b1ee6b9e631f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35917d29-b566-4c61-85f1-8326cadbf273",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a89e70cd-7fc1-4eb5-a964-54461b93db1d",
          "name": "Synthetix stats",
          "request": {
            "name": "Synthetix stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "synthetix"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9872fa3d-e6af-42ed-9fbc-c5de535b712a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d69749d1-ed1a-4637-a9df-ec6054c1334b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cd51d11-70bf-43af-a46c-24e733da5cbe",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a015034-b1c0-415c-9938-b1aecdac280f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9af51352-f2f6-4537-97d4-ff54385e8c92",
          "name": "Yearn stats",
          "request": {
            "name": "Yearn stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "yearn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a89357ce-5a19-4f6d-8c39-c00a422efc7a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d25ea603-e181-4f97-8b58-127f04d7dad1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c515975c-e47d-4e2b-af99-594819f8cd4e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0abcfa7f-3a43-46d2-9acc-305c076e9595",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e69314ed-c2c9-4050-b1a1-7ac364953979",
          "name": "1inch Network",
          "request": {
            "name": "1inch Network",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "1inch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2593c74f-cf39-4379-985d-371a6dbcd041",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc5f79d1-3f7f-4e5e-8dcb-05def88c41ee",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6ee8807-057f-4ab8-86c9-2596ab3d64be",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57b6172a-0211-4654-bd2b-138a970fe8d7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3facdd8c-46e3-4e72-a2ae-c68ac8703e7d",
          "name": "Aave V3",
          "request": {
            "name": "Aave V3",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cd68ec57-84c9-4394-9e4a-41f05ea6b694",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ead8d8f3-a331-495c-9a72-7557e27c8456",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec912244-df09-4845-89c7-eadf63d7a445",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fe3a3cc-d96f-49c7-b286-f22014855a40",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5cd008b6-61df-4853-8e04-7c52020743aa",
          "name": "Balancer stats",
          "request": {
            "name": "Balancer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "balancer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "109f84c8-2d38-475f-a14e-c5f2d51fe82d",
              "name": "Balancer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74f73748-8713-406e-ad3d-872b219b4e3f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51dbe16e-a5f8-4415-a176-ff2d517630a6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "318870f5-7158-4aa6-809b-ee59af739e12",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ae1624f-8c72-486d-9723-82ea774144eb",
          "name": "Blur stats",
          "request": {
            "name": "Blur stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "blur"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0511a076-4cc5-46b0-b5d3-6274a933ae38",
              "name": "Blur",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da901d3f-3187-4bcc-9a9b-e87455ce850f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70f79f1a-cab7-442d-aef3-98691bde0387",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bbc02d1-66dc-4a3f-82d5-5baff1c9e454",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aec3a182-723c-46e3-8b56-4ec928991e50",
          "name": "Blur stats",
          "request": {
            "name": "Blur stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "blur",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e13be4fe-021f-4931-9c18-aa4b8ac357e8",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d96a3ff4-a857-4aec-b174-23e7e4962166",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72233659-ce69-4ade-8fbe-d32ce76c592f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55413241-5396-4cc6-9038-beeb1c620c20",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef565109-bfff-47c1-b507-76b3586bdbe0",
          "name": "All categories",
          "request": {
            "name": "All categories",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e36453a2-1515-448e-8fe6-7763befb093b",
              "name": "Categories",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"categories\": [\n    {\n      \"name\": \"<string>\",\n      \"protocols\": \"<integer>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"protocols\": \"<integer>\",\n      \"tvl\": \"<number>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec402c43-8317-480e-abbc-a8d9de4cf20c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b17b01d7-3650-4e0a-a6e0-516934eb016c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1c03f39-7972-4d2a-9d60-7651d7967085",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbef3715-9a27-48d4-9e1a-d86cd0ece4b2",
          "name": "Bridge protocols",
          "request": {
            "name": "Bridge protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "category",
                "bridges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dfa2c9fa-fb6d-4bbc-bcfe-10684f87a078",
              "name": "Bridges",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31cc591a-cee6-446a-96ba-bf0c5427f943",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9c835b7-07a8-4c0c-acf9-ea155f72f87d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab80c895-265f-4979-8453-c322c527cc2c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ab1c824-d6cd-4249-8483-2bcfecf1484c",
          "name": "Derivatives protocols",
          "request": {
            "name": "Derivatives protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "category",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "05550928-c213-4f6e-bdd5-f77856a71e5d",
              "name": "Derivatives",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "358c47f1-9161-4a46-932b-0050b70ce555",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "425d331d-294f-4f77-9987-2c35c9178c90",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40740835-10a9-46d8-a78e-515a2fb2388b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6f92f71-0889-4c3d-9ceb-e38ecbf958ae",
          "name": "DEX protocols",
          "request": {
            "name": "DEX protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "category",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "618a3379-a014-47aa-b09b-92eaabc7ae12",
              "name": "DEXes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbc8eaae-a136-4042-8140-010137f4ee47",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc414135-ad88-44dd-ab65-b06c15b69cd7",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "470f57b6-3a4b-4fc5-bb57-eb84dc2fc1df",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "942457ad-5278-4fd9-b514-47d09492e3e3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86fa4414-6424-4127-9b3c-8051778f76c3",
          "name": "Lending protocols",
          "request": {
            "name": "Lending protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "category",
                "lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3793dc6f-6260-4deb-85bf-9395214e3aa7",
              "name": "Lending",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9644c7fd-927f-4f40-a96d-208bf2c9d790",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1178c3aa-57a8-46f9-bb1d-83c75146efe9",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "266d39e6-d8ba-4629-b3a5-9900c37f1b1c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fe41957-b7a0-48cb-bd20-011ce2807e7a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fd7d3e72-6242-4343-9a53-01275afbaddf",
          "name": "Staking protocols",
          "request": {
            "name": "Staking protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "category",
                "staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5cbf31ce-fb7c-49e3-b9ca-315d75ec955c",
              "name": "Staking",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15ba0f46-e53f-4d87-a9d3-7aed237154c9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b61c3a06-bc7e-4f3b-b301-347512791340",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3543dd4-b8f6-4db3-b86d-6837934a5436",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a930189-f0b4-4bca-ab77-76869e7b8914",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5f1e86e7-eb7b-4ec8-8d1d-2f539052c43c",
          "name": "Arbitrum protocols",
          "request": {
            "name": "Arbitrum protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4a3aaa3f-7266-4992-a554-3b7dea4e9c18",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbfaae15-3717-415f-beca-f79dc9138f42",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "413869ab-863a-46db-93b8-7865f16c110e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e71f9f9-2de1-4211-8d86-e6670205e58d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0e43c3b5-1f25-4289-9a0b-3cfa132267b5",
          "name": "Avalanche protocols",
          "request": {
            "name": "Avalanche protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4401208e-c274-464f-a016-f8ccb690fa65",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7af42b46-c557-4b86-900a-93965733eda9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5a2e82b-6e52-43d6-834f-255ebdacf199",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d674393a-0d0f-4b83-9fe9-f07c8baee25a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a42d281c-9e03-4f5d-97a6-fa76b3b0f76d",
          "name": "Base protocols",
          "request": {
            "name": "Base protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1bb236f4-6f8b-43c1-a6ce-39cc1d0d84d8",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae65b30a-40f6-4d86-958a-2e69aa8254f0",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "749e1e48-1329-47bc-929d-63fec378567a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1faae448-a276-4bf2-94d8-9c5b53234939",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8190fea3-43e8-4c88-875e-d36beee34f95",
          "name": "BSC protocols",
          "request": {
            "name": "BSC protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "664a24c8-77a2-442c-baf1-e4621d0b6c7a",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0bf4ff0-4665-44bd-a661-f14b2cb5a91e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51e58ceb-b59d-4181-8ca4-0edbfc74177e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "031ad455-5eda-4e2b-be24-65ddbc077294",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3337d6fa-0253-4175-b5f8-c6b1cbdb6969",
          "name": "Ethereum protocols",
          "request": {
            "name": "Ethereum protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "223a40df-d7bb-4df8-909e-380af14fba96",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47a8728f-7d8e-42e7-859c-92484708f024",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd590efb-b6b9-4a2e-8f18-835f0ad87274",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebb833a3-e389-459c-8009-6ded1460f5f5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b9bea1c-9553-4031-800b-1f544106fa78",
          "name": "Optimism protocols",
          "request": {
            "name": "Optimism protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "49ae1f89-6b20-4f3a-b5c7-37155f151072",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b732ab4-236e-44cc-80ce-76cb19ba8d25",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee283494-ab7a-4e99-a5ae-cb33f27eefd0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e560ff42-60a5-48c5-980e-1dccacc735d2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c39a7a35-bde8-4a09-924b-67a6f9ff44ea",
          "name": "Polygon protocols",
          "request": {
            "name": "Polygon protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "26cd686c-ec71-45ab-aef7-94cf29682446",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6489ff04-81e8-4dbc-975f-764d3ca20b6d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da6ebf61-82af-4ee8-8e66-c4c941116a75",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a874a143-0f5e-4e99-8e3f-1f9e8a9ab766",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb83994c-b519-4a96-bee9-2e854a630fd8",
          "name": "Solana protocols",
          "request": {
            "name": "Solana protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a7831144-3d11-4354-92e2-8d3674c62592",
              "name": "Protocols",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "[\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\",\n    \"key_0\": 4032,\n    \"key_1\": 9937.577134737032\n  },\n  {\n    \"name\": \"<string>\",\n    \"slug\": \"<string>\",\n    \"tvl\": \"<double>\",\n    \"tvlPrevDay\": \"<number>\",\n    \"tvlChange\": \"<number>\",\n    \"chains\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"category\": \"<string>\",\n    \"description\": \"<string>\",\n    \"url\": \"<string>\",\n    \"logo\": \"<string>\"\n  }\n]",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b582de7f-da6d-4ae5-bf0c-4315b50a30f2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d5584da-fca7-48f7-b196-56b90c3eafda",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73115586-4358-4257-8a49-1c2463b07f6f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ffe7372d-ed94-4ab8-aa10-b6fdbe10c9f1",
          "name": "Compound V3",
          "request": {
            "name": "Compound V3",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4c7864c0-af2d-4a4d-aa7d-41bae117d994",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "637230fb-e5ee-494f-8098-cb9c66b5d03b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d62536ff-9d81-4d95-8915-c98d568cdb48",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9167374-598f-4383-aef6-286dd16d6288",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb1cbea2-4ef4-449a-913e-074b2419384d",
          "name": "Convex stats",
          "request": {
            "name": "Convex stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "convex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a2ecf30a-b833-4e77-8548-6796ab405fba",
              "name": "Convex",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cc60709-4d81-4d39-ad1e-71bfb2c2a59b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41696b42-9c0f-4abf-be07-4cc060ffdf3f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a84c306-3710-4512-8c0c-ea7d30b64f6f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2efe7274-8b60-47de-842e-22d177e76336",
          "name": "Convex stats",
          "request": {
            "name": "Convex stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "convex",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "24e028a0-cbcc-4475-95f7-34e7f75cc1a5",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "487d7eb6-ea58-4806-990a-714a1d009cf7",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "398e2135-41f9-4088-9390-60886c055a24",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1651ea1-cdc5-434c-99ba-1e4a1c5d82f4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db910c30-ee15-417e-b5f9-41c6fc55f838",
          "name": "Curve Finance",
          "request": {
            "name": "Curve Finance",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "40df8824-1f7f-43c4-bd0e-65c9ba920b67",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23bf8f6d-f8e6-47f9-b7b0-d10a2e62ad01",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8b65870-5148-407b-a08a-392b77efa4a1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb58a78e-0de4-4cb6-96f0-bd6b512eafdb",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f6001fb3-a1a3-4c07-b4ab-447cd729db01",
          "name": "dYdX stats",
          "request": {
            "name": "dYdX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "dydx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2ef8139a-4d93-4368-b73d-4a9966172efd",
              "name": "dYdX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29ce507d-f8da-483b-9eb1-541942432e02",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b92e356-fd0c-461a-b532-f47a42bd0d8b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98e3b32c-9287-4b3d-8ef3-b482880b3b33",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32de34e8-2d59-4e38-9576-9abe77226b37",
          "name": "dYdX stats",
          "request": {
            "name": "dYdX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "dydx",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1da938d2-d544-4b5b-9b26-c5ae4bbfbb71",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf7d1e1a-3a02-43ee-9e70-dd89bb7eaccd",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6729b354-a870-4943-94d0-30bee912f00c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e35d6ef-6fbd-4c0c-8232-d810c9f7af68",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "68ba464d-bc22-42e2-a671-a02c11eb4f3b",
          "name": "EigenLayer stats",
          "request": {
            "name": "EigenLayer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "eigenlayer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4d02baf7-76ff-42f8-8b8c-ec507090cdfb",
              "name": "EigenLayer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3ce4929-6b1d-4e44-a142-1e7994135394",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b05b4609-d937-49ba-a6c1-e90ac17f9f48",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3590f8c1-b708-4400-9aa4-10e9338dd15a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc261e82-d2cb-420d-9a6a-21fab0bbc755",
          "name": "Ethena stats",
          "request": {
            "name": "Ethena stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "ethena"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "10e52221-e6f9-402d-9e90-a28009cd3d12",
              "name": "Ethena",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa5d6773-0ee0-4fd0-8faf-d97e2d2946bf",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95824eff-df8d-473a-b685-58e9e2800c35",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a08fb10-1c7c-4740-b0f6-8a3e93a2e9af",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e92506c-6abe-4561-aace-ef9cc30541b5",
          "name": "Ether.fi stats",
          "request": {
            "name": "Ether.fi stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "etherfi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f41187b2-6152-4d1d-b3ad-55afbbf6ecdd",
              "name": "Ether.fi",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfd830a2-53a4-4dd6-9b26-7f20c496e567",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45854280-564b-45bb-a2a4-980961afbf9f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18623ffc-0cc5-4c29-811b-726663e1b337",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "599930a2-a1c4-4965-bf54-b8a5d2776d41",
          "name": "Ether.fi stats",
          "request": {
            "name": "Ether.fi stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "etherfi",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ea01beb2-ed89-4497-99df-f39862403a77",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d91b0d64-72c5-4b06-9311-b1d489c1669c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "450d91f0-7c2c-40e1-837b-b46e34b58247",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d657c27a-7ed7-4a05-97d0-f4a733af0636",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ff6ab3e0-fb61-4fd1-b610-1e69e6e994a7",
          "name": "Euler",
          "request": {
            "name": "Euler",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "euler"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "78969eef-f606-4942-962c-67b45bafb743",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd7cfb82-c7ca-4e36-805f-4808117c6588",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "738a3d9e-4724-4a93-ae02-b76587670623",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13de1c3e-a5b4-4a32-8154-1f1d921b5360",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cff75ab0-6ac9-4f61-9379-2fe8499c1f92",
          "name": "Euler stats",
          "request": {
            "name": "Euler stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "euler",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "173978fc-5461-4a43-b057-6bd1c0a8871e",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f1922d5-10bf-44ce-9aca-20c1a33ceacb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9f93fdf-d752-470c-b988-5f429eeff5ea",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c029f1b-9c3c-4509-ab3d-0ac28179a989",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c01ab94-2e37-4cbf-9af2-f386f109d4be",
          "name": "Frax stats",
          "request": {
            "name": "Frax stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "frax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f3875c5a-9638-458a-b021-cb774992553a",
              "name": "Frax",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c98318c5-fde7-4485-8e9a-5fe014b4a939",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "766532ac-bbf7-4883-b4e2-9872152f2af6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b7057f3-24cf-4723-b7f7-0f7c64ac64b8",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c2cf9808-e86a-4f00-8548-14e5a2b72e51",
          "name": "Frax stats",
          "request": {
            "name": "Frax stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "frax",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "995c3e91-516a-4c4c-b4df-6315eee8fce2",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "543dd34d-44c6-4ed5-8f90-c40fc1caf95b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1402fd09-6cc1-4a34-b404-91a7fb7883c9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d861c47-3489-47b1-b7a5-dc92508f5270",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49c0e9cb-fb85-4d5d-a361-366c0d742419",
          "name": "GMX stats",
          "request": {
            "name": "GMX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "gmx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ae9f727a-325e-4391-8818-a6d2fbce51dd",
              "name": "GMX",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a778223-32b6-458a-b636-7fd76e2ea5e8",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd1dcff4-fc95-4ccd-99b2-5f558c285cc6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17f3d27e-03e7-4286-80e3-538f10b6369b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bd422bb-505c-43a3-aac8-694759097efc",
          "name": "GMX stats",
          "request": {
            "name": "GMX stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "gmx",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cd2db253-0ee6-4e32-adad-85c67c1564e6",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5fc68f7-00aa-468e-8f8b-b57923b1c24a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45fe671f-8942-41e1-aec1-8fe7a85c6d24",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea6a6e29-8a82-4178-9d43-701b67b5ed32",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a9ded10-b166-477d-a1bf-120d1716181f",
          "name": "Hyperliquid stats",
          "request": {
            "name": "Hyperliquid stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "hyperliquid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "525787e8-7c82-4ace-83e7-28c38ad61d91",
              "name": "Hyperliquid",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30ec9c22-787d-46d3-9c92-0352e284cdbe",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfa338f6-3c31-4b94-adcb-2d0f1fbe714c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5268a63c-25e0-4fba-ace6-4a8a4a7ad078",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "hyperliquid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "667b7991-cdf7-4e69-9e06-8cb170f22eba",
          "name": "Instadapp",
          "request": {
            "name": "Instadapp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "instadapp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b3935d17-8ecd-4b1e-b1e7-4693756866e0",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66025b1b-54aa-4567-86ed-80f1ff52e3de",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b788ca6-fb0e-402f-b883-46bbd6ac0a59",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b078507c-49e9-49b0-a9e3-43a9c59b4485",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df05139a-2135-4511-8e7c-b0b015e51c2a",
          "name": "Instadapp stats",
          "request": {
            "name": "Instadapp stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "instadapp",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9bc4bef1-17f0-4af3-8d3f-1c311ae7b147",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21bb65c5-92a3-41a7-a043-bf233244f097",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4d337f1-109f-47cf-b45c-d75f629c3fbf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc8f904f-72f8-48db-9100-b429e42d8528",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b75c4008-2e9c-42c9-8fa2-f5916a5fbcf6",
          "name": "Kelp DAO stats",
          "request": {
            "name": "Kelp DAO stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "kelp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "39cb69df-e8fe-477c-a8a6-506ca4375d06",
              "name": "Kelp",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69a0a7b4-7487-425f-9654-9155a87efb10",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1779c746-a82e-4805-a559-13efdddf6483",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d6d882f-9997-4f61-9895-e434548aefe5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c34dc132-332f-400b-ac52-029e7615e558",
          "name": "Kelp stats",
          "request": {
            "name": "Kelp stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "kelp",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "64b73d30-b3d2-48dc-a997-b9f03d3c1031",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a72f827-3720-458c-a302-468673f0116c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2c4d107-5a52-4720-b348-b185364cd573",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82c9cfbb-fd16-40fb-95ec-24f732c8deaa",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "198b8d19-ef59-4cea-8b97-d2fc29d7f981",
          "name": "LayerZero stats",
          "request": {
            "name": "LayerZero stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "layerzero"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "415ceb0e-53f3-4f76-b41d-f85daf05efb1",
              "name": "LayerZero",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81d9c758-eab6-410b-91b6-c2b6c847942e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abe1826d-377f-438e-82cc-a99bb362770d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e07f67ad-ca95-4b35-82c0-db0e2f7144c7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b5b4329-4a71-4d3a-98ea-6d17fc822300",
          "name": "LayerZero stats",
          "request": {
            "name": "LayerZero stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "layerzero",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1b740ff2-eb96-449b-a898-23c1c95bb9e4",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c4a021a-c636-42a0-b8f3-41691a89f768",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "202ef679-af2b-429a-ae20-ea899d9f3171",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da79d162-6be3-423e-a0af-09a2d4a0378a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92a297e6-5661-4d46-992e-0d34111596e9",
          "name": "Lido stats",
          "request": {
            "name": "Lido stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "lido"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f08c2f51-d2c2-40a7-9676-b7b5e0dc379e",
              "name": "Lido",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5feb9b2-6f5b-44cc-b20d-7e59c0a86bda",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0610cbbd-66db-4d31-9841-1455025a993e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "510343d8-b801-4e0e-9e13-9d76ac023bc7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "504f5eda-4196-4915-b77c-09ab2864ca11",
          "name": "Lido stats",
          "request": {
            "name": "Lido stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "lido",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4e4f778f-6f17-4699-81eb-78f3f94bdbcb",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5c995ac-d634-420e-8153-74e1b724e880",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4687ffcf-b914-495e-af45-87c735fba86a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b95b82d-8f8f-4d8f-b4c6-6c3a63d05352",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00cd49f3-42c6-48a8-be9b-8269c4002e7a",
          "name": "Liquity",
          "request": {
            "name": "Liquity",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "liquity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "dcc321fb-542c-49de-998e-c50bac0504d2",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "918aea4f-3dda-4368-b275-1af46083a96a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a94db814-1fa1-4bab-9463-76fecfb75aa3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9478fd3d-a9b5-4a96-a1e4-387c874a6ba3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0cf57bb3-4a3f-411c-b04c-9d70c515d4d0",
          "name": "Liquity stats",
          "request": {
            "name": "Liquity stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "liquity",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "424b618d-78c5-44c7-94ba-a0d067484fec",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d33bc9c-20b3-4df8-a447-d960f4e70ef3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1dcef9a5-1fde-49b0-b4d3-e87a5aeca034",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "053b8404-c897-4270-874e-7a3ae7dd266e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b5ff5e7-9e80-4378-a904-38861fe67af0",
          "name": "MakerDAO",
          "request": {
            "name": "MakerDAO",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "maker"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5bfb10eb-782c-4e66-8647-725d2aa189ba",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd8ef0a1-60b8-45e4-9dd1-81532a48ae7a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97e3fbe7-2e27-4852-bc41-5c8a88253cfe",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e035752-925c-4502-845b-e62f61252bfd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7af3786-deab-462a-892e-d2bd2253f596",
          "name": "Mantle LSP",
          "request": {
            "name": "Mantle LSP",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "mantle-lsp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "90036d2e-4751-40bc-b59b-71a63679f1cf",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bfaee0-c731-4bf4-a647-acc84bd6f15e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af27924b-b461-45f3-b101-da01ab9c060d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dfdd19d-f9df-4537-b8cb-116d1cbc7883",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "91c1073e-a41c-48d5-ab2c-a6bfe3e038ef",
          "name": "Morpho stats",
          "request": {
            "name": "Morpho stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "morpho"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ae9b771d-c72d-43a2-86f8-a7dbe8d774de",
              "name": "Morpho",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1566380f-e53d-4024-99e3-5567ed6902bb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98b12c33-2735-4532-a027-2f00d3911c27",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d39f59b-273e-4190-a8fc-39fd55bc161e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "631e5dab-88d7-4cf5-bb93-e0a3f5421ee8",
          "name": "OpenSea",
          "request": {
            "name": "OpenSea",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "opensea"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f8a697f1-6f20-47a7-9247-486a015ac766",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53346e0d-b3d5-459d-b894-91448ae3054d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9134a098-0ec3-4a94-bad1-ff86f15e2fa5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55d75e3f-6076-481c-9a17-183d3922822d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99f4f7a1-f6bd-4c0a-b925-80d460b4e24b",
          "name": "OpenSea stats",
          "request": {
            "name": "OpenSea stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "opensea",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8624eb2e-bbd2-4a67-a3d0-5a6e47cf12a3",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "047bace6-2ddf-4d52-8f72-a52952b430b6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8c4955d-d834-42f1-bcc6-edb56a51dd49",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5188ea79-29bc-4725-8211-0a83911d8200",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3121d90b-89b6-4ae6-9853-1c5e445a8092",
          "name": "PancakeSwap",
          "request": {
            "name": "PancakeSwap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "pancakeswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8c7f56ae-21e0-4e40-952f-5c63043985ef",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eccfbec9-7188-4667-9471-51e282a9663b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94ddbac0-57e9-47af-a5a1-1738e37d225c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14a3c034-9c80-4da5-b226-fa2f5750fa79",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aaeb711e-4ffc-4038-b623-b2214bf5c090",
          "name": "ParaSwap",
          "request": {
            "name": "ParaSwap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "paraswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d3f59324-e513-4735-ac24-c1c517731063",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a238aeda-4e9a-46a1-a7fc-e787cfa2b193",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d1f5dd2-ce4a-4cc2-8f60-feefc3678ab0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22a231b6-ad31-4c64-b656-8a8f1d2d5b40",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f58b739d-cb40-41f5-8c92-82c2fb9584ea",
          "name": "Pendle stats",
          "request": {
            "name": "Pendle stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "pendle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ba643fa5-056e-46da-b827-c22439a2d7e1",
              "name": "Pendle",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21b88bf5-d0c3-41cb-949b-1318cb62425b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82f4d83a-d0fa-4bfe-ad6a-9f413f851f2b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c9f15c9-7262-4b88-a82e-6225e82c1eba",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d55d69e8-423c-4c07-93b0-cb379e6b71ec",
          "name": "Pendle stats",
          "request": {
            "name": "Pendle stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "pendle",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4a9f218d-d7a2-4964-bb81-ec592829ccd3",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e2a84a5-6f4b-43a7-a886-585d7a9f3b86",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8061b463-2c25-4c86-aed4-a31831bdee4f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "166610d5-5496-4a85-be92-aa49426752a4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54c845a1-e7e3-4ea6-8b16-669337b4118a",
          "name": "Polymarket stats",
          "request": {
            "name": "Polymarket stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "polymarket"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e6363c3e-c1db-46a4-97ce-df0928250a88",
              "name": "Polymarket",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62967aea-c575-4767-a1f2-852f122effb9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73637303-9142-43c4-9aa8-748e773e3ae1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8175d8a3-c162-4d1b-8738-e94610f46b34",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f13a2e79-2e41-4ded-a6f9-b3f0369de600",
          "name": "Puffer stats",
          "request": {
            "name": "Puffer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "puffer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "49e3ceb5-f5c4-4812-ad87-58816c10e544",
              "name": "Puffer",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "634b3d48-be71-40ba-a4c9-4dc9fe1cea61",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8adbe42f-b164-4a7f-afb5-56eba9db06c6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "553e3aa5-566a-478c-b815-836b2a1f1405",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4dea4322-4ae2-4011-bb7b-bdfdeeed3b44",
          "name": "Puffer stats",
          "request": {
            "name": "Puffer stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "puffer",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "07fe9c26-d123-4f1b-a01e-668eb65e2cea",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1aae257-89d6-4ed9-896f-e300529c5347",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79477ef5-c5e7-48fd-aefb-6464febc5e20",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "092affdc-1689-418f-bde2-1d7710cd3411",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4ecfa04-eca1-4837-a07a-33d255c1f6c1",
          "name": "Protocol by rank",
          "request": {
            "name": "Protocol by rank",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "rank",
                ":rank"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "rank",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ranking position or type",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d71c177b-5b84-4bcc-9065-82bc1d2d5e16",
              "name": "Protocol",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e865f32-1d57-4db4-894b-1d51de844e2b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5788980f-3686-492d-959f-d68346d2e968",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7952c7f8-f46c-4097-8604-a50be42ffdb2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "067dbbb0-11a1-4469-8e73-5e02afe2195c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ranking position or type",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66523d70-54f8-42cb-9d66-28737543632a",
          "name": "Renzo stats",
          "request": {
            "name": "Renzo stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "renzo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b72f6690-6669-45cc-8850-b60350a59301",
              "name": "Renzo",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "038b84b0-dafd-49c0-94b4-85a2121cb7dc",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f57d5b9f-2782-4d8f-8f8e-392b7fb12fca",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01037e63-dc03-485c-9b2e-681f78dd1cfa",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dcefa146-28f6-4c1b-8a11-3c53ca51f64d",
          "name": "Renzo stats",
          "request": {
            "name": "Renzo stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "renzo",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2a8b7eea-fe16-4ef6-9629-657e11c5baf2",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20781c54-5f99-4afb-8bdd-1ecef6886ee6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f13e02e-350f-4c90-a89e-f78c99baceb2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4367b4c3-aaaa-436b-be1e-2feb3f28ec18",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "925a1ac7-a9e3-4413-8cc9-4b6874bf4b67",
          "name": "Rocket Pool stats",
          "request": {
            "name": "Rocket Pool stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "rocketpool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5291f614-ce84-4860-a1dc-fad3028f8534",
              "name": "Rocket Pool",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df96d1d0-cba7-47ed-993e-a8147c366030",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3092f451-e2a1-42f2-bb58-1b56b1a0ae2c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c047c97c-1012-4c45-92d4-39ea58900664",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c89f0522-e36f-49d9-aae0-18b5f480a58f",
          "name": "Rocket Pool stats",
          "request": {
            "name": "Rocket Pool stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "rocketpool",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "24500e22-1f9f-4906-90a7-69bea1ceeb16",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f7d56e5-da31-4646-96d3-f5414ee0f3de",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad9a572b-1426-4fbe-b5fd-44e361cc71cc",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41e56994-43e3-401e-9ee9-ea6eea4bbaba",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b1435c55-0b86-460a-b06e-c7f66982975a",
          "name": "Search protocols",
          "request": {
            "name": "Search protocols",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query string",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f67a058c-cfa9-402c-be47-0ef3e3877194",
              "name": "Results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f91f42b5-a2ed-40c1-97ca-c4f4265f3554",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42eca5d5-d99c-49dc-8979-d54f3b96de68",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b65ea705-5275-40f5-a01d-ff5c316eda0e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "06c096f5-937c-4e23-bef7-31a98a1cb4f2",
          "name": "Stargate stats",
          "request": {
            "name": "Stargate stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stargate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8aa7029c-3c5d-4396-ae79-463453b2a3f4",
              "name": "Stargate",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9de33ad7-3f2e-43d1-a63c-ef0baf233a8a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23bdd294-266f-48a2-ac06-06021d4398c7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a8675c8-3154-4afd-932a-adca19794ff5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aca5957f-d83d-4d9e-ae9a-f817df86c84b",
          "name": "Stargate stats",
          "request": {
            "name": "Stargate stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stargate",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c103682b-f51d-425f-893c-8b8d7c9b4620",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2456b22-5a40-4d1e-bdec-6e277b4e1a98",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29235e61-2ecf-4473-bc26-f3a2a53a6004",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdd93c53-ca49-4c0e-9d0d-1be86816bfd2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "297c8b9b-749d-478a-b7e6-7749e12352df",
          "name": "Aave detailed stats",
          "request": {
            "name": "Aave detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5b6a689c-6c64-4a65-beee-d3b524df3cd9",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38508115-d6cc-4c48-9f4f-2d1c17299cbd",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5c752a1-d655-40f1-a424-d38aea50371c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67a9689a-cb74-438a-bc6b-2a6019f1cfa5",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e8cd28a-11dc-44c4-b452-8abc47c2841f",
          "name": "Balancer detailed stats",
          "request": {
            "name": "Balancer detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "balancer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "17429d06-43e9-42cb-b5d5-db3cc0d76356",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c78d767-3f77-450f-bc4c-f74c612da6ed",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b041e205-091d-4b49-aeb3-08314468650e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e06230b-ecde-4be5-8462-3b9998e74814",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "balancer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d1c2d651-2ab5-4b3c-ac51-a32b41bcef8e",
          "name": "BENQI detailed stats",
          "request": {
            "name": "BENQI detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "benqi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9abb5afb-47d3-48fa-ac1a-17874bd7d9ae",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a42dd28a-8414-4b3c-8e1e-c5da33bf5c78",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6bdf6d0-c261-4677-a0b6-6a24eaa521fe",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f782fee0-5d90-40cd-96f4-a41a7320ef23",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "benqi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d034a217-816f-492a-8981-2f8e1c59442d",
          "name": "Compound detailed stats",
          "request": {
            "name": "Compound detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "540b86fa-1d3f-4322-9e04-b6ae226ff047",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2b83f23-6bc1-435b-bbc6-b92fa3b53030",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c934269-beae-4ccd-a57b-3e7bdb279041",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19036a96-b573-4432-9687-e6ff4f5bddf7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2b8fea5a-ca2e-485b-9d7a-f4c833c745c0",
          "name": "Convex detailed stats",
          "request": {
            "name": "Convex detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "convex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e183e67c-47a3-4152-b39a-76120312d485",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd02e00b-c049-4894-a072-b789f1371cd3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2457c70c-0541-455b-9b9d-f65cae634e78",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87fc6ec6-567b-47db-99cb-bbb323b8e684",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "convex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "651005ad-b75d-4a19-a77d-e1505d9d0c39",
          "name": "Curve detailed stats",
          "request": {
            "name": "Curve detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "99edae74-4f6c-4e5f-b54d-04007abb3fd6",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5db1fd26-0925-4093-90f0-a7983c46c9f9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40e10d59-90d9-45a6-9bc8-c02b8309fc8f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84f814f8-9017-4db9-80c1-7a0314bcce49",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c81873a-04cb-4718-80cb-fe9adf49c8e1",
          "name": "dYdX detailed stats",
          "request": {
            "name": "dYdX detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "dydx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4d7aea2e-b86b-4aac-81cf-9a238ce491fb",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57881245-f427-426b-bc71-778e6b007b00",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57a30a38-9e4a-4f20-934f-d0400cd5a727",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92a68a24-cbae-4496-b714-9e56464ead48",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aadfeb3f-0e02-45b0-9f0e-1c51b504853c",
          "name": "EigenLayer detailed stats",
          "request": {
            "name": "EigenLayer detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "eigenlayer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7e0aaa35-0fb8-414f-954e-d554a9695b43",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "003673a8-8820-4ad0-bb14-0ffaa081d61b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb1d8fcf-db80-45d2-a3aa-e1d45d250536",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d7eb11e-3300-4969-bca4-da6ba2f03178",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "eigenlayer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4bb3911-7deb-4106-9a9c-433274308a22",
          "name": "Frax detailed stats",
          "request": {
            "name": "Frax detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "frax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bd4e3a53-ab26-47f8-aa2f-581b1fc31dcf",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7b216c9-b636-4386-ad8f-aa4380f986ef",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e505c068-7f64-4239-b6c6-a3bbbf7c2bf8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62634990-bb0a-439d-9e67-2b73e88f8eda",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "391e3a24-69a7-4424-9016-e2fb36f948dc",
          "name": "GMX detailed stats",
          "request": {
            "name": "GMX detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "gmx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "803351b6-c9e7-4087-86f5-46c4cdd7e445",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "224c0cc5-0eeb-48ec-a2f0-21fced876200",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e0241f8-3324-4cb5-bd65-ca2e36de8fd5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54f25518-3c9e-4476-aa59-6d2ece219b96",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "gmx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f1423b4-ba5c-4a85-b876-5ed06b07bc74",
          "name": "Instadapp detailed stats",
          "request": {
            "name": "Instadapp detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "instadapp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c2f9dd70-de5f-47e5-b5f7-634219320751",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d622ee77-dd42-4b71-9b88-fd60c428983b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fddc89c1-8358-477c-862d-3211f2c63601",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dadb3641-1339-409e-831a-e80c37d835ec",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "instadapp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c0d6b19-273b-4d5e-a28b-92ed3594769c",
          "name": "Lido detailed stats",
          "request": {
            "name": "Lido detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "lido"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fc3f1a80-07e3-410b-9ffa-53ae033461c2",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ff0074e-4602-4416-801e-b2ef28811d08",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a47b4e0e-7cb3-4b85-a446-d322db135538",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed77063a-183a-4070-9da3-a87ec08181d8",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "lido"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d6d3f6d-50f6-4b87-8617-f3525015d36c",
          "name": "MakerDAO detailed stats",
          "request": {
            "name": "MakerDAO detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "makerdao"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0cd517e5-89fb-4a38-8ef7-23b0fc3ba532",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dac3f9df-7890-4324-853e-59008ba4eb23",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a5eac47-7ceb-487e-91a5-5a1c1ece7f68",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c41207aa-6f0c-47ff-8d02-9fd4e48b68eb",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "makerdao"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0e88085-c0e4-470a-87f8-aa5420a78d65",
          "name": "Morpho detailed stats",
          "request": {
            "name": "Morpho detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "morpho"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a3452f12-e24e-4ec6-a443-979b923697bf",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b72e5e8-c334-43b1-b351-add5126a6115",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e37c33b-4b4a-43d5-9c09-0c1a30ecaf74",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2c2f248-02b0-4b7b-8b5b-e36fc7b70cb3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "morpho"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "714a8294-a17e-4614-9ad8-ef45b8947aa2",
          "name": "PancakeSwap detailed stats",
          "request": {
            "name": "PancakeSwap detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "pancakeswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f3163d72-53da-498a-9447-6adacbeeaa8d",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2c72a45-becf-4595-9f2e-094633b74148",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec6665a-5886-4fb6-91eb-528391d6c7de",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a3bb397-50fa-44b4-bd76-74c042f7ddfd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3899f403-a125-4a39-9411-e71afaa9f176",
          "name": "Pendle detailed stats",
          "request": {
            "name": "Pendle detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "pendle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "df0a29d8-950e-47a6-8563-240fb3ce7567",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c080dfd6-9f7d-4218-a459-a84847ea6586",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9ebd628-9b7e-4b79-962a-6197dcce8401",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8471d1cf-1297-41d7-9019-251d1a59f2ff",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "pendle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f391cc89-c39e-4ba6-998a-0cadf7a922d4",
          "name": "Rocket Pool detailed stats",
          "request": {
            "name": "Rocket Pool detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "rocket-pool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e66faa6d-aa33-4319-9817-0941c2dc8a4a",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "rocket-pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c6ffd3d-0fd2-49e1-bfdb-a738290a37f2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "rocket-pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04812401-fbf5-4be3-a2d3-dc4cfbad02aa",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "rocket-pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34bf2a88-b7e9-42be-9559-c02db1647692",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "rocket-pool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c78945ae-09e6-4718-ac06-f19485076c89",
          "name": "SushiSwap detailed stats",
          "request": {
            "name": "SushiSwap detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "sushiswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "86658e95-6191-4bfb-9612-339411cff74d",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7501456d-7daf-4073-9aed-23af295c3c7d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db023b8e-7ba4-4e31-a85e-3cfbbddf497d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a83c2bf8-d419-458c-abb1-75cb36e30019",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b82fe8b5-a1eb-4603-abfa-1d3bf24494c2",
          "name": "Trader Joe detailed stats",
          "request": {
            "name": "Trader Joe detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "trader-joe"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ac842da9-27ab-43d7-8090-4221ac52f5c2",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "trader-joe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61b4f266-44c2-486e-973f-b4bc188486f6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "trader-joe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f9557a6-7d0a-4371-b83b-35b82efedbc6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "trader-joe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9747124d-f9b4-4579-a2f9-75ee1fd875bd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "trader-joe"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f7d0c1a2-6c04-4190-8fcf-a9d71c76f3a7",
          "name": "Uniswap detailed stats",
          "request": {
            "name": "Uniswap detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "uniswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "96d38ef1-41f6-456d-ae28-0baf56452143",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82852319-db4f-419c-a1eb-a95e89fc07c9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7a8ed86-c139-4e8a-b673-958b66bda50d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7735f0b-f9c7-44b2-acdd-3254eff03b56",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "453d2124-6777-495e-a52b-e59e4b651fc3",
          "name": "Venus detailed stats",
          "request": {
            "name": "Venus detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "venus"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8f80f331-5d1f-4dcd-8f0f-871e977f3040",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b83ba328-d3ac-4cd2-9346-9fcc4559b155",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a3d78c9-38b7-4202-b150-4b55a262ff3d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be431423-763d-4601-b114-eb75c2c95f98",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "venus"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bfa7f303-8057-43fd-aa86-93ec249b88ec",
          "name": "Yearn detailed stats",
          "request": {
            "name": "Yearn detailed stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "stats",
                "yearn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2d2f19c3-a58b-49c2-ab43-ac98ac1fbb57",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce1f9715-0990-4b4e-a327-2366733af27b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59655535-476a-4bb0-a682-37ea79e328ab",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d501f1e0-8005-4e24-9834-b1b3fe104ba3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "stats",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "497e8dbc-f270-4613-a228-c9ed1a9d77b7",
          "name": "SushiSwap",
          "request": {
            "name": "SushiSwap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "sushiswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8ae13474-fa6f-494d-a26f-e20b0249f2fe",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6149080b-4e5e-40f6-8cbc-76ae407f39d2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fe457fd-65d4-4adb-91c9-0a5b0b32212d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "609496a4-53a7-4f55-927f-13879aa02ed1",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b78f40bf-d932-41a8-9cea-0e0a975bf3f7",
          "name": "Swell stats",
          "request": {
            "name": "Swell stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "swell"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "29c15ad5-5740-402b-9d07-cfd242704566",
              "name": "Swell",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56c1227f-e575-48d0-a032-a87bd2d794e1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ec62270-0e6f-4919-8ede-d7d60e456a13",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d999e89d-58d4-49c7-8f8b-fc2ea9abc387",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05a926b8-3089-49af-a7cd-0038521b274d",
          "name": "Swell stats",
          "request": {
            "name": "Swell stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "swell",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ed873f88-81c4-490d-b608-d64c043fb0dc",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20129f2a-025f-4dc9-83d2-5a808dc6d669",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c204c098-c280-4108-855f-9116a2f4f1cf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77d97514-b666-450e-86f1-f797cbdbbebd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "179c7f98-95bd-40f6-89ec-6e28c3e89108",
          "name": "Synthetix",
          "request": {
            "name": "Synthetix",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "synthetix"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "123e8349-72d8-456f-b2e1-0f40c95fb0a0",
              "name": "Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6edfd1d9-0bb2-4d35-9ffa-136d10368f5e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97d3ddd9-247e-4b2f-9e36-4717833fa3c9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a041ce6-837a-4324-abb3-2c42bead0c1c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "synthetix"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b056614-dc45-4bbe-b11d-759c2f246ee8",
          "name": "Wormhole stats",
          "request": {
            "name": "Wormhole stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "wormhole"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2b55f44e-e5c6-4ba6-8e47-2994dd6e426c",
              "name": "Wormhole",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e4b6967-d9a9-48db-ae45-d8f36ab5a429",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8601f91-90f4-409a-aa78-61d569cf0140",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "764b9580-5782-4277-8949-2dc325e37a96",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77d17cf6-0c41-4a0d-8f77-efa947d14acb",
          "name": "Wormhole stats",
          "request": {
            "name": "Wormhole stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "wormhole",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "67583bc5-01f3-458a-bfff-db6dac3c18c0",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5956caa5-282b-4f38-be8f-1d6bee7f4a50",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "864c1083-c428-457d-ab2b-7a31676dedc9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42a65d4c-aa7e-4741-9300-f2047632a977",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "689005cd-d73c-4724-b2e2-5ca8ee87c5fb",
          "name": "Yearn stats",
          "request": {
            "name": "Yearn stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "yearn"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "892a0cca-8741-411e-9a39-fefd888ae87e",
              "name": "Yearn",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1429c8b-bb29-4f4a-bbe7-d9a3892127fa",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "def3f4d7-a843-42f0-8219-b57c9990ee22",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fb190f5-974c-4969-a6c9-619396c935f0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f528cd7f-99fd-45e7-8074-c62326243ac9",
          "name": "Yearn stats",
          "request": {
            "name": "Yearn stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                "yearn",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "281c7e23-e66c-43e0-acd7-d08bbe532373",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocolId\": \"<string>\",\n  \"name\": \"<string>\",\n  \"totalDataChart\": [\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    },\n    {\n      \"timestamp\": \"<integer>\",\n      \"value\": \"<number>\"\n    }\n  ],\n  \"totalFees24h\": \"<number>\",\n  \"totalRevenue24h\": \"<number>\",\n  \"totalVolume24h\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1327dabb-df48-48d3-b910-834de1a91303",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5668c593-458c-4a3e-81f9-3ee206198b03",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83148873-7bd5-4ca1-98fa-bc015549a051",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6271db47-beb3-4dc4-b6b3-56d474be7724",
          "name": "Protocol details",
          "request": {
            "name": "Protocol details",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                ":slug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) URL-friendly identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d8c8609a-7e1e-4b4d-88d2-bc5214a31134",
              "name": "Protocol data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47d7df24-e338-4229-a68c-389ec40205e9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce8ed5dd-827e-4fc7-a5a4-1e4bc41bf552",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e225e47-f522-4e95-b415-ab07a6bc4ef3",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cc27d85-52fa-4600-8e85-5de82f1f5484",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "131c8073-797d-4d24-948e-07b7e91537ab",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "152f0503-8e39-4b24-8ccf-91e3fd6d9d02",
          "name": "Protocol chains",
          "request": {
            "name": "Protocol chains",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nList supported blockchain networks",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                ":slug",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) URL-friendly identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6aa3fb9f-7a67-4215-9279-391fc8848de6",
              "name": "Chains",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec4d5d8a-c1df-4004-ad85-27db2d848cc9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "979bbc45-ed98-4f1c-a60d-ce509b8f14a0",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "879ecfea-e72e-4929-85a2-78aeb8b94703",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00534970-fba1-448b-ba06-089a862b0556",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d78be6c1-7641-4f4c-85e1-4af0b0f1dedf",
          "name": "Protocol fees",
          "request": {
            "name": "Protocol fees",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                ":slug",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) URL-friendly identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "acc15638-fea5-4b55-a594-b2250d58ce68",
              "name": "Fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7d41e2f-c35b-4fa8-b36e-d8940c4c85aa",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8987e16-9cce-4999-ade1-a4bfebb4100a",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df2fd58b-e72b-49d7-88c0-678c14b8cbb4",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c20fc403-1283-4b5d-ab4d-ed900736eda0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aea11cf1-4e6e-40f3-8eaf-81d9741655b3",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a52c9f5-6791-45ad-b95d-b82e5426842d",
          "name": "Protocol revenue",
          "request": {
            "name": "Protocol revenue",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                ":slug",
                "revenue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) URL-friendly identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f2520b42-330a-4246-b9ba-5aa43e76f61c",
              "name": "Revenue",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"slug\": \"<string>\",\n  \"tvl\": \"<double>\",\n  \"tvlPrevDay\": \"<number>\",\n  \"tvlChange\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"category\": \"<string>\",\n  \"description\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebfd3185-5677-4135-90f7-3d2235991e0b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d905102-3b49-494a-af56-ebf14307e1df",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2bfb218-6a20-41a2-b1ec-6ac6e45c8214",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e42d626e-aa1f-40e8-bb5d-c7debf9584c7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0767aac-5d79-4cf3-b630-8090edab7935",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b8cf891-b32d-4c9b-a7d5-ad0ad3ac1642",
          "name": "Protocol TVL history",
          "request": {
            "name": "Protocol TVL history",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocols",
                ":slug",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) URL-friendly identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f98db4e9-11a6-4e40-a1ed-7dc520ead7ed",
              "name": "TVL history",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f53e88a8-0dce-492e-9095-79379a370f40",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e770bc16-863b-4960-9cd5-4856d6fe8503",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a534124-50a8-4723-9ce5-d31f4546126b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80cdce34-bf41-408c-9b0a-d47022f4e403",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d2f811c-5aab-451d-a914-aceafa50bd90",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocols",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) URL-friendly identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f2f25a8-269f-4107-9ed3-967c519cd5ac",
          "name": "Protocol",
          "request": {
            "name": "Protocol",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nProtocol. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                ":slug"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b5c7b202-4505-4173-a99b-ab0f08256567",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dc7be13-f3ef-4705-98b0-97051e194bb6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c44c5b94-610d-4b74-8af9-9a50c14e885c",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da305758-7c56-4150-b672-bd706f6baa01",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49f536f5-2897-4474-87e6-6a4ba0206be1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c6142cb-8733-4f40-bed8-b56e8b344cb7",
          "name": "Tvl",
          "request": {
            "name": "Tvl",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTvl. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                ":slug",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f902edce-4a82-499f-9e27-6c2613de941e",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"currentTvl\": \"<number>\",\n  \"history\": [\n    {\n      \"key_0\": 2084.5611423961573,\n      \"key_1\": 742,\n      \"key_2\": \"string\",\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 2007.637708331731\n    }\n  ],\n  \"protocol\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65ff5fbd-6ce0-4ac3-aa2f-912d20b19ee3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "18061105-c316-4645-b17a-0fc68ce0b897",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fe5fcb9-5b10-4ff1-8082-ce26ee36026e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bae965eb-720d-49ee-81a0-b64a16a95f0c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0d54b713-7f8c-455b-afb3-a4349f52d0df",
          "name": "Chains",
          "request": {
            "name": "Chains",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nChains. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                ":slug",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f3b884a3-177c-4860-aa49-6f76b3ee27fe",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"chainTvls\": {\n    \"key_0\": \"string\"\n  },\n  \"protocol\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "191c7aab-6bc6-444c-86cb-127783c1038d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "afb23389-1c17-48c4-9887-c3e7fafc285b",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e2d9d97-9f0b-4968-8fdc-f5e234835a6c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "32218938-7e09-4bb8-91f8-260152358033",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63ba8b37-6b71-4245-a3bc-6dd1603d5f61",
          "name": "Fees",
          "request": {
            "name": "Fees",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFees. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                ":slug",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cdb2ac57-ea12-4aa2-bc07-0f005c9aa125",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fees24h\": \"<number>\",\n  \"fees7d\": \"<number>\",\n  \"fees30d\": \"<number>\",\n  \"protocol\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a15b59cf-ff3a-432c-bc88-fcf5f038da34",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ebbd1f3f-f008-47a0-862b-d6e77c1de8ab",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fe06a28-6477-4f62-b2ed-890f5ba4215a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "26b21027-94b7-45f6-bd5a-65768cdc72d1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4fddcd7d-fe99-4e98-a9cb-59e05f8436f8",
          "name": "Revenue",
          "request": {
            "name": "Revenue",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRevenue. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                ":slug",
                "revenue"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "slug",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The slug parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0716ee48-02f6-4bdb-af3b-490e45a8f3da",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"revenue24h\": \"<number>\",\n  \"revenue7d\": \"<number>\",\n  \"revenue30d\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10b34fa8-9ee2-4498-816c-c9b70899e306",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e6c76e4-44b1-4b49-8501-c48171af2c6a",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07d2e471-c11e-4eda-bca9-2c0710118d05",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "518d6d59-02b4-46eb-aecf-328d53fb7adc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    ":slug",
                    "revenue"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The slug parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "slug"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "05289e09-79be-4fb8-9ed6-2315a51ec0b4",
          "name": "Staking",
          "request": {
            "name": "Staking",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStaking. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "category",
                "staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a43a6696-c967-4f66-a074-89d5a0139b84",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f4706ff-b8bb-4b0d-a95f-fabc695aa3ad",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d554749d-2aac-4601-ac48-26e831c2e663",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fabce8b1-4b91-4c7b-ba10-fa0595e26d51",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f2fbd7c7-37a4-4ada-9ee1-e4593a72e339",
          "name": "Lending",
          "request": {
            "name": "Lending",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLending. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "category",
                "lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b251ea48-d29b-4413-9ef8-f3787410b094",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e910f5f-016a-4ff6-9953-7a293f9f6b44",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2005b693-2bef-4eb0-83de-12f4895da812",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b1e38bf9-f434-4eba-a239-791a3ef54238",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c8cd60d-cf94-453c-aa0c-4cdc62d3985f",
          "name": "Dex",
          "request": {
            "name": "Dex",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDex. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "category",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "310526f7-7dcd-4f92-8a2a-94081e602d22",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1406a1a1-98a2-4ceb-9181-d59b7e98d9b9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5388e4a4-2746-4bb9-9ad0-a65352358615",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3b0b026b-4b1a-4709-95f5-1d4dbfca3dc2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2bc0068f-3be6-41a7-97a8-6a3549762f01",
          "name": "Bridges",
          "request": {
            "name": "Bridges",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBridges. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "category",
                "bridges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fbc73c2e-cd40-4380-8b99-ce5181d90c25",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11b60a80-1d5f-4962-bc7d-eccfcea05774",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "129ac383-0f50-4d16-8f0a-f1f0a4112652",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bbc22f02-6677-47e7-acc6-38169566af74",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f612a78-2036-428c-b1dc-3e88ba38b8f7",
          "name": "Derivatives",
          "request": {
            "name": "Derivatives",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDerivatives. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "category",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "87175b8b-4f08-46e8-99ef-2cd48e4babfb",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1eb4bb01-b727-4419-9c2c-489303a72804",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0613dd8f-d10d-4884-8411-4a4d1e792998",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "55af4685-29ed-4342-a917-9e5043b4336e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a66f57c7-18d1-4539-a458-89118e1fd19a",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSearch. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "244210eb-d642-4110-899c-b904dde579e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8de7cfa-7664-4b16-a621-b92bc51fcfee",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9b91afc0-f4d1-4a75-a2e5-3288d9f4feb7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9c77932-be6e-4eb8-9893-30330e0ab13c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "539ba9f2-c646-4b5e-9687-58e7f8469c85",
          "name": "Categories",
          "request": {
            "name": "Categories",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCategories. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "79fdb291-b117-4c92-acd1-09ce663f77d0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "58df46ff-c809-4430-b6dc-084b76794e46",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9ec7f9dc-4036-4f02-a6b7-63eeb6b4d2c7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "776db0b9-0eed-4215-8fa6-c91ffcfc611d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e54fb96-aaa0-4f69-b43f-43ecbabf1655",
          "name": "Rank",
          "request": {
            "name": "Rank",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRank. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "rank",
                ":rank"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "rank",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The rank parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6c43b4fb-c5d1-46e0-9c65-c4066c33b0a1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The rank parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49e32b38-e874-4b74-b8a1-3ccb762e0b59",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The rank parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "rank"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ecada273-c45a-45e2-8e65-0e3b5d573380",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The rank parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e8708ef-4a4b-4f28-a1d3-9d1e25962020",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The rank parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "rank"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "87923ae0-ce64-46bb-9bee-a3d3e39f5b2b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rank",
                    ":rank"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The rank parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "rank"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a8cdfcf-3d88-41d8-b0e6-162fc0bc5ca6",
          "name": "Ethereum",
          "request": {
            "name": "Ethereum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "49f85b62-0481-4052-8842-ad7ceeba292b",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5de82c15-7822-468b-9e6f-c2c693868d68",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "852fd092-e579-479b-829d-983e26613044",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "89c69d20-74b2-4efa-8623-a195fbfc3bf7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a74d92c-7d49-4a3f-a857-1a6a3e3d2567",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBase. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f5f6b0d2-c54a-41bf-a95c-8e88e15fc0e7",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f8ad3be-d577-47b2-ac9f-a16ab45f6315",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "772a33ee-23ce-4ad0-be35-95e4236f039a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "53ba9461-8aad-47a0-b355-a7a5e08d5a36",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed53d222-c86b-43b9-b4ac-45bae9db778a",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nArbitrum. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "844c3b40-b45b-449f-b3b9-9020c4153895",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9b4d6e7-23fc-4e50-9333-9721802e03a8",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "87e6f950-7d1c-4342-b64e-c8fbe8d36c33",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "be62c4c5-cd8f-4a9b-906c-cb4f008c5777",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a931c2db-161f-4c72-8ec7-b55aa99ac27d",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOptimism. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9d6f06a5-f436-4ecb-af8d-f9fca708ecb2",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bdc07fd-a0b6-403b-9172-483acea86f8c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dd95c94e-9934-4037-aea0-3444e0f5f985",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "56160f1e-b3de-47d9-86c8-e451c3f55e93",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba8ce4bb-0c1b-41c0-98d3-ab90f4afeef0",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolygon. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fc59b3ea-093e-4d02-b392-47a9c748b163",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "529e6fda-dae9-4e57-85af-20356217616c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9ce8d736-740c-455c-a431-90890dbff05e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25b6c356-bf0a-4f2b-ba62-69fed8bb3ebe",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb3d2543-cddd-4e49-a3eb-512ff8b630d9",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ac84a879-70a2-482e-9e81-d8f2764092bf",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11f215b1-0f06-4570-8f36-050680e3681a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f55c68b3-89de-4c81-9e82-e4a67e89eb6c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e769fcda-196c-41ee-b261-243dea31cfee",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25b9c901-91b3-41cc-9221-e1db7aa7bd85",
          "name": "Bsc",
          "request": {
            "name": "Bsc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBsc. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "729ad065-9560-46a0-bff8-0790e3c8c2f6",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbe9bc51-e09f-4073-b6c4-474fd10590ea",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "480f94c7-baaf-4794-a8e5-fe980ff8948a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "074ad67d-07ac-4b42-b644-c4816a6d0024",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a5e2498-2024-46a3-96cd-84ebc16dc67f",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvalanche. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "24e0d3d9-b5d3-428e-9e55-2641316ba3de",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"protocols\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": false\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e894e1a4-ad49-404b-9d35-5cefc31121aa",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e715634-6c39-47bd-94af-4f8e9869efa9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01304762-ebd5-4352-8bb1-4967a442346e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "818d892d-96b5-4472-b9bb-5d058105f8ab",
          "name": "Etherfi",
          "request": {
            "name": "Etherfi",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEtherfi. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "etherfi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "370bf8c3-2f95-4837-93e6-6397ea80f192",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78912ddb-fc75-4f8e-951b-cada4e2d7c80",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1625ca49-72d1-45b9-aad8-f5f17fb8ac8b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6814c783-7c6d-4420-bf97-6d9adf721813",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35c56ea2-d43f-46b6-a02e-021b7df0ba7e",
          "name": "Renzo",
          "request": {
            "name": "Renzo",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRenzo. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "renzo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "67ebfc33-7bdf-461f-81d1-2a8fea9fbaa4",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e6d0256-98b4-498c-a203-107d36391164",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f7078cc-fda1-44b1-9634-c3b0179cf5db",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3142aefc-cad5-436b-9994-958a6eef5a06",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63044986-32e0-41ca-913c-aff11c2342fa",
          "name": "Kelp",
          "request": {
            "name": "Kelp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nKelp. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "kelp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5fc7b090-7a91-4db2-bcc2-bda99458fbe6",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cb0eafb-9604-4635-88d6-170475c57f67",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "419cf19e-285c-458a-9f08-82ecf5eb1792",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71185ce3-c606-46b9-b3a8-31a1142a1d54",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "974f448a-619c-49fa-a809-300d02e2ec5d",
          "name": "Swell",
          "request": {
            "name": "Swell",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSwell. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "swell"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0a72d750-31d6-4759-a3f2-a873198861b8",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2475739a-5964-4681-9920-a4012b6fb10f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e48af237-b553-4c7c-9c8f-c6b5a6af107b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e3d6d97e-4a47-48b4-8085-db336c5018af",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ea317f2-4475-46a7-8721-214d3fd0beb7",
          "name": "Liquity",
          "request": {
            "name": "Liquity",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLiquity. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "liquity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9c72b676-0d5d-43ed-8ec3-12c5c6c3f871",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c6a86ae-2e47-4a2a-9d22-244cc87e551f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "85afab24-36ab-4a5b-8cda-b6afb86dcf85",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dbf6f9d2-0f3f-415a-8421-e630dad40b87",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f110601c-bc28-495d-86cb-1efc74f82ada",
          "name": "Euler",
          "request": {
            "name": "Euler",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEuler. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "euler"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b0b8563f-497c-43f2-9a97-27a4fd589410",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "601f31af-fc3c-4dd1-b8a7-5c94b34fb82b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c6c39cbf-f288-47c5-9fb0-82bf77aa5704",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c5d8120a-8e75-4039-b1ba-9e978c7f44f3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a36440e-ddee-4d80-bb42-438a35fd92ad",
          "name": "Stargate",
          "request": {
            "name": "Stargate",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStargate. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "stargate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8290605f-c13b-4ae4-a4e4-d5a362cc9a62",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894ac039-409b-4e3a-9a71-d3364544bb29",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68ecce0b-311e-4685-8b9d-2c9840dc8254",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6e997b18-8efa-4fc7-b933-614aa9ed2ee0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c62590e7-bc7e-44db-8bf3-bb239c0bccbe",
          "name": "Layerzero",
          "request": {
            "name": "Layerzero",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLayerzero. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "layerzero"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "faec8f76-f39c-4edd-afbe-5fe12f0052b9",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b7901c7-3529-4483-8ca0-3e83d16422d6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e58d138-5019-4a0e-83ca-1f70269d0acc",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9d160a22-1471-4bd1-99d2-754e9ccf8e62",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c7bc9307-7ca3-4c4c-b740-74a3c9e237d9",
          "name": "Wormhole",
          "request": {
            "name": "Wormhole",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nWormhole. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "wormhole"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bb28640b-121e-434c-b6ab-8c750e056863",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eccc354f-d01d-4d5e-9435-abe5e9a86cd3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e950472a-b06c-41e8-b917-940f9319c8c3",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d65de37-1f7f-4390-956d-67af37db560e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "369b1182-3b35-4150-977c-7153ccb7bdfa",
          "name": "Puffer",
          "request": {
            "name": "Puffer",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPuffer. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "puffer"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "671773fc-09bc-46ee-8725-eeb283c4397f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70cc3a96-e96f-4357-8546-b64295f24f40",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "be9f0d15-a7e9-4bfe-a0b6-0436f64196ed",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5984a755-616a-4c78-8503-2c3ba06f9000",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38d9cf76-5e36-496e-aca0-888f50bde80d",
          "name": "Mantle-lsp",
          "request": {
            "name": "Mantle-lsp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMantle-lsp. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "mantle-lsp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2ea549f8-c8ab-4e29-ac9c-df4dff29338f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ab0bb1d-3507-4c93-841c-6ec87d038fe5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fd90f9c8-39c1-4daa-b7af-1d66b5a74db8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f9be234a-6d09-41cb-8903-a2caf52a0989",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "mantle-lsp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "98160c18-745e-4288-96cf-97c63206c278",
          "name": "Dydx",
          "request": {
            "name": "Dydx",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDydx. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "dydx"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9edfc380-d375-49b6-bb4b-ccdee91dc507",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d30d8e14-6615-46a9-ac1d-f4628ba4ed4d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "290dbc34-0820-4539-8e19-1e91872a6886",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b05d4cf8-216a-46a8-a587-38fff4bb7b5f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4f63fbe-a4fc-472c-ad4d-22a88135443c",
          "name": "Blur",
          "request": {
            "name": "Blur",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBlur. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "blur"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fb19bc24-7957-4fd1-9934-79420fe28545",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3f926ba-886d-45fe-8bd4-8dff0086af99",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "187c8421-855e-4a79-9eb3-484de94d709b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "92e8a12e-1369-4132-af2d-b2f7cd0302b3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "617ab039-b1ac-4a48-a026-bebfbd3c1e70",
          "name": "Opensea",
          "request": {
            "name": "Opensea",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOpensea. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "opensea"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dcd4cfe4-fec1-4248-a7dd-2d255098f7aa",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92719cfc-e365-437a-8e10-67550a78e705",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0f740d4e-904b-4163-b7b4-92904522d6e3",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1646d2d1-7587-4a80-8630-1b61e865e1d9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8963a14-26c7-4c0b-a4c7-2db8930cb690",
          "name": "Polymarket",
          "request": {
            "name": "Polymarket",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolymarket. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "polymarket"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2a35f136-0e54-4423-8b3e-4dc9912b6a0f",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14903bb6-4872-402e-97dd-0e3d1bada394",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7e78158d-8d35-4fc7-8cc2-af772adb4292",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f6251879-bd15-4d33-a99f-216146d142b1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "polymarket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f09c01a3-55aa-4fc8-9fec-ccae8a60293b",
          "name": "Ethena",
          "request": {
            "name": "Ethena",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthena. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "ethena"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e15b2954-a18c-48bc-ab9e-e4b6c2f41428",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f84887f-74b4-4138-9803-2001403ae76c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5ee3940-53a0-466d-bae0-94f8e5c838ed",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "77a53ae2-3a4a-4c41-9090-dbad0e8dc484",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "ethena"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c870ea97-d8d6-4474-b211-80bb531b2a36",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "lido",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5f488fba-aecc-40c7-b318-f5a92d53e80b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c097172-e000-4592-8b9f-6fcd3925b429",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d9e6107-73eb-4167-ac83-7383b896d9d8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b3a6335-5ba4-412f-9871-61432598e96f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a0b9f9b4-15e7-43c9-a149-b290f27f5cda",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "pendle",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "09aa98f7-bba1-41fe-a51f-91f940c61021",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01a84af5-f1e1-474c-bf3f-19cb164e4494",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b17795e5-c453-4c82-af1b-7124ad0aad17",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0f6ca8e-4e2b-4856-a93f-bfa299e56703",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pendle",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f4295e3e-7d84-45d2-b2e1-ea74bd8b0b63",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "convex",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d85dfe8a-419e-43bd-b09f-779e84ae1582",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f63a66ce-0f89-4a7b-9b9c-de7b90f931c3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7762e07d-ac6d-4dff-b22d-f14b6b52b8cb",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9f769f2a-37d8-42e6-abf9-a1c63b0190ab",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "convex",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0d44c56-631c-4239-a4af-b67caf297db4",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "yearn",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7a1ce18a-6af3-4be7-83c9-fd4013d291a4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e036abe4-6b5a-4c3a-a6a2-d62d93c6721c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a604e541-36a9-4414-b912-0a0cfef8c2ce",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94f8a26c-7ef8-495b-9132-2150d7981ad4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "yearn",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c836160-b701-4ec1-b737-4550deb12711",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "instadapp",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "837e73c4-8dd8-4834-bcf7-917a012ef433",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9797a11e-e096-41aa-8743-c3c9cb7ee544",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6e5e5cb1-423b-4f1d-bac9-443dae4029c1",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a2f9a484-194c-459b-82fa-a772ac3d6e22",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "instadapp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26d218ae-9df5-4db2-bccd-f1349a864268",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "stargate",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "965fda8c-db55-4296-8e20-9c5cb9f5e62c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d14393d1-01e2-4192-bf8c-354b7fa34880",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "149a4146-86f9-46e6-b1b3-9d89c80eb6ed",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "118dbea4-ad2d-4562-9e58-10ffa7d3ec0a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "stargate",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43d2f3de-daed-4dc5-95d8-e9b32b13d637",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "layerzero",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "71f5349d-843a-4a54-8d35-e1a3fa54d399",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f51c324-2864-49fa-9c8e-839653452bb4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2233252e-2041-4698-ab7d-43b79eb01d21",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b52ba2b5-f2e9-4a6c-85e4-6796ff50cbac",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "layerzero",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cd28397b-c566-4b43-b9b4-293d01c9b734",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "wormhole",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a6954ae6-a7de-42c0-a63a-f9b9e1d5a2cd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7d50c62-f95d-4f3d-82a6-e806f9814a8c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "932fc9b0-57c0-4573-b339-79d0814c2ad0",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f67cb500-d4a0-42ea-8a30-18ce34966c67",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "wormhole",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48e8e6ec-3341-40c8-a543-c11f45f951ee",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "frax",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e53f75e9-44c1-4d01-b809-40cee5a1b26e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33939ef1-a8f7-44eb-a0ed-3103b7242dcc",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "375b9c81-aeec-43f9-9df0-def210fa2834",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "51e22448-5f8d-441d-bf5d-be28a8f9a103",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "frax",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "059c1f32-4316-4785-af07-0eb5d0f06ab3",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "liquity",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a8e9bc7b-d5d3-4adf-983e-709923a895ca",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d39c41a9-acd8-4034-a6fa-461473b360eb",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4234560c-e76b-4299-880d-c0ee49ef58b7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "329bcb4e-0dde-4e91-9ec7-a7fc4f168585",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "liquity",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53528fe0-f3f6-4411-9fdd-7354cd17ba5d",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "rocketpool",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6766c7f6-7c66-4440-b94b-2463c13abcc3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53253933-4e53-4ab6-b607-b4248d6541a2",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1038e8f4-57c7-4fd8-b3b7-8653fa74b3b9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "81921164-1311-4a35-b03e-c0d066fba44d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "rocketpool",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "16d940e1-1c5a-4751-8df6-16bacc003266",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "euler",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c9ab9771-d2a9-4d1f-9279-6b15d7061d27",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74e77034-0a57-4184-9b6a-1e4b05fb45a6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "36ef4951-adf5-4c71-adfc-3396eeb6440d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0ffba7b5-21f6-44c5-90a8-1e8ce979ff95",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "euler",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "60eef99a-0d1b-4ce3-9332-1d7a6bee5023",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "swell",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4e98df01-68b3-45ff-9a8e-78400ba47019",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30e8745c-5cb8-45d4-b344-d37f0f0fa830",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0e074360-8192-40ea-a0d1-8c7937743e52",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "adb87043-9efb-41b0-8cc4-b6b4f3eb1ad5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "swell",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a17bd10a-2597-4380-8462-09b86576b15c",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "renzo",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e9a72996-5946-4d74-917f-29af5e9a37fa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3110f2c-9d15-4006-b7f0-d10d52612faf",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "34675956-4334-4cdb-9abd-a1f588fc4200",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c7a5c00c-a655-4d62-b576-ef7295e16f1d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "renzo",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ada115d7-7f86-4fb0-b7b5-09e1fb563caa",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "etherfi",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7cb11bca-adf9-454b-a72f-607e0697576d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d7f21fa-5170-4e3b-99a5-2d5b6e28ec53",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "050c356e-d115-46c4-b75c-b835dcb6dcbf",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b02dc1b8-433d-4044-88bb-60c1eb2f0a07",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "etherfi",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d46a72f9-ac41-4d97-a247-440749e141ff",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "kelp",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7f166c8f-3f50-40d6-9af0-b19e4aa02bfa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbea80e5-0e30-4096-a022-3cea6222194c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0dd6f8a6-0ff7-49b7-8c95-3cb1b485f131",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "09369a45-bc46-49e4-8225-c5c89547999f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "kelp",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0763e4f7-d2eb-4bb9-9121-8942e3d3c99f",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "puffer",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "743b8491-6b95-4d74-8a07-12f10650d66a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d596349c-b939-4906-8d46-f9c1b3b387c9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bab762a1-f2bc-48b7-889e-fea63ad7d3d0",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9397a243-2719-4570-a047-e3aa6ccca2e2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "puffer",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c2ae5bfa-7408-436c-bf0a-39410d4814e1",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "gmx",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "314d7c3a-32de-4ba7-8370-a76785a954ad",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af73875b-8695-4207-b8e5-c4dc46b8cdd2",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9844461d-ccdd-4fa9-a40c-094695338484",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d0c68c0-e3ff-472b-be88-6ad6436f428b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "gmx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f49b1cd9-9914-4323-929f-5b295450bea9",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "dydx",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "067a898a-9e50-4da2-95c6-40bc3e788fe0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3be2a92a-5dde-4047-9d08-cfbc6bf19334",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2bd05acd-4ee1-42c7-8daf-82018328240a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1c81940a-83f6-453f-adce-630221742717",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "dydx",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4bbb3ec-c70d-462f-b340-bf2a4dc0f511",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "blur",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5598b83e-4027-44db-b80c-c1b137bd56ac",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f5b045c-b036-487e-8843-ff9e65c2a7aa",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "305c4d03-1ec4-42c8-92d3-4e47839ce838",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e76ebe8-5df6-429d-b046-26c5a0c516e9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "blur",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7f9d08f-5c57-4e63-b821-3a421fb05ca4",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStats. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "opensea",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "876b7c83-f107-4c44-a005-3e933bdedba8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "156c09e5-e278-4d04-a33a-2fd2827b0bff",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f57cec5f-f2a0-4dda-9c3e-ff430f518ce7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "63499a2e-d48b-4349-b650-fa15ef8808c9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "opensea",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35fa67ef-8a88-42a9-b692-45ff685ebf89",
          "name": "Maker",
          "request": {
            "name": "Maker",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMaker. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "maker"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ce99ef60-a9ab-4378-897b-29380d448f57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcd4489b-970f-42ec-82a0-ff3c54e55ef1",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f599634f-6eb5-4563-b4c4-03816b970a92",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "490b3700-4668-478c-82bf-6c836b059477",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "maker"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6d4ca43f-710c-43c8-944d-cebb50b92572",
          "name": "Uniswap",
          "request": {
            "name": "Uniswap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUniswap. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "uniswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "46bff1ac-b317-407e-99e7-b9acb5b699c3",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e40b2bd2-db3b-4821-82f9-f39adeb57662",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "31c78ec0-2d70-435e-b304-0521ca21d7bb",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6f553c8d-bc1c-4c33-a782-b3748bf043de",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "uniswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa31710c-668e-4600-a2ba-a767d5b79073",
          "name": "Aave",
          "request": {
            "name": "Aave",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAave. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "aave"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "807cdb40-4174-429f-8b44-4c041d5e1e1c",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46c90a98-fda4-4e1c-9a92-742f876061b4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1a4cbf02-3154-40df-8fa3-e4f354730eca",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1859b661-8bfc-4487-b60d-e94c80f91ab2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "aave"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c971bc6-5636-4d39-8f87-afce00bb4751",
          "name": "Compound",
          "request": {
            "name": "Compound",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCompound. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "compound"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2ed8aaf3-fb55-432f-a735-f5e5a83029a6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56742206-5906-4ea6-86f0-4f4ed3aa5859",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a9b28f58-cf14-4342-b183-19f898e46a99",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "be6d7a6d-9d6e-4cad-8cd6-a7350a9b08cb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "compound"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "196f47d1-ab66-4f49-a1bb-77ac0660088a",
          "name": "Curve",
          "request": {
            "name": "Curve",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCurve. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "curve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "eee6bc52-2cc6-432e-9f50-a29eca1eba7f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20ef3683-3bab-4565-847a-1e4b6ae25779",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3afbe5f0-6936-4c15-9884-4836a50afcb9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5a211207-ddb2-41a8-83ae-caee75cc7c55",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "curve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21836b6f-8ccf-4e19-b141-67740b2cbe1c",
          "name": "Pancakeswap",
          "request": {
            "name": "Pancakeswap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPancakeswap. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "pancakeswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d24e329b-9233-4701-b348-17b954e93bbd",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72e04583-02f6-4b6e-83ba-fc4c1083ef88",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d6ab678-ef3c-425d-b1f3-6e45bdf54879",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a7a3fea9-e5c8-4812-bf68-492abb40acd6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "pancakeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9b7d170c-6c88-4443-b629-33f34c5e2ec1",
          "name": "Sushiswap",
          "request": {
            "name": "Sushiswap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSushiswap. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "sushiswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "12ed6490-d633-49a2-b13b-ab5c4e0f2989",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dda3406e-ccc8-4958-8acc-7bed4ce9059b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "190a9c60-368d-4394-bfd4-218275f95ec8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bea06541-bcd5-4b3a-85f7-88554768688d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "sushiswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "827eaf8d-05b0-40d6-a3b8-5320b8b24ff9",
          "name": "1inch",
          "request": {
            "name": "1inch",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n1inch. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "1inch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "51ad3dc6-54c9-4d37-a71c-a3e484c83f32",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"description\": \"<string>\",\n  \"tvl\": [\n    {\n      \"key_0\": 9462.60638541714\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": true,\n      \"key_2\": 8552\n    }\n  ],\n  \"tvlHistory\": [\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": 2032,\n      \"key_1\": \"string\"\n    }\n  ],\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"twitter\": \"<string>\",\n  \"url\": \"<string>\",\n  \"logo\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f57ed883-4b97-496b-80f9-555e605c4826",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dd94b2c0-31a6-422d-854b-94d4cae64e4a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24881511-caa9-4bcd-bcb0-4af1c81dac02",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5fb29753-ee4c-4943-9487-b43e0e4ae38b",
          "name": "Paraswap",
          "request": {
            "name": "Paraswap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nParaswap. DeFi protocol data from DeFiLlama. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "protocol",
                "paraswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "522bef34-7b7a-45b3-9513-494cdb83a1a6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1044aeb2-3dea-4319-9470-3a79e819b013",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "564729bb-1667-4895-bf78-ed3be3354f7b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fb6ea673-0dd6-4060-a772-8641b40ed657",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "protocol",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "NFT",
      "description": "NFT collection data including metadata, rarity scores, ownership, and marketplace activity.",
      "item": [
        {
          "id": "28273104-bd6f-409e-a86a-9ca4aa15df8f",
          "name": "NFT overview",
          "request": {
            "name": "NFT overview",
            "description": {
              "content": "Returns nft overview data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "86f552c8-ae51-4299-9a9d-ec608389ddfb",
              "name": "Overview",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"collections\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"platform\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"platform\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "420ff726-754d-4913-91d7-c2886c97d39a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0327755-5345-400f-af8c-b970c36f6f17",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd60bfe4-dc28-4fe6-b5fa-b74eee4098ff",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "47e9ad4d-d976-4901-99e2-26db8f6269ba",
          "name": "NFT collection activity",
          "request": {
            "name": "NFT collection activity",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "activity",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9085a788-446c-4c3e-846d-4ca06b4e8148",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "activity",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7823548-66bc-496e-bb9e-46f0f73f30a1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "activity",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cdafe6f-598f-464b-a746-49dc51880005",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "activity",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fda04e1a-a143-4910-9b5b-4b1a3ac3edf2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "activity",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb188247-c538-47c4-ba3f-6cdf9a872328",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "activity",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "927a2e82-6672-4ae2-bdd5-ba0524a9d91a",
          "name": "Azuki stats",
          "request": {
            "name": "Azuki stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "azuki"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b8034d13-d7ae-4763-bdab-5d1203470933",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "azuki"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c47cbb8-232a-4a8d-b559-c2e62e713114",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "azuki"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47e1ad8a-aef2-4595-bcf7-441334402657",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "azuki"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84402072-cb8b-4ed9-abdb-4c5d635de80f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "azuki"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "041015ea-299f-43c2-8ca8-e34eac519d5e",
          "name": "BAYC floor & stats",
          "request": {
            "name": "BAYC floor & stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "bayc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1677d9ec-9697-42fa-affd-a445ef9ebf12",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "bayc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd54e79e-b636-408b-97ee-cdab8bef0679",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "bayc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "438203df-95de-44af-b25a-5670a1a493df",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "bayc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "501c47a6-67ca-4138-be3f-7518f2586e7b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "bayc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77af4065-9dfa-4533-b732-79c64d122ded",
          "name": "NFT collection details",
          "request": {
            "name": "NFT collection details",
            "description": {
              "content": "Get detailed information about an NFT collection including floor price and volume",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "collection",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection slug (e.g., cryptopunks, bored-ape-yacht-club)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e9eea66e-7f17-421f-b172-9f9a65009780",
              "name": "Collection details",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection slug (e.g., cryptopunks, bored-ape-yacht-club)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"symbol\": \"<string>\",\n  \"floorPrice\": \"<number>\",\n  \"floorPriceUsd\": \"<number>\",\n  \"marketCap\": \"<number>\",\n  \"volume24h\": \"<number>\",\n  \"owners\": \"<integer>\",\n  \"totalSupply\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "335b0cd4-8131-45f8-8506-5e345de62bd1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection slug (e.g., cryptopunks, bored-ape-yacht-club)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e351a6a0-2838-4371-be2e-19b3cfb9c0be",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection slug (e.g., cryptopunks, bored-ape-yacht-club)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46a51177-7ec0-408b-9a24-061e84b5ca79",
          "name": "List top NFT collections",
          "request": {
            "name": "List top NFT collections",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet a list of top NFT collections by market cap or volume",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "collections"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Max items to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "50"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c9a66e9d-669d-4a81-9647-5283729e1807",
              "name": "List of collections",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"collections\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"platform\": \"<string>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"platform\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e948de7e-c6f6-424f-af16-ad2128566312",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collections"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92f0f7d7-c1a7-49d1-96a9-e0b0d44a5d8f",
          "name": "NFT lending protocols",
          "request": {
            "name": "NFT lending protocols",
            "description": {
              "content": "⚠️ **Contract Mismatch:** This endpoint currently returns NFT collection metadata instead of NFT lending protocol aggregation. This is a known issue documented in `docs/contract-truth-map.md`. \n\n**Status:** Deprecated due to response contract mismatch. The endpoint will be updated in a future release to return the correct data type, or replaced with a properly named endpoint.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0cbd4d7c-52b2-4a62-8348-2b8432dd12f7",
              "name": "Lending",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocols\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb5915b9-ace1-40cd-8675-0bb8e85cb241",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d51fc88-b12a-4ec6-a67c-70a2cffabee9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "108683cd-4e1e-4024-b03f-0b778918394a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7beab6b7-4316-4fd2-b85c-e408a6e9c53b",
          "name": "Arcade NFT lending",
          "request": {
            "name": "Arcade NFT lending",
            "description": {
              "content": "Returns arcade nft lending data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "lending",
                "arcade"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "33d064e9-59b7-4e0a-bca8-db6f7813937b",
              "name": "Arcade",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "arcade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fe85221-a43d-4904-a9ea-629fe942aee7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "arcade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc4b346c-abf4-4a02-8753-caf81fa18463",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "arcade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea1b7b2f-2e0f-4fac-8629-a34c75de71f4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "arcade"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "29a0d08e-1382-4171-829c-70a61e29448d",
          "name": "BendDAO NFT lending",
          "request": {
            "name": "BendDAO NFT lending",
            "description": {
              "content": "Returns benddao nft lending data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "lending",
                "bend"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a69b4a1b-d4ff-425f-8d98-e465f5375e60",
              "name": "BendDAO",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "bend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04b824a3-0c6a-42f0-8833-abc0a8b1315c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "bend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "223736f1-e676-4126-847e-806c3fb2e841",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "bend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "334073d5-7f01-4f75-ad29-6b2c75a201ba",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "bend"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c82a6737-ff54-467e-a2c5-1cd0465cb0ef",
          "name": "NFTfi lending",
          "request": {
            "name": "NFTfi lending",
            "description": {
              "content": "Returns nftfi lending data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "lending",
                "nftfi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e3d62a39-18d9-4026-8eda-cf59bd179318",
              "name": "NFTfi",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "nftfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abcab5b4-eb7d-41c5-9cc1-dafe370eef0b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "nftfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0064a616-0f31-4a13-ae6e-6dc3f15e79c9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "nftfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c91fd45a-2704-429d-b613-81ccf0bfc45c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "lending",
                    "nftfi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b685a51-a997-457d-9cd6-b70647ffe888",
          "name": "NFT marketplaces",
          "request": {
            "name": "NFT marketplaces",
            "description": {
              "content": "⚠️ **Contract Mismatch:** This endpoint currently returns NFT collection metadata instead of marketplace aggregation. This is a known issue documented in `docs/contract-truth-map.md`. \n\n**Status:** Deprecated due to response contract mismatch. The endpoint will be updated in a future release to return the correct data type, or replaced with a properly named endpoint.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "marketplaces"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d231ddfe-9033-40c5-8be1-9985e75e8c50",
              "name": "Marketplaces",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"marketplaces\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a5d11be-dd46-4299-8bbb-8adf6194c096",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c82f9fb-8fee-4333-9b76-e1041c3252a8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d58e23f-f683-4d9a-946d-860970633047",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c2e8190-6a0a-4869-a342-300dec8ece28",
          "name": "Pudgy Penguins stats",
          "request": {
            "name": "Pudgy Penguins stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "pudgy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fc8895df-22d6-48f3-a50d-e0b10fa74004",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "pudgy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed229bef-fdd4-4565-a3cb-3a9d3f70e8ee",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "pudgy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aa4ab08-a276-44bc-9ba0-3a49cc05b183",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "pudgy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4641adb3-f4bf-4254-bc7c-a3a5083bd400",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "pudgy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8b0678d-1977-442f-a991-c7d005a84b5d",
          "name": "CryptoPunks stats",
          "request": {
            "name": "CryptoPunks stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "punks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5d51a272-8377-46a2-86a1-4c5e5d2c3643",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "punks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2da42b94-6572-4877-bd8c-5e4c09c6e476",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "punks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e1c42a3-b8b3-4349-b283-507314982d65",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "punks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "068fe171-285e-47cb-adbd-3e8adb545d0b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "punks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd037c59-2236-4d79-8b4d-80ea5e20a752",
          "name": "Rarible stats",
          "request": {
            "name": "Rarible stats",
            "description": {
              "content": "Returns rarible stats data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "rarible"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "80ebcd4d-df54-44c6-933b-3102e9f5152a",
              "name": "Rarible",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarible"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fae1b8bc-1730-4eb0-af93-6f1bc737bcbc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarible"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cfb9b9e-a937-4981-88b9-b1bb83bcf392",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarible"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8f01141-6324-4835-88c8-caf38aced387",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarible"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22568596-0b41-4150-9343-160572f613ee",
          "name": "NFT rarity score",
          "request": {
            "name": "NFT rarity score",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "rarity",
                ":contract",
                ":tokenId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "30e80d6f-aa11-4706-8a7f-bd5d890d9c13",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarity",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71b59e58-78ab-40be-9d53-901989d649bc",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarity",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2bd84db-6a77-431d-92ed-9ff3e63bb16a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarity",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2c2a845-0c56-495a-90dc-587c5874ac5b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarity",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fdc41a2-2d06-41c9-be2e-578843e4631a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "rarity",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2251d8d5-0076-49c7-9f4c-d3cbcefbb02a",
          "name": "Trending NFT collections",
          "request": {
            "name": "Trending NFT collections",
            "description": {
              "content": "Returns trending nft collections data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a9a7afa6-d757-46d1-87f8-944dbaacd50d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"nfts\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"thumb\": \"<uri>\"\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"thumb\": \"<uri>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4f0234b-0062-483e-908a-0375ae7fd607",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2de3e42d-c5b7-40fc-b66a-247a76aa86ce",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2d4b7e9-d26e-452d-86cb-dd371d216627",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a39582e-c6d8-4d74-840f-dd7d8d8133cf",
          "name": "NFT market volume",
          "request": {
            "name": "NFT market volume",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "volume"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain (ethereum, polygon, base)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aa68365a-eec4-43a8-b797-9be183183c84",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"volume24h\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c411b69a-ff1a-44e5-97b3-4df42ff2e4ad",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66b432df-b902-476c-9d8f-6eb1ac947dda",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbb85205-969c-4155-b56c-c5129a55b8e2",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "volume"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain (ethereum, polygon, base)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abf6f1f1-2c6a-4257-aa73-79826a337a6a",
          "name": "NFT metadata",
          "request": {
            "name": "NFT metadata",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":chain",
                ":contract",
                ":tokenId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Chain name (ethereum, base, etc.)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ba91914b-d4a2-4cfd-b3e6-57ebc604a06c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":chain",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38252d2e-8fd8-40c5-b37f-1c8fa0bb3b4e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":chain",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f8198cb-80f0-4b24-8104-f73e6f96415d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":chain",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be7a94c7-6f53-4dba-a896-262da80b5737",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":chain",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3440e543-9c90-4180-8851-b4ce1f5b0c29",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":chain",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc52b998-111c-40de-b84f-6d2ef3d12599",
          "name": "Get trending nfts",
          "request": {
            "name": "Get trending nfts",
            "description": {
              "content": "Returns trending nfts data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "trending",
                "nfts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2818f588-36e2-433c-9ad5-84184b5b6498",
              "name": "NFTs",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "nfts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f528b19-1ca6-4909-9f62-92463781ca99",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "nfts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6507111b-3a11-4531-b281-43dabc3338b2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "nfts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d7ab861-fff6-44a7-8f65-d1710006faee",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "trending",
                    "nfts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "15d1105f-cf13-4e43-9385-5a6358521ceb",
          "name": "Collection floor",
          "request": {
            "name": "Collection floor",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet floor price",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "collection",
                ":id",
                "floor"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8744c8e9-d6e2-4763-90f8-0799bff84c51",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"floorPrice\": \"<number>\",\n  \"floorPriceUsd\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b72a35e9-54b8-4265-b976-a4895f9a18bc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a32de0ff-f27d-4680-8dc9-2afb204e5cb1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ada93479-dfc5-48eb-baba-43d62739c3a4",
          "name": "Collection chart",
          "request": {
            "name": "Collection chart",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPrice history",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "collection",
                ":id",
                "chart"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "492191fe-b563-4c09-9b4d-a537346a4de9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e5ca9e2-f823-4443-8cf4-fc1e8b5fd0de",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ef03f17-98e8-454c-9737-90ce04a7e736",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "collection",
                    ":id",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "07ba477a-a6e9-487c-91a7-00f1bbb0e176",
          "name": "NFT by contract",
          "request": {
            "name": "NFT by contract",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNFT by contract",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "contract",
                ":platform",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Platform",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "500e8bf4-c92e-489f-a4c7-c631c4ffe012",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "289b3294-fa0d-4575-8deb-c40be79347c3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40cd808b-ee49-4f42-9cce-1e144d6ecade",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Platform",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "217a6191-b965-4474-94ba-b96aa84ad607",
          "name": "NFT marketplaces",
          "request": {
            "name": "NFT marketplaces",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNFT marketplace stats",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "nft-marketplaces"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "161d49d6-37e5-4444-973b-b0a20483541f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "nft-marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8aacb69e-694f-4c02-ac6d-ae714ba030a6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "nft-marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b2a5a9c-b679-4c96-a327-6b81ea45b0c4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "nft-marketplaces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f8522c56-73fb-4ca0-929a-b8e011e84960",
          "name": "NFT transfers",
          "request": {
            "name": "NFT transfers",
            "description": {
              "content": "Returns nft transfers data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "nft",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e226ac86-b93f-45e3-831c-7b023cda0114",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f627cc8-d857-4659-8322-f6c37eb63dde",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55523741-e7fc-49fc-bb59-dfe392823889",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ceb5a557-ee6d-460a-a0a8-aaebf4d6511f",
          "name": "ERC1155 transfers",
          "request": {
            "name": "ERC1155 transfers",
            "description": {
              "content": "Returns erc1155 transfers data for the specified collection or token. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "erc1155",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6120d44f-285b-4c96-b614-0cc3c9113630",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "erc1155",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c95d8c7c-3bb5-40ce-a91b-d00f0932ab2a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "erc1155",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "520dbbde-7402-4f61-a8cf-e41d48d53f20",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "erc1155",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccf4622e-c7c3-47f9-bba5-d5e029a51bdb",
          "name": "NFT collection",
          "request": {
            "name": "NFT collection",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCollection data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":collection"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "collection",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "06f93a5d-4197-44c8-bd33-0c704e62cec9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1841feb-98cd-4f6a-b0fd-be70fe704805",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f365084-1004-485f-8310-d1d07ef9f673",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fcd4af0a-c36e-4335-8a9b-6cc2d95384e9",
          "name": "Collection floor",
          "request": {
            "name": "Collection floor",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFloor price",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":collection",
                "floor"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "collection",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a88a862f-c8f5-46ec-885b-e3dfa02e8490",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5d73f66-17ee-446b-9c8e-179ad0de41be",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "631c388d-9303-4600-8507-6bacac12547f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "floor"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca9817dc-d9f5-4b72-9242-3eea8bfb1022",
          "name": "Collection chart",
          "request": {
            "name": "Collection chart",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPrice history",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":collection",
                "chart"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "collection",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Collection ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ad7678c3-65d0-4b63-bbfb-d455f5f52f16",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87e3a449-008e-44cb-859a-b4b44938d955",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7bd5c80-1abe-4b1f-af57-a37039c87736",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":collection",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Collection ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "collection"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "L2",
      "description": "Layer 2 data, gas prices, bridges (25+) Some endpoints in this tag may return 402 Payment Required for x402 micropayment gating.",
      "item": [
        {
          "id": "750b6266-bd09-47b1-9cb9-af0199879d3a",
          "name": "Cross-chain bridge volumes",
          "request": {
            "name": "Cross-chain bridge volumes",
            "description": {
              "content": "Returns cross-chain bridge volumes for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c4371618-4412-4da5-ae41-2f1264d26f09",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f93e1d8-4081-4b13-845a-059be9a78cae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c667d27-3acd-4dbd-9b41-e7af88ee839d",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e75a36bd-6571-46fe-8b82-cf94cd392bc1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbea1ae9-5d42-4b41-99d4-c4b5f788e06f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81688f62-5575-4500-b10a-e13b8c1c9754",
          "name": "L2 fees comparison",
          "request": {
            "name": "L2 fees comparison",
            "description": {
              "content": "Returns l2 fees comparison for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "l2",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bd7c81a4-1a3b-46b2-87e6-26f8b6535ea1",
              "name": "L2 fees",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"l2Fees\": {\n    \"arbitrum\": {\n      \"estimatedTransfer\": \"<string>\",\n      \"gasPrice\": \"<number>\",\n      \"key_0\": 8849,\n      \"key_1\": 3065.685695355773\n    },\n    \"base\": {\n      \"estimatedTransfer\": \"<string>\",\n      \"gasPrice\": \"<number>\"\n    },\n    \"optimism\": {\n      \"estimatedTransfer\": \"<string>\",\n      \"gasPrice\": \"<number>\"\n    }\n  },\n  \"note\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bca341a0-0a4a-439b-8ece-29052e00685b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cf2e636-f6b7-4c82-adf5-348db253db6f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e20ab2f5-beb0-4c1b-a17a-37b609440030",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd9c99bf-ee56-42fa-a27c-b4648834a1ad",
          "name": "L2 overview",
          "request": {
            "name": "L2 overview",
            "description": {
              "content": "Returns l2 overview for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "chains",
                "l2",
                "overview"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "801dbe46-ec6f-43b9-8dea-c3bd06c9b324",
              "name": "L2 data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"projects\": [\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"tvl\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0606386-30f7-4f62-abdf-d53475bc8280",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "215644b8-9e48-464f-b4d2-7141b085ca73",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf40ae28-1170-4347-a750-f6b1cf814f58",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "chains",
                    "l2",
                    "overview"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "71fb440d-8d42-4ce9-8913-77368ee19f9d",
          "name": "L2 activity stats",
          "request": {
            "name": "L2 activity stats",
            "description": {
              "content": "Returns l2 activity stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4a06dee6-d447-4563-bc14-eae08c85b8c4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68d86a42-5149-4bdd-810a-7e44185b3c50",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f389ab62-bdee-41cb-ae4c-98c072a6a14c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69b9fd76-ae09-462c-960d-dfe69d85a9e9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b6f1ade-1cca-42dd-afe6-e68488cd6b2b",
          "name": "Arbitrum L2 stats",
          "request": {
            "name": "Arbitrum L2 stats",
            "description": {
              "content": "Returns arbitrum l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2bcc6997-06c4-47a9-97d6-efcb5e18f410",
              "name": "Arbitrum",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff84b960-28dc-4955-bcac-b9cc30b923e5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb9256e7-00c8-46ab-a7a0-7ab2177a22fd",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e05b8d15-9d3c-4d6a-b448-37a8a4075481",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c17e72c6-9772-46ad-9812-d525011a1c76",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ba34bd4-eb19-4581-9798-800b3cddd041",
          "name": "Base L2 stats",
          "request": {
            "name": "Base L2 stats",
            "description": {
              "content": "Returns base l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c2a92909-6ebe-4b1d-b394-bba6d76ce035",
              "name": "Base",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5206d2a6-bc37-4805-a5ca-7e905be69c99",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f6c63ac-f261-457c-b074-f6a027616fd1",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "883608a3-700b-469e-b3ee-1ca41602ba85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3e2f68c-82de-4acf-bc67-2a48e4e6c2c1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc65f45b-7c84-4744-8928-388dac190307",
          "name": "Blast L2 stats",
          "request": {
            "name": "Blast L2 stats",
            "description": {
              "content": "Returns blast l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "blast"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b5626d1e-1235-4aaf-8de5-384ab9581ca3",
              "name": "Blast",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b7e3088-5d2b-4afd-a2fa-ba396efae5eb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dd86446-0570-4e73-b24c-1ad2dbab418f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c0377df-9eff-40a4-84b1-9a73abec55af",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "343bf358-c3c3-4e14-9806-f178a5dc879d",
          "name": "L2 comparison",
          "request": {
            "name": "L2 comparison",
            "description": {
              "content": "Returns l2 comparison for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "comparison"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4550a35c-bbfc-4da1-a21a-22eaf77e62d2",
              "name": "Comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8456de72-3a20-4d91-9971-8bd2b463ad86",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cfb23b7-3f5f-4788-8faa-d7891735092a",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccddfb36-031d-4825-b61f-73d8a9dad838",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d16737ee-1ca1-4b20-8454-c83773de8d3a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "438cc4b6-9667-4c24-af65-b258d3cd4a58",
          "name": "L2 fee comparison",
          "request": {
            "name": "L2 fee comparison",
            "description": {
              "content": "Returns l2 fee comparison for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "fees"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6a20d05b-5983-48a1-9914-5bf3e8ccf603",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d3e1cc1-1bc5-4d95-bcfa-0151068e688a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "818cf8d1-02fa-4621-b45e-a87bb079f21a",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af82862b-89a1-459a-9c9f-2178808f3e50",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4cac4504-66e2-40ea-add2-ff37a2d2e113",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "fees"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf3e2a0f-5f82-431f-a51c-2556d2c80d02",
          "name": "Linea L2 stats",
          "request": {
            "name": "Linea L2 stats",
            "description": {
              "content": "Returns linea l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "linea"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7db5158c-bb17-44a2-9bd6-7d23bc3efb55",
              "name": "Linea",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11fb46a4-6683-455b-94a4-fe797ab101e4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43da0c76-533f-48bf-850b-b317b363e044",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50a75c57-7ece-4471-896a-ca5deaa8a905",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d09e3664-339f-4aff-b4c7-7033b32ec4ce",
          "name": "Mantle L2 stats",
          "request": {
            "name": "Mantle L2 stats",
            "description": {
              "content": "Returns mantle l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "mantle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "350dcecb-ec4f-4abd-90c3-23f43a5c7b4d",
              "name": "Mantle",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b30b791-4dee-4a3c-b51c-7cbae60e55b0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "619a0654-fd90-45d9-9a18-ff06adecf7ce",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3530c926-3e49-4860-a9a6-e9f9eca9de18",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43097259-491b-448e-94ce-2eafa893248a",
          "name": "Mode L2 stats",
          "request": {
            "name": "Mode L2 stats",
            "description": {
              "content": "Returns mode l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "mode"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "abaeba43-acc3-4a71-9b7c-ce3674e6ec0c",
              "name": "Mode",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2d441a1-2532-4bd2-9aba-95dc1c980ff6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b5b8c6f-0c4d-4462-a414-9436525bd298",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "365ecfa4-a572-4872-a1c3-8627ea371657",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1aa5d0f4-de4f-443f-ad41-74034e4273ba",
          "name": "Optimism L2 stats",
          "request": {
            "name": "Optimism L2 stats",
            "description": {
              "content": "Returns optimism l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7566d784-c01f-4426-aa5a-0e90c5bff6a3",
              "name": "Optimism",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46ae692e-c607-4c83-b36a-daa616b8687f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a9e388d-6f85-41a4-84b5-a1b85f95cb17",
              "name": "Payment required - free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e8452b2-8cfb-434c-85d0-a23d0d44148f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18f13ec7-49c2-40df-bafe-890c8a6e89da",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2019d3ad-5b3e-48f7-b89f-00a93a3bc240",
          "name": "L2 scaling summary",
          "request": {
            "name": "L2 scaling summary",
            "description": {
              "content": "Returns l2 scaling summary for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "scaling"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e7e9a689-f8db-4942-b640-99d1719e59bc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scaling"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bbcc0c2-c3df-480d-bbbc-dd8454d31c2d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scaling"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0483946e-6b4f-4ed1-b4ea-36eb98d32604",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scaling"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28274bf3-f459-4eca-9731-afb6661540d7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scaling"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3af28c6-c815-4d4e-b6f3-4f7bd1aa3770",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scaling"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3bd4b671-42f8-4a56-ab33-23acde0a1ba6",
          "name": "Scroll L2 stats",
          "request": {
            "name": "Scroll L2 stats",
            "description": {
              "content": "Returns scroll l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "scroll"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b4109189-bdae-4f1e-a0f1-30ae89b36f89",
              "name": "Scroll",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf582e24-afbc-4156-bab3-2f0f412069b4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a035aa8e-8700-4283-b32c-039bc24ac28b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "baf4ee54-2919-406a-9d2a-1bbfae9309e8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "57d962f8-3052-49dd-8641-5ac0e893b1ef",
          "name": "Starknet L2 stats",
          "request": {
            "name": "Starknet L2 stats",
            "description": {
              "content": "Returns starknet l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "starknet"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c8a18777-3914-44f5-bd92-1b83899796aa",
              "name": "Starknet",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "starknet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73a514ea-53bd-4655-b6e3-60de375d1c0c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "starknet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c04272b-3b69-4745-8cd1-cae9dff5b96c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "starknet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c8967b7-bd5e-4246-a91c-7f00cab77e2f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "starknet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54ae2a1a-a468-44ec-acc6-718202d0afa2",
          "name": "L2 TPS comparison",
          "request": {
            "name": "L2 TPS comparison",
            "description": {
              "content": "Returns l2 tps comparison for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "tps"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "540ab62b-db59-4916-bd47-6d5743b2a76a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "499391b1-7e55-41fc-b5e1-853c36a9851f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6032658-c298-4168-968a-7caf900adc34",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6c63023-2365-44f9-9e00-ecaed12f52c2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "997a3d95-0b7d-4dc3-9463-d99ee5127f99",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22e6431e-056c-4cf0-ac6a-7318b741542d",
          "name": "L2 project TVL",
          "request": {
            "name": "L2 project TVL",
            "description": {
              "content": "Returns l2 project tvl for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "tvl",
                ":project"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "project",
                  "disabled": false,
                  "description": {
                    "content": "(Required) project",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "535da59e-24c7-4667-9066-19588bf6052b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27505ada-7a20-4c85-be0e-3f5f2d5a59d9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61da222e-8a87-4d94-8f89-ad17cc859813",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bc93527-c3f0-4de1-bd26-607962b483bc",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e665ecd-9fa1-47da-93a1-c2ad0ac1e101",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2d029f4-d96a-42a6-b22e-89a43bcd002b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "tvl",
                    ":project"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) project",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "project"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41d4f140-3678-4c43-93bc-0d4b1a6d4ad9",
          "name": "zkSync L2 stats",
          "request": {
            "name": "zkSync L2 stats",
            "description": {
              "content": "Returns zksync l2 stats for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "zksync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6ff31f52-8f93-4c6f-8380-324cdbe1bea2",
              "name": "zkSync",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62f15eb7-ae4d-435d-ae2e-f627d2fe1c85",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99208954-31fc-4909-9139-2aaf8ebc4c18",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5a3d539-e39e-4333-a3ac-7c45a2ddb93e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35f204b1-2faa-4c64-ab3e-c2abfed1b934",
          "name": "Multi-chain ETH balances",
          "request": {
            "name": "Multi-chain ETH balances",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nMulti-chain ETH balances",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "multichain",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "04e69b18-9625-4e8b-9e7e-e932c4df20d2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "multichain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64758a24-736f-4b11-8dbe-173766446b33",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "multichain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a14bd2a-9056-419f-a243-83ddb6bf3e23",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "multichain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fd6ed62-37be-4c98-a6c7-c8f8e49b3078",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "multichain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1470c2f-f8b2-486c-ba87-774ec69260d3",
          "name": "L2 TVL comparison",
          "request": {
            "name": "L2 TVL comparison",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLayer 2 network stats and TVL",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "l2",
                "comparison"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cc0fbc67-623a-40c9-8626-0f611f403e7b",
              "name": "L2 comparison",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"category\": \"<string>\",\n  \"protocols\": [\n    {\n      \"key_0\": 2732\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"totalTvl\": \"<number>\",\n  \"chains\": \"<array>\",\n  \"name\": \"<string>\",\n  \"count\": \"<number>\",\n  \"date\": \"<string>\",\n  \"globalTvl\": \"<string>\",\n  \"dataPoints\": \"<string>\",\n  \"history\": \"<array>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33f12ac6-01b2-4531-a781-469c8ce4b029",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b757402d-d084-4bcb-97a2-c8366abab723",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "239fec44-4bf6-4c6a-83e6-f8177d30825c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "l2",
                    "comparison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ee60c7d-7b00-48d4-814c-c5f508766d79",
          "name": "Polygon-zkevm",
          "request": {
            "name": "Polygon-zkevm",
            "description": {
              "content": "Polygon-zkevm.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "l2",
                "polygon-zkevm"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f90b9abd-cf61-4326-9689-e137d4cb713f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "polygon-zkevm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d3bba4f-92c7-4534-b6c6-6ac65a707cd0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "polygon-zkevm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8da12912-c99a-497c-a414-2bd1aa8d4070",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "polygon-zkevm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "14166b6f-bfba-4abd-9f50-e03a8d111aae",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "l2",
                    "polygon-zkevm"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f7698f4-0d65-48ef-97a8-730b846fe766",
          "name": "Bridges list",
          "request": {
            "name": "Bridges list",
            "description": {
              "content": "Returns bridges list for the specified Layer 2 network. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "209e5119-09ef-48c2-81bc-d46f3feb587e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"bridges\": [\n    {\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"displayName\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"volumeYesterday\": \"<number>\"\n    },\n    {\n      \"chains\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"displayName\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"volumeYesterday\": \"<number>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64f5cbfb-4721-417a-97cf-631ba8596bd0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2e7ebc2-50f3-441e-8f42-f3e2428bac1d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Security",
      "description": "Risk scores, contract verification (15+)",
      "item": [
        {
          "id": "e97c2675-bd5f-4fe5-b69f-0be652129399",
          "name": "Address security check",
          "request": {
            "name": "Address security check",
            "description": {
              "content": "Returns address security check for security analysis. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "security",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2f643ef8-0b19-4740-b9e8-5e42055927ba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4ccda5e-9a34-453f-b603-04656145294a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fb4ec81-b0f6-4b13-90bb-e019fb184fc3",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2e9534d-8777-4905-ba1d-1c0d0e5f9f26",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17910402-2409-4720-bd50-f98218d512f2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac7e8aa5-d353-4c12-9603-0bc7f3891d79",
          "name": "Contract verification status",
          "request": {
            "name": "Contract verification status",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "contract",
                "verify",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a7300b15-1e5f-4478-9618-8a76aae33266",
              "name": "Verification",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c414fa8-a2fa-4816-a5a9-c9a48df0825d",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9651210-b0bd-4c3a-ae44-dafe08323413",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0173c17e-7e88-45f3-8af7-3c3fcb4f2128",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bff268db-900f-4b3b-91f0-e706fdaaa884",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2753c156-0a1d-40a2-b306-1da63b8360f5",
          "name": "Honeypot",
          "request": {
            "name": "Honeypot",
            "description": {
              "content": "Returns honeypot for security analysis. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "security",
                "honeypot",
                ":chain",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4d07efe8-5969-4e92-90bd-8a54419a6372",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "honeypot",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7c04d9b-1b7e-4ed2-a64c-307ab303a9b0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "honeypot",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7c70d374-2aec-423d-a68d-ac1e2b50c1e5",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "honeypot",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0efa0587-ffa5-46c9-81ac-26af23b14e7a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "honeypot",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fb6cd63f-f56b-4432-be53-8ff0d3ed7edf",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "honeypot",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "60eaad09-5179-4b14-a881-5be206878a05",
          "name": "Approval",
          "request": {
            "name": "Approval",
            "description": {
              "content": "Returns approval for security analysis. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "security",
                "approval",
                ":chain",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "637936cb-7f48-48c3-8e03-61d058262393",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "approval",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5805ae1-b720-453e-8cae-25a99124ef74",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "approval",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5eab096-d1b3-43a4-8eaf-31b867704e4c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "approval",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f57c87e-3750-427a-b913-13794f572506",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "approval",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c055db65-88c4-40e4-9d96-636f6a7c89a1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "security",
                    "approval",
                    ":chain",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6ff5dbc5-1a6c-4e33-a429-aef2f8eb98b0",
          "name": "Contract source",
          "request": {
            "name": "Contract source",
            "description": {
              "content": "Returns contract source for security analysis. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "contract",
                "source",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "efd64e38-99a4-4ea3-ab38-4a24303efd37",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"abi\": \"<string>\",\n  \"address\": \"<string>\",\n  \"compilerVersion\": \"<string>\",\n  \"constructorArguments\": \"<string>\",\n  \"contractName\": \"<string>\",\n  \"evmVersion\": \"<string>\",\n  \"implementation\": \"<string>\",\n  \"library\": \"<string>\",\n  \"licenseType\": \"<string>\",\n  \"optimizationUsed\": \"<boolean>\",\n  \"proxy\": \"<boolean>\",\n  \"runs\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"sourceCode\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5872980f-ffec-42a1-936a-6fff2f70264d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d8c1dee-acc6-4176-806e-f08673dd2788",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "93d69d98-d4b7-4e11-b741-9e28fce840c6",
          "name": "Contract creation",
          "request": {
            "name": "Contract creation",
            "description": {
              "content": "Returns contract creation for security analysis. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "etherscan",
                "contract",
                "creation",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f2c8f12f-c0b9-48d9-9827-846e62567828",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c39697e-bc1d-4fff-8ce6-2a46a185fc89",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77186801-2af3-408d-982e-040d86d4432f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "etherscan",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5df538b1-6520-43a6-8bc0-2cfe1e8c6dde",
          "name": "Crypto hacks",
          "request": {
            "name": "Crypto hacks",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRecent hacks/exploits",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "hacks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "85cd4bf6-d012-4a3a-8465-468fb7409ef5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87267dfc-fb52-43a1-9738-a917176052f4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c4e37296-855c-4678-9e6c-5d3bc281ad15",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Auth",
      "description": "SIWE (Sign-In with Ethereum) authentication endpoints for session management and user verification.",
      "item": [
        {
          "id": "683ea4e7-2f9e-4105-8384-30614dc14c90",
          "name": "Get current session",
          "request": {
            "name": "Get current session",
            "description": {
              "content": "Get current authentication session status",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "session"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5e32e167-e535-4e3b-8223-740423f4a345",
              "name": "Session info Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "session"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"authenticated\": \"<boolean>\",\n  \"timestamp\": \"<dateTime>\",\n  \"address\": \"<string>\",\n  \"chainId\": \"<integer>\",\n  \"issuedAt\": \"<dateTime>\",\n  \"expiresAt\": \"<dateTime>\",\n  \"message\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "916056ee-f3cf-4a37-81dd-2d453d7af8a6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "session"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26ebe090-2ac4-4f90-b788-83b7722c7460",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "session"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9496457e-db64-4174-9a83-ec90b9525e77",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "session"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33368d34-b251-432d-9665-45097ca85228",
          "name": "Health",
          "request": {
            "name": "Health",
            "description": {
              "content": "Health. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a874bb3f-9612-4bd8-8992-9e4d94f047d8",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"auditLogExport\": \"<boolean>\",\n  \"cacheSize\": \"<integer>\",\n  \"concurrentSessionLimits\": \"<boolean>\",\n  \"config\": {\n    \"key_0\": 4298,\n    \"key_1\": \"string\"\n  },\n  \"deviceFingerprinting\": \"<boolean>\",\n  \"endpoints\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"ensResolution\": \"<boolean>\",\n  \"multiChain\": \"<boolean>\",\n  \"refreshTokens\": \"<boolean>\",\n  \"rememberDevice\": \"<boolean>\",\n  \"securityNotifications\": \"<boolean>\",\n  \"service\": \"<string>\",\n  \"sessionGeolocation\": \"<boolean>\",\n  \"sessionLabels\": \"<boolean>\",\n  \"sessionRevocation\": \"<boolean>\",\n  \"stats\": {\n    \"key_0\": 3530,\n    \"key_1\": true\n  },\n  \"status\": \"<string>\",\n  \"storage\": \"<string>\",\n  \"supportedChains\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\"\n    }\n  ],\n  \"timestamp\": \"<string>\",\n  \"tokenDurations\": {\n    \"key_0\": 2020,\n    \"key_1\": false,\n    \"key_2\": 4966\n  },\n  \"twoFactorAuth\": \"<boolean>\",\n  \"version\": \"<string>\",\n  \"webhooks\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a547f39d-fc55-433e-bf45-1105e86b9789",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "05c8e798-e68a-4da8-88a4-909afc855f75",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8a4ed986-975f-4d00-a663-00bb74fcde2a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9cfb089c-554d-4bd1-ad0e-20b531427276",
          "name": "Chains",
          "request": {
            "name": "Chains",
            "description": {
              "content": "Chains. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "94dddf97-beb9-44af-8931-81cfc3b6c0a3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"key_0\": \"string\",\n      \"key_1\": 590.5151073593573,\n      \"key_2\": \"string\",\n      \"key_3\": 4419\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\"\n    }\n  ],\n  \"default\": \"<integer>\",\n  \"defaultName\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": \"string\",\n  \"key_1\": 3370\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2ad4ff7-c25d-4742-a5c3-2f44617b397d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "95021e90-e1bd-49d9-b43f-395aa297b531",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c7790f20-1ebf-4ec9-b6cd-59cabb814b74",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd2551e6-2afb-47d4-bdc2-7549e6794f19",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "Stats. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "50f62d10-f8e8-4d12-8dc5-4c9eb50c8ca6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"apiKeys\": {\n    \"total\": \"<integer>\",\n    \"key_0\": true\n  },\n  \"devices\": {\n    \"total\": \"<integer>\",\n    \"trusted\": \"<integer>\",\n    \"uniqueUsers\": \"<integer>\",\n    \"key_0\": 9112\n  },\n  \"logins\": {\n    \"allTime\": \"<integer>\",\n    \"today\": \"<integer>\"\n  },\n  \"memoryCache\": {\n    \"size\": \"<integer>\",\n    \"key_0\": 9177.025381793894\n  },\n  \"nonces\": {\n    \"active\": \"<integer>\",\n    \"key_0\": 4638\n  },\n  \"profiles\": {\n    \"total\": \"<integer>\",\n    \"key_0\": \"string\",\n    \"key_1\": false,\n    \"key_2\": \"string\"\n  },\n  \"refreshTokens\": {\n    \"active\": \"<integer>\",\n    \"total\": \"<integer>\"\n  },\n  \"sessions\": {\n    \"active\": \"<integer>\",\n    \"total\": \"<integer>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22704212-bcfd-4425-8459-31be5dfd9ad7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "85f8e5c8-533d-4604-8303-60ffd54bc124",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4494ba1e-6ab0-48a9-b7b1-1fe339ef33a9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c47676b-9c00-4947-8f2d-aac20ec3a7fd",
          "name": "Analytics",
          "request": {
            "name": "Analytics",
            "description": {
              "content": "Analytics. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "analytics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "93628346-5788-4eeb-8ad2-b4647192964d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"dailyLogins\": [\n    {\n      \"date\": \"<string>\",\n      \"logins\": \"<integer>\",\n      \"uniqueUsers\": \"<integer>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"logins\": \"<integer>\",\n      \"uniqueUsers\": \"<integer>\",\n      \"key_0\": 4070,\n      \"key_1\": 1765,\n      \"key_2\": \"string\"\n    }\n  ],\n  \"period\": {\n    \"days\": \"<integer>\",\n    \"from\": \"<string>\",\n    \"to\": \"<string>\",\n    \"key_0\": 8278.791173735586,\n    \"key_1\": true,\n    \"key_2\": false\n  },\n  \"sessionDuration\": {\n    \"average\": \"<integer>\",\n    \"averageFormatted\": \"<string>\",\n    \"max\": \"<integer>\",\n    \"maxFormatted\": \"<string>\"\n  },\n  \"timestamp\": \"<string>\",\n  \"topUsers\": [\n    {\n      \"address\": \"<string>\",\n      \"lastLogin\": \"<string>\",\n      \"loginCount\": \"<integer>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"lastLogin\": \"<string>\",\n      \"loginCount\": \"<integer>\",\n      \"key_0\": false,\n      \"key_1\": 3660.0681419310545,\n      \"key_2\": false\n    }\n  ],\n  \"totals\": {\n    \"activeSessions\": \"<integer>\",\n    \"allTimeLogins\": \"<integer>\",\n    \"periodLogins\": \"<integer>\",\n    \"uniqueUsers\": \"<integer>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5c97e40-9ec5-4df1-bf77-3ca36cb9f268",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "58853dad-03b0-4b20-85af-42f901508b55",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5f569155-3d2e-46b9-8802-f5a19e2dd7e1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "analytics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e126112f-ce3f-47cf-9be8-d44fda1b9d64",
          "name": "Login-history",
          "request": {
            "name": "Login-history",
            "description": {
              "content": "Login-history. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "login-history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "06cd9a7c-f4c1-49cf-941f-e1fa40732371",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a37e736-fb24-4dce-b3e6-e217c1c16a32",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b9a084e2-055e-46be-acbf-6e6a884da105",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dff9a12d-73a0-423a-8c7b-23538dfa1ee3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2c801c0-6ba5-4d99-afb6-99968beb0068",
          "name": "Refresh",
          "request": {
            "name": "Refresh",
            "description": {
              "content": "Refresh. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "refresh"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6873dda4-766b-459e-b30b-352e9b7b88e6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56d804e0-4a4d-4aad-b78e-d8c24d5f563d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "216ff637-504e-4845-b838-567ccd5ff7ab",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "868bdfe7-02e7-4798-8ddf-354f09352177",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "refresh"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c59c5861-3995-429c-b02b-80f818b6c272",
          "name": "Revocations",
          "request": {
            "name": "Revocations",
            "description": {
              "content": "Revocations. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "sessions",
                "revocations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "71e68c2e-f8a7-4ef4-bbf5-325370882070",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "sessions",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6683bd58-4352-47c4-9f4b-b903624ea6fe",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "sessions",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3b32666f-418c-4090-8666-2dffa485b40d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "sessions",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "476e6c75-ffb4-4cb9-b6c9-00e08709c536",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "sessions",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2f62028-7a98-437a-8163-9ff5b6de5998",
          "name": "Get current user info",
          "request": {
            "name": "Get current user info",
            "description": {
              "content": "Returns the authenticated user's profile and session information",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "67c3731b-7890-4dbd-a3ac-de612240a299",
              "name": "Current user information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"authenticated\": \"<boolean>\",\n  \"timestamp\": \"<dateTime>\",\n  \"chainId\": \"<number>\",\n  \"ensName\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"sessionExpires\": \"<dateTime>\",\n  \"requestsRemaining\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "442f32f2-270b-49d1-afc9-4b4bf62c0182",
              "name": "Not authenticated",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ee79e92-a31e-46f3-8676-204f5e639970",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc9d2753-7456-4c44-a850-f2b250197547",
          "name": "Payments",
          "request": {
            "name": "Payments",
            "description": {
              "content": "Payments. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01ab6f7e-1793-490e-9509-d2002d6aa85f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a6462cd-24d5-45ab-8676-1195de90a8db",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b1ff3721-fa57-4085-96b4-6dbcd95920e4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71dee4b2-47a4-40c9-ba3e-7035213e5444",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b2e374e-41e5-4b76-95eb-ba2cc1eeb300",
          "name": "Activity",
          "request": {
            "name": "Activity",
            "description": {
              "content": "Activity. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6535a448-f6c4-4351-b6a1-d7c030bfccba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26b5085f-3c2f-4e06-a6ef-9df839daf38e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f1254aa2-878e-4af7-988a-89681a26b049",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "30a91277-8ee0-4995-850f-07d43ca398a2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "12aa07ad-3e91-44ea-a93b-22be12735b5d",
          "name": "Notifications",
          "request": {
            "name": "Notifications",
            "description": {
              "content": "Notifications. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "notifications"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "94f471de-5d53-4643-bbcd-05da5d7821d8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0be12d55-1b8b-439e-9a98-217247e7f3eb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6fac76a8-28b2-4297-9283-67c42e8fc888",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a0fa26ce-98fa-4961-81c2-247c2516a097",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0be0cf3e-ace3-47ed-b1b1-531c5c7fe7cf",
          "name": "Email",
          "request": {
            "name": "Email",
            "description": {
              "content": "Email. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "notifications",
                "email"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9b78ce1a-2ec2-41e6-8a49-9e848fcf069c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce50e92f-486b-4d9a-b868-971c0af59fbb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b49680c9-5008-403d-9dd1-6e78c5946744",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "619f0915-7f78-443e-82d2-9529b9bff341",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6caa7616-483d-4584-af21-4cd7a83687bf",
          "name": "Verify",
          "request": {
            "name": "Verify",
            "description": {
              "content": "Verify. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "notifications",
                "email",
                "verify"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bd422159-7d06-468e-b83e-d6b545d4b3e2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba80040d-5228-4d86-945c-7e0342d660e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ed43eb17-d735-4d7c-aa77-d4bb132df4d4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d583531d-d750-4aa9-bc41-d1100ebb7912",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "notifications",
                    "email",
                    "verify"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b7b26cd-2386-4ae3-9597-9a1a92f40e4e",
          "name": "Devices",
          "request": {
            "name": "Devices",
            "description": {
              "content": "Devices. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "devices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a66bcd5b-bafc-4bbb-bcaa-b710e51e46ba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56ffd5d4-790a-4a29-b1f6-49362bd79087",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a672f77a-ee79-45e8-a985-3936e042c761",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff4fa9ef-42c2-4fab-9a39-0b6a9a6fb25b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "414f1fd4-d391-4b80-9688-5711d342615a",
          "name": "Untrust",
          "request": {
            "name": "Untrust",
            "description": {
              "content": "Untrust. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "devices",
                ":fingerprint",
                "untrust"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fingerprint",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fingerprint parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "98b5c1d2-549d-45f4-86ce-b6f48887115e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices",
                    ":fingerprint",
                    "untrust"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fingerprint parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fingerprint"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f77ddc33-fe8e-4433-be97-16ce77457b81",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices",
                    ":fingerprint",
                    "untrust"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fingerprint parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fingerprint"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d71dd4a-b012-4879-a870-35bb7dedcf5d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices",
                    ":fingerprint",
                    "untrust"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fingerprint parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fingerprint"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0e7dcad-2524-40df-aee6-fb58bcaa5762",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices",
                    ":fingerprint",
                    "untrust"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fingerprint parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fingerprint"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a019c65-8dbc-4cec-9b31-8c3e28ad9838",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "devices",
                    ":fingerprint",
                    "untrust"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fingerprint parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fingerprint"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "15c3b55a-74ca-48ea-b92b-62d69b7e1d58",
          "name": "Events",
          "request": {
            "name": "Events",
            "description": {
              "content": "Events. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "webhooks",
                "events"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c4c74f8a-fd02-409d-9914-197f06894ac0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"descriptions\": {\n    \"device_trusted\": \"<string>\",\n    \"email_verified\": \"<string>\",\n    \"login\": \"<string>\",\n    \"logout\": \"<string>\",\n    \"new_device\": \"<string>\",\n    \"oauth_authorize\": \"<string>\",\n    \"oauth_token\": \"<string>\",\n    \"refresh_token_used\": \"<string>\",\n    \"session_revoked\": \"<string>\",\n    \"token_reuse_detected\": \"<string>\"\n  },\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"timestamp\": \"<string>\",\n  \"wildcard\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c54e4ca-7279-4344-a6fc-641223cea033",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "688002f8-ba68-45e0-bf49-57c96892d10b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb93212a-4acb-45a0-a9f5-cd816866ab9b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8d23bb7-7860-4030-bfc9-230531d6ee74",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "Stats. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "webhooks",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "82e1123f-45b7-417f-9481-91805b3bf49f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"deliveries\": {\n    \"last24h\": \"<integer>\",\n    \"successRate\": \"<string>\",\n    \"successful\": \"<integer>\",\n    \"total\": \"<integer>\"\n  },\n  \"subscriptions\": {\n    \"active\": \"<integer>\",\n    \"total\": \"<integer>\",\n    \"key_0\": true\n  },\n  \"supportedEvents\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9e0e8d8-cbc4-473d-ac63-cf2dad0b48ee",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1cc67ff3-256e-4ac7-8cd4-2cded62fa437",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4305bcb5-b331-46e4-a99a-f0b5b91a7c39",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "webhooks",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "de7c67ec-bd85-4ff4-8c64-c8f66cd6b3f4",
          "name": "Webhooks",
          "request": {
            "name": "Webhooks",
            "description": {
              "content": "Webhooks. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "webhooks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bbe4afae-9e55-457c-a522-f060ac73a321",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd9573c2-b55a-4545-824c-50f2eecb1c64",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d82d4e05-14f3-4da4-b248-22c75d48f7a6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e5e1c86c-df55-4c1e-bbe9-6cd4620c25ce",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "58a6d9a8-f132-4cb1-a682-4c296553e32e",
          "name": "Webhooks",
          "request": {
            "name": "Webhooks",
            "description": {
              "content": "Webhooks. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "webhooks",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d7229381-805e-44b5-b6cb-9342dc60cb16",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "818982e3-8b92-4ccd-8032-224ee44f0ee0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a2f750d8-76e2-40e0-b623-d9714337d4bb",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5848a04d-b3cd-4c9c-a82d-f27c8c166afa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f9d82ebf-c0ea-4c87-b8ef-4caa99b87815",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0989c5df-5173-4724-bda6-5093d372a11a",
          "name": "Deliveries",
          "request": {
            "name": "Deliveries",
            "description": {
              "content": "Deliveries. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "webhooks",
                ":id",
                "deliveries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cffaaab5-6868-4f30-bdcf-26d268dea47b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f075310-bd29-4d46-adda-6c674946d83f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ca1469bf-ec21-448a-8586-474a8ac71026",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3be250f7-5fbd-46b3-8906-28f32b7a0284",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b23e5c5e-80ca-4dcb-8435-ffd2f883eb4e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "deliveries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3eb16adf-61b2-4e42-9d15-66b634e5345b",
          "name": "Test",
          "request": {
            "name": "Test",
            "description": {
              "content": "Test. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "webhooks",
                ":id",
                "test"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a70ee362-e98c-4675-8437-0e5a6f6803f3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c80b119e-ee79-4627-83ca-74af041fcb1f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aff8811b-69a5-4d13-a8fb-48157b1a960e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0753c3c5-5ac0-4406-83ca-7229b2b4aeaf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "582e5cd0-f4e0-4c63-aa95-7128ecb56121",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "webhooks",
                    ":id",
                    "test"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbc74b00-b087-454b-9a95-3b30734d0d16",
          "name": "Security",
          "request": {
            "name": "Security",
            "description": {
              "content": "Security. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "security"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1af358fe-b754-453d-b3d2-f4d1363c7bfe",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "security"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c249c97-d2a3-4878-be61-002d750f564a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "security"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f66a82d5-d074-492e-992f-438024ae6781",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "security"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6c957110-d378-4461-b6ef-ea34afb6f9e1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "security"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3a99fe7-3513-439c-b3ff-3e6d94e42d6f",
          "name": "Sessions",
          "request": {
            "name": "Sessions",
            "description": {
              "content": "Sessions. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f0ef8fb8-1f62-4ca5-94ad-13074f3feef2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "169f01ce-1739-4fbe-88b1-46e1e050c515",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0737acb9-6b16-454b-809f-874b427e6bf5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef24ec80-5bb3-413c-941c-2d801c69081e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23298156-f338-4bb5-b56e-ed8d72ada77b",
          "name": "Sessions",
          "request": {
            "name": "Sessions",
            "description": {
              "content": "Sessions. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "sessions",
                ":familyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "familyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The familyId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8e63ce56-0456-4b07-8a31-7047745af357",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions",
                    ":familyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The familyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "familyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "619a665a-7bc9-4fcb-84ed-f00a4b37311a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions",
                    ":familyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The familyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "familyId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eb2679b5-8ba7-43e0-b82c-0d26813cf18f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions",
                    ":familyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The familyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "familyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e53bc721-f1f3-4527-b48c-5bb2c9ca670a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions",
                    ":familyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The familyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "familyId"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46cff400-ae98-417a-b1db-f666b31c3ad5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "sessions",
                    ":familyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The familyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "familyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74ae2535-da5c-496b-b408-5d8e5d0d545c",
          "name": "Logins",
          "request": {
            "name": "Logins",
            "description": {
              "content": "Logins. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "audit",
                "logins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9e32dee0-981b-489d-b29b-5f204aa995a2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "logins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c5728c7-e6e8-4d7e-acc7-c59c1126e3e3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "logins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eeaf620a-c12c-4f58-b4ed-ccba929722f6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "logins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b62cbb3a-e5af-447b-931c-464a78e63028",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "logins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7747dbdd-fc59-49a8-a947-58d625782db3",
          "name": "Revocations",
          "request": {
            "name": "Revocations",
            "description": {
              "content": "Revocations. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "audit",
                "revocations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b5c0fdc8-ecfc-4c6f-9c6d-7d653cb13e0f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b06c82ee-1c7d-431d-8597-2d88db84b273",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "500d635a-904d-43f9-b96a-53f86a5b6fdd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "26ee2874-ca36-4b11-92be-8a0ad19b6783",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "revocations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3a2c507-b02e-433c-9312-9ae3e03acc68",
          "name": "Devices",
          "request": {
            "name": "Devices",
            "description": {
              "content": "Devices. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "audit",
                "devices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dacb95ea-7e30-4d52-b33b-29ca546ff508",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3123784-1b92-4021-ac0e-40aba208d269",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b1bf43e1-6f82-41f6-b2fc-afeb0e54e074",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1408262d-ee85-40e7-8158-7120afba3492",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "devices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5cb8cb0-ea05-4e5f-8b2e-5db349e7fb14",
          "name": "Export",
          "request": {
            "name": "Export",
            "description": {
              "content": "Export. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "me",
                "audit",
                "export"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "98a5b91d-2335-4266-89a7-5bd7ad3aa9c0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "429ae69a-786f-4b4c-a4d3-a1037a32587f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cf99d9fc-1b0b-4c8d-8151-23d996266a3d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c4bae9a8-0f90-4e21-a092-b01f35c5b829",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "me",
                    "audit",
                    "export"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "595af8da-5b1a-408c-897e-1ffc3ec676a6",
          "name": "Delete API key",
          "request": {
            "name": "Delete API key",
            "description": {
              "content": "Returns delete api key data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "keys",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) API key ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "816f045b-7566-4c77-a3d3-8d5f0f5c50e3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff455a93-b611-4fb4-93e1-6a7db0979af0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09fffa2d-4d15-4453-9c90-ed170f443153",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac74eabd-b2c9-4c2a-bf34-f802ac35084d",
          "name": "Update API key",
          "request": {
            "name": "Update API key",
            "description": {
              "content": "Returns update api key data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "keys",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) API key ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e1e50b6f-4768-481e-9a79-2db2e8b94730",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe1683d0-ed6e-410c-86bb-a61fc4785cfd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71159695-dcb2-407b-8960-f1644206089f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "51766c7e-ecd0-436e-8a74-e711f57eb3ec",
          "name": "Credit pricing",
          "request": {
            "name": "Credit pricing",
            "description": {
              "content": "Returns credit pricing data. Response follows standard API conventions (direct payload unless otherwise noted).\n\nNOT IMPLEMENTED: documented for compatibility; returns 404 in prod.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "credits",
                "pricing"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "41bdcf19-3455-4bb0-9ce9-21e398bd1377",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8911453e-ba73-4d91-b4e3-ca675d7d86c2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "075c3e22-fc27-44b5-8578-0d1bbadc7dd4",
              "name": "Not implemented (deprecated)",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "170f2a0d-e2dd-48c4-8254-47bf4eedaa6b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f941a4f-c777-43e8-ab33-925d862181fd",
          "name": "Key credits",
          "request": {
            "name": "Key credits",
            "description": {
              "content": "Returns key credits data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "credits",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) API key ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d98a0f7-da31-4939-8d65-2dd5229e6920",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e52ba94-7a71-4063-afce-e3ad088ab5ff",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90d88d54-aa8a-4c02-9dad-371e8b1a04b4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c2a5984-934a-4e24-86d1-3742f85433b5",
          "name": "Purchase credits",
          "request": {
            "name": "Purchase credits",
            "description": {
              "content": "Returns purchase credits data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "credits",
                ":keyId",
                "purchase"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) API key ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5a416187-236d-4419-8d21-5a9a8749b3ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17a2d2d7-7597-429b-a86f-8e9347112194",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a63f4a9-6716-4df7-bd38-e44dd41bdab2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) API key ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "TwoFactor",
      "description": "2FA/MFA management - TOTP, WebAuthn/Passkeys, Recovery (17)",
      "item": [
        {
          "id": "84517da3-1b6a-4d2a-b0a6-bbf70c231a67",
          "name": "Get 2FA status for authenticated user",
          "request": {
            "name": "Get 2FA status for authenticated user",
            "description": {
              "content": "Retrieve current 2FA (two-factor authentication) status including TOTP and WebAuthn enablement for the authenticated user",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "2fa",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "efd6c766-acc3-48e4-aec2-9235c1d5c2d3",
              "name": "2FA settings",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"enabled\": \"<boolean>\",\n  \"totpEnabled\": \"<boolean>\",\n  \"webauthnEnabled\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afb77963-1f41-452f-b07f-ef3874628064",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bf685e7-f70d-4ebd-8d94-94d9f7a26b0e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0e8d3ee-02ee-4eab-b6e0-ba0f774791ae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "564f4c47-8b3b-4834-8d45-d33d74c3bf51",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "02a22024-7a47-41fe-b630-bad76f9c7a22",
          "name": "Setup",
          "request": {
            "name": "Setup",
            "description": {
              "content": "Setup. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "2fa",
                "totp",
                "setup"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d5577c48-ad27-4c51-af04-6e21499898f6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "totp",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f4b77ce-43eb-424e-b8e1-e35e4626cba0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "totp",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "44b3142a-2788-4cef-9ffa-49cf907bbe2b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "totp",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "370cd98d-2f9c-4822-aa76-f9d6524c6a42",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "totp",
                    "setup"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75cbb88c-d8de-4f89-ac23-5a52bcb76351",
          "name": "Passkeys",
          "request": {
            "name": "Passkeys",
            "description": {
              "content": "Passkeys. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "2fa",
                "passkeys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7cc2c8b0-9260-4273-a815-c2d668a844a9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "passkeys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1659522e-77ef-46d8-ba53-6bbf551f4fbf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "passkeys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2fa44033-e607-4fe4-9faf-b55a52531ddb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "passkeys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "11674b31-dc23-4fcc-96f9-6bec8d0240dc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "passkeys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66115a97-8708-4114-a882-e56def95e2b3",
          "name": "Count",
          "request": {
            "name": "Count",
            "description": {
              "content": "Count. Authentication endpoint for wallet-based access control. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "auth",
                "2fa",
                "recovery",
                "count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a0983096-8d6d-4bbf-acbc-f524f65c1d41",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "recovery",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36742b11-5985-4635-b409-27680fb6c2fa",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "recovery",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "703856bd-724c-405f-a427-91b0b884d95c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "recovery",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b2d90f57-3ad5-4d4e-9ac6-36629b7fc880",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "auth",
                    "2fa",
                    "recovery",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "OAuth",
      "description": "OAuth2/OIDC bridge for enterprise SSO integration (10)",
      "item": [
        {
          "id": "19da3ced-cdd8-4ac7-be55-e18f5f6ab2bf",
          "name": "Openid-configuration",
          "request": {
            "name": "Openid-configuration",
            "description": {
              "content": "Openid-configuration.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                ".well-known",
                "openid-configuration"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "<string>",
                  "key": "address"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ca775137-68c7-418a-bdba-f144acb4e54e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"authorization_endpoint\": \"<string>\",\n  \"claims_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"code_challenge_methods_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"grant_types_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"id_token_signing_alg_values_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"introspection_endpoint\": \"<string>\",\n  \"issuer\": \"<string>\",\n  \"jwks_uri\": \"<string>\",\n  \"response_modes_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"response_types_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"revocation_endpoint\": \"<string>\",\n  \"scopes_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"service_documentation\": \"<string>\",\n  \"siwe_chains_supported\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"siwe_supported\": \"<boolean>\",\n  \"subject_types_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"token_endpoint\": \"<string>\",\n  \"token_endpoint_auth_methods_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"ui_locales_supported\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"userinfo_endpoint\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6033b135-521e-4ed5-9bfb-20442d2b09bc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a09feed9-b2ee-4ad7-809d-bfd2fd8e7dbd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e68d2b7d-1bec-42a8-8bc9-4be2063f159a",
          "name": "Jwks.json",
          "request": {
            "name": "Jwks.json",
            "description": {
              "content": "Returns jwks.json data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                ".well-known",
                "jwks.json"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "<string>",
                  "key": "address"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e81502d5-8e9a-4b07-9b6a-a4cd301c05bc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"keys\": [\n    {\n      \"alg\": \"<string>\",\n      \"kid\": \"<string>\",\n      \"kty\": \"<string>\",\n      \"use\": \"<string>\"\n    },\n    {\n      \"alg\": \"<string>\",\n      \"kid\": \"<string>\",\n      \"kty\": \"<string>\",\n      \"use\": \"<string>\",\n      \"key_0\": 4694.565740382268,\n      \"key_1\": 2398\n    }\n  ],\n  \"note\": \"<string>\",\n  \"key_0\": false,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e0aa528-578f-44fe-8de3-803f86d34f64",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "504cb02b-e0d6-403f-97cf-4050368b1873",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0661d670-92a4-4ba6-82a4-801364c925b5",
          "name": "Authorize",
          "request": {
            "name": "Authorize",
            "description": {
              "content": "Returns authorize data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                "authorize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "<string>",
                  "key": "address"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7ca8673f-e4b0-48f9-be28-915c6d2460e9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a750a349-e0a8-4fbc-960b-991a73d45d0c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c0beca1a-fde8-4943-885b-839a6991f183",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "069a13ac-42be-4fe4-939b-bb7fef2fc130",
          "name": "Login",
          "request": {
            "name": "Login",
            "description": {
              "content": "Returns login data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "<string>",
                  "key": "address"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "051ebdc2-0489-4de0-893f-26c926191e5e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49c32ea5-117b-4c70-ac29-e886a9f61ed9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3af032b5-cdc5-4245-9a50-c3b7a9cfae9d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d4648c23-9806-42a1-a534-1685f41ee418",
          "name": "Register",
          "request": {
            "name": "Register",
            "description": {
              "content": "Returns register data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                "register"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  },
                  "type": "any",
                  "value": "<string>",
                  "key": "address"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "85949ca2-392b-4387-a41f-f84e78847c2b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99898f5b-1320-4b58-bf3b-aedd244dc933",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5cee6290-3c85-4f61-9cf9-406c1886aff8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "00b48c45-9e68-41af-93f6-adef9078fb15",
          "name": "Health",
          "request": {
            "name": "Health",
            "description": {
              "content": "Returns health data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "oauth",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "61f895e0-0929-463a-8d86-57335755c766",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"endpoints\": {\n    \"authorize\": \"<string>\",\n    \"discovery\": \"<string>\",\n    \"introspect\": \"<string>\",\n    \"jwks\": \"<string>\",\n    \"register\": \"<string>\",\n    \"revoke\": \"<string>\",\n    \"token\": \"<string>\",\n    \"userinfo\": \"<string>\"\n  },\n  \"features\": {\n    \"authorizationCodeFlow\": \"<boolean>\",\n    \"dynamicClientRegistration\": \"<boolean>\",\n    \"pkce\": \"<boolean>\",\n    \"refreshTokens\": \"<boolean>\",\n    \"siweAuthentication\": \"<boolean>\",\n    \"tokenIntrospection\": \"<boolean>\",\n    \"tokenRevocation\": \"<boolean>\"\n  },\n  \"issuer\": \"<string>\",\n  \"registeredClients\": \"<integer>\",\n  \"service\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"version\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f944546-66ee-4780-b29b-baa859c1ba45",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4c3e98e0-009e-4f4b-8588-6ca4081a29cb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba60332d-4345-4def-a836-411294ce3dcc",
          "name": "OIDC discovery",
          "request": {
            "name": "OIDC discovery",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOpenID Connect discovery",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                ".well-known",
                "openid-configuration"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "502c6a65-4024-4eaf-9460-caef04a05066",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a307a8b-c8e7-4a7f-83eb-5a4a3fb7b11f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9a23975-4e47-4c84-aa17-ab73e4a9ee57",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "openid-configuration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "57774593-f955-4b89-876c-8c66f284f8db",
          "name": "JWKS",
          "request": {
            "name": "JWKS",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nJSON Web Key Set",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                ".well-known",
                "jwks.json"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0f870d10-f09e-4b1e-b8d0-ed0b4c75deed",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4908328-8d94-402d-b14f-50f2c4b58e9b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "681782fa-9391-4c45-b20c-504e036f9ca9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    ".well-known",
                    "jwks.json"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8cd2f785-d90d-459c-89a9-329ced4c9f89",
          "name": "OAuth authorize",
          "request": {
            "name": "OAuth authorize",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOAuth2 authorization",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "authorize"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "49878c44-6f43-4b20-814b-27e86b9e0918",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "311b0012-4a4c-46e1-a4fc-71069140321a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fe2c21d-eb27-4471-824a-07b7c6381a37",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "authorize"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eeffb4df-46c8-4ddc-8f4a-a8dad3ec2309",
          "name": "OAuth login",
          "request": {
            "name": "OAuth login",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOAuth2 login page",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "login"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5296cc3d-03de-4b11-acdd-d3a5c7c4cead",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80aa079a-1144-41be-9fc6-3444bebfef3b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c85b5f69-8dd6-4cbb-8ca3-b79ec8566294",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "login"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76917850-4240-4094-89fb-25621dcee454",
          "name": "Complete OAuth",
          "request": {
            "name": "Complete OAuth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nComplete OAuth2 flow",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "complete"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1f2911f3-6b88-473d-9ebd-34903ea4989e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "complete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb7baffa-27ed-414d-a635-0f958c3ffccc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "complete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01997378-f1d3-414c-a019-95b9dc7e6248",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "complete"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea924c22-5d6e-4f56-af28-8754952fde17",
          "name": "OAuth token",
          "request": {
            "name": "OAuth token",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOAuth2 token endpoint",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d8662c8c-8951-4557-b53b-1c5c7fa4146d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b531c17e-3f78-428e-8f29-5d335b37e1ae",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe619199-6891-4575-b5c7-77c05ca607fd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "67cae926-95d7-4070-b2d6-f06f69218f7a",
          "name": "Token introspect",
          "request": {
            "name": "Token introspect",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nToken introspection",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "introspect"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2ef39d48-6a56-497f-b6bd-245b915bacce",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "introspect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a30502f-6686-407b-a1b2-07e5b2df04fe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "introspect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0714310-8cee-4d5f-b159-70ad60d7a04c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "introspect"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a84c51db-4a09-4c71-9842-0205a5f2078f",
          "name": "Revoke token",
          "request": {
            "name": "Revoke token",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRevoke OAuth2 token",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "revoke"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "07f4a784-efd9-44b4-b0cc-32630c87a6af",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30516986-689b-4c57-b3e1-d6c8f1720793",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3aae16f9-a6de-40cf-9cd0-0b3009ef496e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "revoke"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6cb84113-2b8f-4d11-b042-d88b871b8835",
          "name": "Register client",
          "request": {
            "name": "Register client",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDynamic client registration",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "register"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e6db9996-9dae-4abb-b866-3411fb2799d8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28f85d72-0867-4348-9ee6-90a0a52bb4ad",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44981df7-76a2-4e9b-9125-8245feb6c48f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9cb8d1b6-a0e2-4f13-b6f4-a8ec0a5363d8",
          "name": "OAuth health",
          "request": {
            "name": "OAuth health",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOAuth service health",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oauth",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "416c8bb9-5d2c-40d0-8baa-96e3ad64bd9a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06432db1-275e-4544-af0a-49d25bfc77de",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba4422b2-75d7-429a-8142-ce33fbff3e3c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oauth",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Farcaster",
      "description": "Farcaster profiles, casts, channels (25+)",
      "item": [
        {
          "id": "3c9fc0ae-2518-4d87-b7bb-ba5e32b3e912",
          "name": "Farcaster user by ETH address",
          "request": {
            "name": "Farcaster user by ETH address",
            "description": {
              "content": "Look up a Farcaster user profile by their verified Ethereum address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b96f83b7-1d6e-4c7d-9fde-3d9817c8c14d",
              "name": "Farcaster user profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"fid\": \"<number>\",\n  \"username\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"displayName\": \"<string>\",\n  \"bio\": \"<string>\",\n  \"pfp\": \"<uri>\",\n  \"followerCount\": \"<number>\",\n  \"followingCount\": \"<number>\",\n  \"verifiedAddresses\": {\n    \"eth_addresses\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"sol_addresses\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"primary\": {\n      \"eth_address\": \"<string>\",\n      \"sol_address\": \"<string>\"\n    }\n  },\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2cc6a14-f850-4b0d-8519-87535ced68d2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c643989-e1c5-446f-87d7-b28d6dd75a43",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b84d9e8-9ec5-44d1-8ee9-40ef7e34415f",
          "name": "Cast reactions (likes/recasts)",
          "request": {
            "name": "Cast reactions (likes/recasts)",
            "description": {
              "content": "Returns cast reactions (likes/recasts) from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "cast",
                ":hash",
                "reactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4b04443b-1197-4136-a291-c70cab12bcc4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"hash\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2737e28c-fd4e-46a4-baba-fa4ea9101446",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc48d6fd-3041-4e81-9a78-74ac33994066",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da6691a1-eb2c-4b3d-820f-8e78f3463f05",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "424ee623-1021-46ed-9d8e-6d67dfb41265",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2c3c7999-8cab-47e1-b02c-062231cc66ec",
          "name": "Cast replies/thread",
          "request": {
            "name": "Cast replies/thread",
            "description": {
              "content": "Returns cast replies/thread from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "cast",
                ":hash",
                "replies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8e5ecb4e-d760-4b86-9ca0-7a3a47530221",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"hash\": \"<string>\",\n  \"replies\": [],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2f74799-866b-44d6-98f3-1d5e0ca126dd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44384dab-ce92-4b1c-b195-5a8dd436423a",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d2c65a1-b9c6-426e-97c5-a65882c66c67",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d64ae08-9a9a-4c2c-9441-e76fbf101900",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c41a1021-72d0-43e2-ac4a-491e0442adb0",
          "name": "Channel feed/casts",
          "request": {
            "name": "Channel feed/casts",
            "description": {
              "content": "Returns channel feed/casts from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "channel",
                ":name",
                "feed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "144a5802-0f84-4eb1-b8a8-89ab656be0b5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channel\": \"<string>\",\n  \"casts\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ecd6de1-1a64-4e8d-94a5-81e9a5c56555",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8db75f29-87ef-4f48-a249-9652a5d570d4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "046c2601-4014-48ec-ab9a-c4bb87e3dd4e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb01cfbc-2788-42d0-bdc4-09739ebd8de8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5dde4152-4c0d-41bd-b14f-8c36c37a368d",
          "name": "List Farcaster channels",
          "request": {
            "name": "List Farcaster channels",
            "description": {
              "content": "Get a list of Farcaster channels with their metadata",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "channels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum channels to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5967811b-7ac9-4453-b576-1fae445fa319",
              "name": "List of channels",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum channels to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channels\": [\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"followerCount\": \"<integer>\",\n      \"memberCount\": \"<integer>\",\n      \"imageUrl\": \"<uri>\",\n      \"headerImageUrl\": \"<uri>\",\n      \"url\": \"<uri>\",\n      \"createdAt\": \"<dateTime>\",\n      \"lead\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"active\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"followerCount\": \"<integer>\",\n      \"memberCount\": \"<integer>\",\n      \"imageUrl\": \"<uri>\",\n      \"headerImageUrl\": \"<uri>\",\n      \"url\": \"<uri>\",\n      \"createdAt\": \"<dateTime>\",\n      \"lead\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"active\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      }\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ce07c7e-b147-4db9-bb56-63d749baa21c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum channels to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "916e4947-9226-4296-8a67-d67c9fdfabd1",
          "name": "Farcaster user feed",
          "request": {
            "name": "Farcaster user feed",
            "description": {
              "content": "Get recent casts from a Farcaster user's feed",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "feed",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Max items to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2cc11509-3cda-4e8e-9aa2-62c532a67d71",
              "name": "User's feed casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fid\": \"<string>\",\n  \"casts\": [\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"author\": {\n        \"fid\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\"\n      },\n      \"timestamp\": \"<integer>\",\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      }\n    },\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"author\": {\n        \"fid\": \"<integer>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\"\n      },\n      \"timestamp\": \"<integer>\",\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      }\n    }\n  ],\n  \"timestamp\": \"<dateTime>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3667ac65-15c9-4286-ab7d-79c7154b5495",
              "name": "Payment Required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c444ebef-ce6c-40ce-8e77-8cff6e79f026",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7601a605-df8b-4114-8207-c00bed95f499",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Max items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd0655e7-24b8-4224-ae28-607b92a6218f",
          "name": "User notifications",
          "request": {
            "name": "User notifications",
            "description": {
              "content": "Returns user notifications from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "notifications",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "900ac57d-a160-44f1-af34-49d3e91432be",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fid\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7613f2d-ec4b-402e-8f60-87b1383d472b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2f0a70e-be62-43af-9727-9b81a2642a35",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "632d207a-03db-480e-b2b0-43995e65df25",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a30dc0e-823f-4501-a219-328b1fe6bea7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3c834c01-c20d-43c1-b59c-acee82d1d02f",
          "name": "Power badge users",
          "request": {
            "name": "Power badge users",
            "description": {
              "content": "Returns power badge users from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "power-badge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "00a54e94-ac39-41c2-a0bf-c50f2b75338a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"users\": [\n    {\n      \"displayName\": \"<string>\",\n      \"fid\": \"<integer>\",\n      \"followers\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"key_0\": 4079,\n      \"key_1\": \"string\"\n    },\n    {\n      \"displayName\": \"<string>\",\n      \"fid\": \"<integer>\",\n      \"followers\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"key_0\": 7811,\n      \"key_1\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "874e68e3-fb8f-474a-8244-9251be975476",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bfca25c-32bb-4dce-9fa7-9b6dbfc969a4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "896c6ad8-dd6b-4317-b995-93745ac610e7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e17fff01-d1c7-490a-8ba4-e90cbb9bf11e",
          "name": "Recent popular casts",
          "request": {
            "name": "Recent popular casts",
            "description": {
              "content": "Returns recent popular casts from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "recent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "75d178c5-fe1b-44ae-a41b-0a9a811e819b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2eb6523f-704d-410a-8f0e-6197b188acae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "637e5d81-65e4-4fbe-a404-f99ee186f52a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1645a554-42f5-44f7-b1c1-b03205cac6d7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a45604c8-99a9-45d4-9d9e-656a600fa064",
          "name": "Search Farcaster casts",
          "request": {
            "name": "Search Farcaster casts",
            "description": {
              "content": "Returns search farcaster casts from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e1dd53bb-8f71-4eb9-8868-d0ec8fbaf962",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21914f36-16a8-4ebe-bb2e-ca3ea8241930",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1c38d29-b1ad-490e-9b1a-6e92763627c6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97587823-d333-4e44-bb3d-2bbac67a61b1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b208fef1-ca49-455f-9473-dd26fb2a6433",
          "name": "Farcaster network stats",
          "request": {
            "name": "Farcaster network stats",
            "description": {
              "content": "Returns farcaster network stats from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7d709729-91d9-4c77-be16-a83285f39934",
              "name": "Network statistics",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"note\": \"<string>\",\n  \"api\": \"<string>\",\n  \"hasNeynarKey\": \"<boolean>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15a7b4d4-d07d-4eba-9894-5ebd26ba5ada",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48c329d3-b794-4367-b474-33ea14173d26",
          "name": "Trending Farcaster content",
          "request": {
            "name": "Trending Farcaster content",
            "description": {
              "content": "Get trending casts and content from Farcaster",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum items to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "76ef5f14-1bff-4902-8986-0a2f7031504b",
              "name": "Trending content",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"timestamp\": \"<number>\",\n      \"author\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"active\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      },\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      },\n      \"replies\": \"<integer>\"\n    },\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"timestamp\": \"<number>\",\n      \"author\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"inactive\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      },\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      },\n      \"replies\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e04d3bc-a6e1-4854-af61-661e1b1c3548",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum items to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0dfaf672-4eda-4bc9-9e18-43dbd1ddf664",
          "name": "Get trending casts",
          "request": {
            "name": "Get trending casts",
            "description": {
              "content": "Returns trending casts from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "trending",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum casts to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fe5f88a6-022e-4565-92d6-25d30063fee3",
              "name": "Trending casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum casts to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"timestamp\": \"<number>\",\n      \"author\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"active\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      },\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      },\n      \"replies\": \"<integer>\"\n    },\n    {\n      \"hash\": \"<string>\",\n      \"text\": \"<string>\",\n      \"timestamp\": \"<number>\",\n      \"author\": {\n        \"fid\": \"<number>\",\n        \"username\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"bio\": \"<string>\",\n        \"pfp\": \"<string>\",\n        \"followerCount\": \"<number>\",\n        \"followingCount\": \"<number>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"activeStatus\": \"inactive\",\n        \"avatar\": \"<string>\",\n        \"followers\": \"<number>\",\n        \"following\": \"<number>\",\n        \"source\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"verified\": \"<boolean>\"\n      },\n      \"reactions\": {\n        \"likes\": \"<integer>\",\n        \"recasts\": \"<integer>\"\n      },\n      \"replies\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"count\": \"<number>\",\n  \"fid\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ad681f7-c696-4f38-89a8-1ff0094d53f0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum casts to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e76f272-4857-42d9-b013-2bb113897523",
          "name": "Get trending users",
          "request": {
            "name": "Get trending users",
            "description": {
              "content": "Returns trending users from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "trending",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1e54b38a-4fde-4d03-a943-093233f8675c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 4620.156994405915\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "417a452d-4596-4d0d-9f34-65cc36700879",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb67b042-5ba9-4d4e-9627-5fd6b6fde293",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "074b948a-d345-4432-86e8-4f28bccf65fa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a129bbc1-5967-4a13-936a-58de8be978ca",
          "name": "Farcaster user by FID (Neynar)",
          "request": {
            "name": "Farcaster user by FID (Neynar)",
            "description": {
              "content": "Farcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "user",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "10eb558e-d0fe-4d1d-87ee-01c95e6c8ac9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"object\": \"<string>\",\n    \"fid\": \"<integer>\",\n    \"username\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"pfp_url\": \"<string>\",\n    \"custody_address\": \"<string>\",\n    \"profile\": {\n      \"bio\": {\n        \"text\": \"<string>\"\n      }\n    },\n    \"follower_count\": \"<integer>\",\n    \"following_count\": \"<integer>\",\n    \"verifications\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"verified_addresses\": {\n      \"eth_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sol_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"score\": \"<number>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"fid\": \"<string>\",\n  \"storage\": {\n    \"key_0\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "712d6418-281b-42f6-aa1b-167cdc4a57f8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f40031d-c775-4193-a457-7435469a6180",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dda8bff7-0a8b-45f5-b45b-36e6dd4a0d81",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1922c509-101a-482c-bc5a-9ca5774ee575",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c90553ed-e8ab-4c6c-98e9-1fed8d588eee",
          "name": "User recent casts",
          "request": {
            "name": "User recent casts",
            "description": {
              "content": "Returns user recent casts from Farcaster protocol. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "user",
                ":fid",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "49ba2358-ae96-496c-ba4e-806612355955",
              "name": "User's recent casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    {\n      \"app\": {\n        \"key_0\": 2715,\n        \"key_1\": \"string\"\n      },\n      \"author\": {\n        \"key_0\": 1468.8363990607356\n      },\n      \"channel\": \"<null>\",\n      \"embeds\": [\n        \"\",\n        \"\"\n      ],\n      \"hash\": \"<string>\",\n      \"mentioned_channels\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_channels_ranges\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_profiles\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_profiles_ranges\": [\n        \"\",\n        \"\"\n      ],\n      \"object\": \"<string>\",\n      \"parent_author\": {\n        \"key_0\": 7739.7700102786885,\n        \"key_1\": false\n      },\n      \"parent_hash\": \"<null>\",\n      \"parent_url\": \"<null>\",\n      \"reactions\": {\n        \"key_0\": 7504,\n        \"key_1\": 4514\n      },\n      \"replies\": {\n        \"key_0\": \"string\",\n        \"key_1\": 9914,\n        \"key_2\": \"string\",\n        \"key_3\": \"string\",\n        \"key_4\": 5940.874942075152\n      },\n      \"root_parent_url\": \"<null>\",\n      \"text\": \"<string>\",\n      \"thread_hash\": \"<string>\",\n      \"timestamp\": \"<string>\"\n    },\n    {\n      \"app\": {\n        \"key_0\": false\n      },\n      \"author\": {\n        \"key_0\": 7105,\n        \"key_1\": false,\n        \"key_2\": false\n      },\n      \"channel\": \"<null>\",\n      \"embeds\": [\n        \"\",\n        \"\"\n      ],\n      \"hash\": \"<string>\",\n      \"mentioned_channels\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_channels_ranges\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_profiles\": [\n        \"\",\n        \"\"\n      ],\n      \"mentioned_profiles_ranges\": [\n        \"\",\n        \"\"\n      ],\n      \"object\": \"<string>\",\n      \"parent_author\": {\n        \"key_0\": 8496,\n        \"key_1\": \"string\",\n        \"key_2\": false,\n        \"key_3\": false\n      },\n      \"parent_hash\": \"<null>\",\n      \"parent_url\": \"<null>\",\n      \"reactions\": {\n        \"key_0\": \"string\",\n        \"key_1\": 18.790886137092233\n      },\n      \"replies\": {\n        \"key_0\": \"string\",\n        \"key_1\": 7877.357791603065\n      },\n      \"root_parent_url\": \"<null>\",\n      \"text\": \"<string>\",\n      \"thread_hash\": \"<string>\",\n      \"timestamp\": \"<string>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"fid\": \"<string>\",\n  \"includeReplies\": \"<boolean>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d491c954-2ac1-4703-b427-16e2752de794",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c88bc45b-ed48-469e-afd5-5c65da7dc033",
          "name": "User followers",
          "request": {
            "name": "User followers",
            "description": {
              "content": "Get paginated list of users following this Farcaster user",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "user",
                ":fid",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum results",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6bce880e-015b-48ed-8bae-bfcb668439f8",
              "name": "List of followers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"users\": [\n    {\n      \"fid\": \"<number>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"pfp\": \"<string>\",\n      \"followerCount\": \"<number>\",\n      \"followingCount\": \"<number>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"activeStatus\": \"active\",\n      \"avatar\": \"<string>\",\n      \"followers\": \"<number>\",\n      \"following\": \"<number>\",\n      \"source\": \"<string>\",\n      \"timestamp\": \"<string>\",\n      \"verified\": \"<boolean>\"\n    },\n    {\n      \"fid\": \"<number>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"pfp\": \"<string>\",\n      \"followerCount\": \"<number>\",\n      \"followingCount\": \"<number>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"activeStatus\": \"active\",\n      \"avatar\": \"<string>\",\n      \"followers\": \"<number>\",\n      \"following\": \"<number>\",\n      \"source\": \"<string>\",\n      \"timestamp\": \"<string>\",\n      \"verified\": \"<boolean>\"\n    }\n  ],\n  \"next\": {\n    \"cursor\": \"<string>\"\n  },\n  \"count\": \"<number>\",\n  \"fid\": \"<string>\",\n  \"followers\": [\n    {\n      \"key_0\": 4623,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"following\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc17e46a-c21c-40d7-bed3-6ad21b0d1d7a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e61fe01-91de-4a49-adb2-28f56fb67beb",
          "name": "User following",
          "request": {
            "name": "User following",
            "description": {
              "content": "Get paginated list of users this Farcaster user follows",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "user",
                ":fid",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum results",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "25"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6f934e72-9a71-4890-9489-f2fa2f1d517b",
              "name": "List of following",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"users\": [\n    {\n      \"fid\": \"<number>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"pfp\": \"<string>\",\n      \"followerCount\": \"<number>\",\n      \"followingCount\": \"<number>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"activeStatus\": \"active\",\n      \"avatar\": \"<string>\",\n      \"followers\": \"<number>\",\n      \"following\": \"<number>\",\n      \"source\": \"<string>\",\n      \"timestamp\": \"<string>\",\n      \"verified\": \"<boolean>\"\n    },\n    {\n      \"fid\": \"<number>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"pfp\": \"<string>\",\n      \"followerCount\": \"<number>\",\n      \"followingCount\": \"<number>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"activeStatus\": \"active\",\n      \"avatar\": \"<string>\",\n      \"followers\": \"<number>\",\n      \"following\": \"<number>\",\n      \"source\": \"<string>\",\n      \"timestamp\": \"<string>\",\n      \"verified\": \"<boolean>\"\n    }\n  ],\n  \"next\": {\n    \"cursor\": \"<string>\"\n  },\n  \"count\": \"<number>\",\n  \"fid\": \"<string>\",\n  \"followers\": [\n    {\n      \"key_0\": 4623,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"following\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "599cc59f-fa5a-464b-9665-53df75c412bd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "25"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fbcd1ae7-5171-4d1b-93c0-c6b08dd0b090",
          "name": "User storage usage",
          "request": {
            "name": "User storage usage",
            "description": {
              "content": "Farcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "user",
                ":fid",
                "storage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "524f9038-cd62-407c-9a5c-b7b517eed887",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"object\": \"<string>\",\n    \"fid\": \"<integer>\",\n    \"username\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"pfp_url\": \"<string>\",\n    \"custody_address\": \"<string>\",\n    \"profile\": {\n      \"bio\": {\n        \"text\": \"<string>\"\n      }\n    },\n    \"follower_count\": \"<integer>\",\n    \"following_count\": \"<integer>\",\n    \"verifications\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"verified_addresses\": {\n      \"eth_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sol_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"score\": \"<number>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"fid\": \"<string>\",\n  \"storage\": {\n    \"key_0\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e5755c4-986e-46ee-a78d-f2d433b6a881",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23ba4eb8-c93c-4ade-a130-f3475420ec0b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9fcdf55-5cc9-49d6-bdfa-6214c96356d3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70652672-d8eb-4206-a102-5604054bff76",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d1c34cd-8272-4409-816b-e952f841b5d2",
          "name": "User by username",
          "request": {
            "name": "User by username",
            "description": {
              "content": "Farcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "username",
                ":username"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "username",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster username (without @)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4fb077e1-d432-4587-8863-3f3fe57d937e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster username (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"object\": \"<string>\",\n    \"fid\": \"<integer>\",\n    \"username\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"pfp_url\": \"<string>\",\n    \"custody_address\": \"<string>\",\n    \"profile\": {\n      \"bio\": {\n        \"text\": \"<string>\"\n      }\n    },\n    \"follower_count\": \"<integer>\",\n    \"following_count\": \"<integer>\",\n    \"verifications\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"verified_addresses\": {\n      \"eth_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sol_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"score\": \"<number>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"fid\": \"<string>\",\n  \"storage\": {\n    \"key_0\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18023318-b0de-4b44-9e01-9ee9519f5344",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster username (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27b020bf-8661-42d5-89c9-47f102499dbc",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster username (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "428563e3-fa8a-48f1-a887-ba1e39a15f2c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster username (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29b1ca06-48ea-49eb-a32f-65c537e68e5a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster username (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "235d0dce-0f45-4e8f-88cc-89e32fe9ae18",
          "name": "Bulk fetch users by FIDs",
          "request": {
            "name": "Bulk fetch users by FIDs",
            "description": {
              "content": "Farcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "users",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cbee03b4-8296-4983-882a-a0b7180d5420",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user\": {\n    \"object\": \"<string>\",\n    \"fid\": \"<integer>\",\n    \"username\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"pfp_url\": \"<string>\",\n    \"custody_address\": \"<string>\",\n    \"profile\": {\n      \"bio\": {\n        \"text\": \"<string>\"\n      }\n    },\n    \"follower_count\": \"<integer>\",\n    \"following_count\": \"<integer>\",\n    \"verifications\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"verified_addresses\": {\n      \"eth_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"sol_addresses\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"score\": \"<number>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"fid\": \"<string>\",\n  \"storage\": {\n    \"key_0\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a943cf58-cb3f-40ed-83b3-9be039f64199",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49a179d9-494f-4bba-b0ec-6514694af7f1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2796a879-d563-40f7-8cc8-20b7983edd6f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4343ec07-430e-4cf3-9cf0-a518d21662bf",
          "name": "Followers",
          "request": {
            "name": "Followers",
            "description": {
              "content": "Followers. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                ":identifier",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The identifier parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ef884df5-36b1-48b5-8c65-338fa44070c1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identifier\": \"<string>\",\n  \"note\": \"\",\n  \"limit\": \"\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "781043e8-09fa-4d97-ab76-c33768b15347",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5d740ecf-99aa-4d62-b146-28e30a1534a5",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b08e978c-65e5-40ca-87e2-f2fc85bf9704",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "38653fda-e2ed-43be-8e18-c62d1af351f8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9f29911-1877-4d5d-be3f-11e711ca7adf",
          "name": "Following",
          "request": {
            "name": "Following",
            "description": {
              "content": "Following. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                ":identifier",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The identifier parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9129b279-66b8-4935-adfa-06a70034845f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identifier\": \"<string>\",\n  \"note\": \"\",\n  \"limit\": \"\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fff699fe-7aad-4a3f-b5d5-a1fe518ac7d8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "99cd66e2-70f7-40f1-acce-c5aa22b4bbf0",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1850b8ff-de30-449f-b001-92c8c198b7ae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "065e90a6-ceb0-46b8-a563-9660a749157a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fcb38344-c664-4ecb-8f47-261f9bf1b154",
          "name": "Search Farcaster users",
          "request": {
            "name": "Search Farcaster users",
            "description": {
              "content": "Search for Farcaster users by username or display name",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "search",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum results",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "55c89fdf-21d8-4c3b-8993-bf3b4ad1e232",
              "name": "Search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"query\": \"<string>\",\n  \"users\": [\n    {\n      \"fid\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"avatar\": \"<uri>\",\n      \"followers\": \"<integer>\"\n    },\n    {\n      \"fid\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"displayName\": \"<string>\",\n      \"avatar\": \"<uri>\",\n      \"followers\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc8e9783-8006-470a-b525-33ff7d67c1cd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum results",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c6ed81b6-d7c1-4a39-bbcd-66dec47e688c",
          "name": "Neynar",
          "request": {
            "name": "Neynar",
            "description": {
              "content": "Neynar. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                ":identifier"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The identifier parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a43d1c5b-287f-4593-bec8-ee6b0d29f484",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd487d3a-4365-43f0-a886-4bf84e941b42",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9cfb054f-712e-4f93-979e-d4a93a542580",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d8d63f1-a209-4255-9f9f-cefe52283b04",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3ed86de9-f158-486b-994a-0f9110503ef8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The identifier parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "94a35965-2a81-4409-b1f9-3f1bf01c9668",
          "name": "Channel",
          "request": {
            "name": "Channel",
            "description": {
              "content": "Channel. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channel",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "282f2bb7-fc77-4148-9d4a-6dcafce478dc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channel\": {\n    \"created_at\": \"<string>\",\n    \"description\": \"<string>\",\n    \"description_mentioned_profiles\": [\n      \"\",\n      \"\"\n    ],\n    \"description_mentioned_profiles_ranges\": [\n      \"\",\n      \"\"\n    ],\n    \"external_link\": {\n      \"title\": \"<string>\",\n      \"url\": \"<string>\",\n      \"key_0\": \"string\"\n    },\n    \"follower_count\": \"<integer>\",\n    \"header_image_url\": \"<string>\",\n    \"id\": \"<string>\",\n    \"image_url\": \"<string>\",\n    \"lead\": {\n      \"auth_addresses\": [\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"fid\": \"<integer>\",\n            \"object\": \"<string>\",\n            \"key_0\": 7241\n          },\n          \"key_0\": 5250,\n          \"key_1\": 9993,\n          \"key_2\": \"string\",\n          \"key_3\": 3274\n        },\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"fid\": \"<integer>\",\n            \"object\": \"<string>\"\n          },\n          \"key_0\": 6881.2289081424005,\n          \"key_1\": false,\n          \"key_2\": 996.981870157223,\n          \"key_3\": 4\n        }\n      ],\n      \"custody_address\": \"<string>\",\n      \"display_name\": \"<string>\",\n      \"experimental\": {\n        \"deprecation_notice\": \"<string>\",\n        \"neynar_user_score\": \"<number>\"\n      },\n      \"fid\": \"<integer>\",\n      \"follower_count\": \"<integer>\",\n      \"following_count\": \"<integer>\",\n      \"object\": \"<string>\",\n      \"pfp_url\": \"<string>\",\n      \"pro\": {\n        \"expires_at\": \"<string>\",\n        \"status\": \"<string>\",\n        \"subscribed_at\": \"<string>\"\n      },\n      \"profile\": {\n        \"banner\": {\n          \"url\": \"<string>\",\n          \"key_0\": 4017\n        },\n        \"bio\": {\n          \"mentioned_channels\": [\n            {\n              \"id\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"name\": \"<string>\",\n              \"object\": \"<string>\",\n              \"key_0\": \"string\",\n              \"key_1\": false,\n              \"key_2\": \"string\",\n              \"key_3\": true\n            },\n            {\n              \"id\": \"<string>\",\n              \"image_url\": \"<string>\",\n              \"name\": \"<string>\",\n              \"object\": \"<string>\",\n              \"key_0\": false,\n              \"key_1\": \"string\"\n            }\n          ],\n          \"mentioned_channels_ranges\": [\n            {\n              \"end\": \"<integer>\",\n              \"start\": \"<integer>\"\n            },\n            {\n              \"end\": \"<integer>\",\n              \"start\": \"<integer>\"\n            }\n          ],\n          \"text\": \"<string>\"\n        },\n        \"key_0\": \"string\",\n        \"key_1\": \"string\"\n      },\n      \"registered_at\": \"<string>\",\n      \"score\": \"<number>\",\n      \"username\": \"<string>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"verified_accounts\": [\n        {\n          \"platform\": \"<string>\",\n          \"username\": \"<string>\",\n          \"key_0\": 2859,\n          \"key_1\": false\n        },\n        {\n          \"platform\": \"<string>\",\n          \"username\": \"<string>\",\n          \"key_0\": 9819\n        }\n      ],\n      \"verified_addresses\": {\n        \"eth_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"primary\": {\n          \"eth_address\": \"<string>\",\n          \"sol_address\": \"<string>\"\n        },\n        \"sol_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"key_0\": 7952,\n      \"key_1\": \"string\",\n      \"key_2\": 9936.333019710963,\n      \"key_3\": false\n    },\n    \"member_count\": \"<integer>\",\n    \"moderator_fids\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"name\": \"<string>\",\n    \"object\": \"<string>\",\n    \"parent_url\": \"<string>\",\n    \"pinned_cast_hash\": \"<string>\",\n    \"public_casting\": \"<boolean>\",\n    \"url\": \"<string>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6dea948-7701-4465-b120-99259c2fc81f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "835db328-12ca-4bd8-b738-327e35d6b784",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7fe369a-906b-4853-9dff-cd2cc10b115a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa1917ea-c734-49b1-a244-d313c582c47a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c891cc9b-598a-4c8c-8aaf-8215ce6bb98d",
          "name": "Bulk",
          "request": {
            "name": "Bulk",
            "description": {
              "content": "Bulk. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channels",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7fd87b83-5cfd-4e75-9962-456a2857ff04",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f66558a3-7523-4c75-a709-9e6e716d24c3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25f7ae44-fda5-4ec4-93c4-969154dcb60f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d3d4eaed-f13c-480e-8b32-b086f6953517",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2b735e3d-7631-4311-b84b-00eeacdeb086",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "Search. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channels",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4b0f81d7-d5a9-4193-a1cb-748429fe8649",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57b076e0-81cd-4f3d-b2af-b10b805645c7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1f456e03-95ca-4af9-a087-85e39a0d7155",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f2c1fc9-314c-4ae9-b576-421b5023bd02",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74484299-00ef-4120-9b1d-793bdbfd7df4",
          "name": "Trending Farcaster channels (Neynar)",
          "request": {
            "name": "Trending Farcaster channels (Neynar)",
            "description": {
              "content": "Get trending Farcaster channels via Neynar API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channels",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum channels to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "10"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7778d71b-5df4-4c7d-a4af-0157f1597c15",
              "name": "Trending channels",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum channels to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timeWindow\": \"<string>\",\n  \"channels\": [\n    {\n      \"object\": \"<string>\",\n      \"cast_count_1d\": \"<string>\",\n      \"cast_count_7d\": \"<string>\",\n      \"cast_count_30d\": \"<string>\",\n      \"channel\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"followerCount\": \"<integer>\",\n        \"memberCount\": \"<integer>\",\n        \"imageUrl\": \"<uri>\",\n        \"headerImageUrl\": \"<uri>\",\n        \"url\": \"<uri>\",\n        \"createdAt\": \"<dateTime>\",\n        \"lead\": {\n          \"fid\": \"<number>\",\n          \"username\": \"<string>\",\n          \"displayName\": \"<string>\",\n          \"bio\": \"<string>\",\n          \"pfp\": \"<string>\",\n          \"followerCount\": \"<number>\",\n          \"followingCount\": \"<number>\",\n          \"verifications\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"activeStatus\": \"active\",\n          \"avatar\": \"<string>\",\n          \"followers\": \"<number>\",\n          \"following\": \"<number>\",\n          \"source\": \"<string>\",\n          \"timestamp\": \"<string>\",\n          \"verified\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"object\": \"<string>\",\n      \"cast_count_1d\": \"<string>\",\n      \"cast_count_7d\": \"<string>\",\n      \"cast_count_30d\": \"<string>\",\n      \"channel\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"followerCount\": \"<integer>\",\n        \"memberCount\": \"<integer>\",\n        \"imageUrl\": \"<uri>\",\n        \"headerImageUrl\": \"<uri>\",\n        \"url\": \"<uri>\",\n        \"createdAt\": \"<dateTime>\",\n        \"lead\": {\n          \"fid\": \"<number>\",\n          \"username\": \"<string>\",\n          \"displayName\": \"<string>\",\n          \"bio\": \"<string>\",\n          \"pfp\": \"<string>\",\n          \"followerCount\": \"<number>\",\n          \"followingCount\": \"<number>\",\n          \"verifications\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"activeStatus\": \"inactive\",\n          \"avatar\": \"<string>\",\n          \"followers\": \"<number>\",\n          \"following\": \"<number>\",\n          \"source\": \"<string>\",\n          \"timestamp\": \"<string>\",\n          \"verified\": \"<boolean>\"\n        }\n      }\n    }\n  ],\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3505ffcd-f400-4efe-9745-190cfd43b6c1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channels",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum channels to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccc70342-1582-479b-a315-96f37721b2da",
          "name": "Followers",
          "request": {
            "name": "Followers",
            "description": {
              "content": "Followers. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channel",
                ":id",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3af17453-e64f-4515-9d32-b33e7255f5c6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channel\": \"<string>\",\n  \"users\": [],\n  \"count\": \"<integer>\",\n  \"next\": \"\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60e8d246-f18d-4817-9353-735b155b33e2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "997bf9e1-7886-4b83-83c4-1b19fd8d920e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fb166b6-02ea-4872-b6b4-7de1f7bbf571",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3f01d220-c6ba-40bc-b61f-656a623ed5a2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a1c9cf0-9318-46fd-8eb3-9a2f2dec4208",
          "name": "For-you",
          "request": {
            "name": "For-you",
            "description": {
              "content": "For-you. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "feed",
                "for-you",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dccad291-49b5-46a1-8933-6a0a3a0e6eec",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "for-you",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"fid\": \"<string>\",\n  \"next\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": true,\n  \"key_1\": 8128.853613847651,\n  \"key_2\": 1060.4132021588807\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "428c58db-b790-475d-bb36-bd7b277d4b0c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "for-you",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b4a9362c-abbe-4061-bffc-51937e8f7778",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "for-you",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3aa40a04-6dca-49ae-8464-1577e647ff90",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "for-you",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c9b85102-a88c-457c-ad4d-9e6be8be2815",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "for-you",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "259a223a-c5aa-4cdd-a2a0-c5274cd204ec",
          "name": "Following",
          "request": {
            "name": "Following",
            "description": {
              "content": "Following. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "feed",
                "following",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2d78ee0c-ddfd-4c4d-aafe-be984046e273",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "following",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"fid\": \"<string>\",\n  \"next\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": true,\n  \"key_1\": 8128.853613847651,\n  \"key_2\": 1060.4132021588807\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d83159bc-c80f-46f4-994e-8a4fc800c171",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "following",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0a04fc79-0900-433d-ab3f-587749390b00",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "following",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "457c9fd7-23d3-4b42-8f0b-febb212da8a4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "following",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "06c0b836-1ec9-40e6-b736-1c24296a919f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "feed",
                    "following",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b334f0c-c314-419a-8c7e-9643f3ea45bb",
          "name": "Power",
          "request": {
            "name": "Power",
            "description": {
              "content": "Power. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "users",
                "power"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fa0bb02a-c9e9-4bf4-8d1d-b9191860909b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "power"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"users\": [\n    {\n      \"object\": \"<string>\",\n      \"fid\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"display_name\": \"<string>\",\n      \"pfp_url\": \"<string>\",\n      \"custody_address\": \"<string>\",\n      \"registered_at\": \"<string>\",\n      \"profile\": {\n        \"bio\": {\n          \"text\": \"<string>\"\n        }\n      },\n      \"follower_count\": \"<integer>\",\n      \"following_count\": \"<integer>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"verified_addresses\": {\n        \"eth_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"sol_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"primary\": {\n          \"eth_address\": \"<string>\",\n          \"sol_address\": \"<string>\"\n        }\n      },\n      \"auth_addresses\": [\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"object\": \"<string>\",\n            \"fid\": \"<integer>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"object\": \"<string>\",\n            \"fid\": \"<integer>\"\n          }\n        }\n      ],\n      \"verified_accounts\": [\n        \"\",\n        \"\"\n      ],\n      \"experimental\": {\n        \"neynar_user_score\": \"<number>\",\n        \"deprecation_notice\": \"<string>\"\n      },\n      \"score\": \"<number>\",\n      \"pro\": {\n        \"status\": \"<string>\",\n        \"subscribed_at\": \"<string>\",\n        \"expires_at\": \"<string>\"\n      }\n    },\n    {\n      \"object\": \"<string>\",\n      \"fid\": \"<integer>\",\n      \"username\": \"<string>\",\n      \"display_name\": \"<string>\",\n      \"pfp_url\": \"<string>\",\n      \"custody_address\": \"<string>\",\n      \"registered_at\": \"<string>\",\n      \"profile\": {\n        \"bio\": {\n          \"text\": \"<string>\"\n        }\n      },\n      \"follower_count\": \"<integer>\",\n      \"following_count\": \"<integer>\",\n      \"verifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"verified_addresses\": {\n        \"eth_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"sol_addresses\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"primary\": {\n          \"eth_address\": \"<string>\",\n          \"sol_address\": \"<string>\"\n        }\n      },\n      \"auth_addresses\": [\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"object\": \"<string>\",\n            \"fid\": \"<integer>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"app\": {\n            \"object\": \"<string>\",\n            \"fid\": \"<integer>\"\n          }\n        }\n      ],\n      \"verified_accounts\": [\n        \"\",\n        \"\"\n      ],\n      \"experimental\": {\n        \"neynar_user_score\": \"<number>\",\n        \"deprecation_notice\": \"<string>\"\n      },\n      \"score\": \"<number>\",\n      \"pro\": {\n        \"status\": \"<string>\",\n        \"subscribed_at\": \"<string>\",\n        \"expires_at\": \"<string>\"\n      }\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"next\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9e0c274-a446-44f4-bb61-1c81e981e0cd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "power"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "956db488-9031-4f7d-a701-bf407bf5e068",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "power"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6f72f28c-9092-4846-aa15-088f64985b90",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "power"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b484c52-1185-49a2-a028-7aa24cfcdc10",
          "name": "Casts",
          "request": {
            "name": "Casts",
            "description": {
              "content": "Casts. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "search",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a58ed3d3-be0a-42f1-bbc4-98afb7c97c1a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73f367aa-7551-433f-b4e4-c3a6d510bfb2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "35abba09-eaeb-44df-aa72-bffde1c8a14b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8dd05bd7-2d61-4478-94f6-498972bdf4a2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8666e54f-46d5-45c3-b3aa-ef134fa3914c",
          "name": "Users",
          "request": {
            "name": "Users",
            "description": {
              "content": "Users. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "search",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "445940a7-b979-4fef-b114-540a96854af5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90b66ff5-c593-41e7-a0d9-99dea0e32b3f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5887afa9-e9f7-4707-90eb-7846f0d25f2e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dea53232-71f7-41b6-a370-1386aeffe27f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "911150d7-eb56-4d04-8c1c-13fc38cfd63b",
          "name": "Quotes",
          "request": {
            "name": "Quotes",
            "description": {
              "content": "Quotes. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "cast",
                ":hash",
                "quotes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The hash parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "64dee7f9-abd3-49b2-ad8d-76f5b9556c4f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"castHash\": \"<string>\",\n  \"quotes\": [],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca4ca005-5eed-4961-84f2-01b76cee5b87",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c0183bd1-414c-4aed-8684-e78e3ba362b3",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09b9123e-e9eb-4b48-9c05-10fc778e34e8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f8acbe30-2416-47eb-8eb8-4a261529a49c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "quotes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ced40e7d-3d7d-4651-a098-9cf5684b53e6",
          "name": "Reactions",
          "request": {
            "name": "Reactions",
            "description": {
              "content": "Reactions. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "cast",
                ":hash",
                "reactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The hash parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3bad3fdf-6f74-4c51-ae68-e57bdbe4934e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"castHash\": \"<string>\",\n  \"reactionType\": \"<string>\",\n  \"reactions\": [],\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3aa141b8-5c86-4377-aebf-64ef3db73789",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2fb61efe-0dc2-4674-b886-ac4056d46e1c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "184c4649-9ecb-4c17-bfa5-07eaacaeb803",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8381eea5-79bf-40c9-af20-da56ae88dd1c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6d4333c-741c-409a-85e9-98bd999beb32",
          "name": "Members",
          "request": {
            "name": "Members",
            "description": {
              "content": "Members. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "channel",
                ":id",
                "members"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cd7150f6-50d6-4074-830f-33fcd6fb84a1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channel\": \"<string>\",\n  \"count\": \"<integer>\",\n  \"members\": [\n    {\n      \"channel\": {\n        \"id\": \"<string>\",\n        \"image_url\": \"<string>\",\n        \"name\": \"<string>\",\n        \"object\": \"<string>\"\n      },\n      \"object\": \"<string>\",\n      \"role\": \"<string>\",\n      \"user\": {\n        \"auth_addresses\": [\n          {\n            \"address\": \"<string>\",\n            \"app\": {\n              \"fid\": \"<integer>\",\n              \"object\": \"<string>\",\n              \"key_0\": \"string\",\n              \"key_1\": \"string\",\n              \"key_2\": \"string\"\n            },\n            \"key_0\": 5123,\n            \"key_1\": 628,\n            \"key_2\": 8202.199967048795\n          },\n          {\n            \"address\": \"<string>\",\n            \"app\": {\n              \"fid\": \"<integer>\",\n              \"object\": \"<string>\",\n              \"key_0\": 5530.064160044301\n            },\n            \"key_0\": 3274.1436795385416\n          }\n        ],\n        \"custody_address\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"experimental\": {\n          \"deprecation_notice\": \"<string>\",\n          \"neynar_user_score\": \"<number>\"\n        },\n        \"fid\": \"<integer>\",\n        \"follower_count\": \"<integer>\",\n        \"following_count\": \"<integer>\",\n        \"object\": \"<string>\",\n        \"pfp_url\": \"<string>\",\n        \"pro\": {\n          \"expires_at\": \"<string>\",\n          \"status\": \"<string>\",\n          \"subscribed_at\": \"<string>\"\n        },\n        \"profile\": {\n          \"banner\": {\n            \"url\": \"<string>\"\n          },\n          \"bio\": {\n            \"mentioned_channels\": [\n              {\n                \"id\": \"<string>\",\n                \"image_url\": \"<string>\",\n                \"name\": \"<string>\",\n                \"object\": \"<string>\"\n              },\n              {\n                \"id\": \"<string>\",\n                \"image_url\": \"<string>\",\n                \"name\": \"<string>\",\n                \"object\": \"<string>\",\n                \"key_0\": \"string\",\n                \"key_1\": false,\n                \"key_2\": 7287\n              }\n            ],\n            \"mentioned_channels_ranges\": [\n              {\n                \"end\": \"<integer>\",\n                \"start\": \"<integer>\"\n              },\n              {\n                \"end\": \"<integer>\",\n                \"start\": \"<integer>\"\n              }\n            ],\n            \"text\": \"<string>\"\n          }\n        },\n        \"registered_at\": \"<string>\",\n        \"score\": \"<number>\",\n        \"username\": \"<string>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"verified_accounts\": [\n          {\n            \"platform\": \"<string>\",\n            \"username\": \"<string>\"\n          },\n          {\n            \"platform\": \"<string>\",\n            \"username\": \"<string>\"\n          }\n        ],\n        \"verified_addresses\": {\n          \"eth_addresses\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"primary\": {\n            \"eth_address\": \"<string>\",\n            \"sol_address\": \"<string>\"\n          },\n          \"sol_addresses\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"key_0\": 8793\n      },\n      \"key_0\": 2444.9568258256704,\n      \"key_1\": \"string\"\n    },\n    {\n      \"channel\": {\n        \"id\": \"<string>\",\n        \"image_url\": \"<string>\",\n        \"name\": \"<string>\",\n        \"object\": \"<string>\"\n      },\n      \"object\": \"<string>\",\n      \"role\": \"<string>\",\n      \"user\": {\n        \"auth_addresses\": [\n          {\n            \"address\": \"<string>\",\n            \"app\": {\n              \"fid\": \"<integer>\",\n              \"object\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"app\": {\n              \"fid\": \"<integer>\",\n              \"object\": \"<string>\"\n            },\n            \"key_0\": true\n          }\n        ],\n        \"custody_address\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"experimental\": {\n          \"deprecation_notice\": \"<string>\",\n          \"neynar_user_score\": \"<number>\",\n          \"key_0\": 4958.9139471553835,\n          \"key_1\": 4190.337053344438,\n          \"key_2\": \"string\"\n        },\n        \"fid\": \"<integer>\",\n        \"follower_count\": \"<integer>\",\n        \"following_count\": \"<integer>\",\n        \"object\": \"<string>\",\n        \"pfp_url\": \"<string>\",\n        \"pro\": {\n          \"expires_at\": \"<string>\",\n          \"status\": \"<string>\",\n          \"subscribed_at\": \"<string>\",\n          \"key_0\": \"string\"\n        },\n        \"profile\": {\n          \"banner\": {\n            \"url\": \"<string>\",\n            \"key_0\": \"string\"\n          },\n          \"bio\": {\n            \"mentioned_channels\": [\n              {\n                \"id\": \"<string>\",\n                \"image_url\": \"<string>\",\n                \"name\": \"<string>\",\n                \"object\": \"<string>\",\n                \"key_0\": 9806,\n                \"key_1\": \"string\",\n                \"key_2\": false\n              },\n              {\n                \"id\": \"<string>\",\n                \"image_url\": \"<string>\",\n                \"name\": \"<string>\",\n                \"object\": \"<string>\",\n                \"key_0\": \"string\",\n                \"key_1\": 8032.122263093284,\n                \"key_2\": \"string\"\n              }\n            ],\n            \"mentioned_channels_ranges\": [\n              {\n                \"end\": \"<integer>\",\n                \"start\": \"<integer>\",\n                \"key_0\": false,\n                \"key_1\": 69.51332404340205\n              },\n              {\n                \"end\": \"<integer>\",\n                \"start\": \"<integer>\"\n              }\n            ],\n            \"text\": \"<string>\",\n            \"key_0\": \"string\",\n            \"key_1\": 8705.499615891751,\n            \"key_2\": 2194.635366040174\n          }\n        },\n        \"registered_at\": \"<string>\",\n        \"score\": \"<number>\",\n        \"username\": \"<string>\",\n        \"verifications\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"verified_accounts\": [\n          {\n            \"platform\": \"<string>\",\n            \"username\": \"<string>\",\n            \"key_0\": \"string\"\n          },\n          {\n            \"platform\": \"<string>\",\n            \"username\": \"<string>\"\n          }\n        ],\n        \"verified_addresses\": {\n          \"eth_addresses\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"primary\": {\n            \"eth_address\": \"<string>\",\n            \"sol_address\": \"<string>\",\n            \"key_0\": 9515\n          },\n          \"sol_addresses\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"key_0\": 6463,\n          \"key_1\": 8849,\n          \"key_2\": true\n        }\n      }\n    }\n  ],\n  \"next\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb34cfbb-cb89-41d2-83b2-db605e430733",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef6d9578-a0b6-4834-b158-da4b5c96ac1d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87d2fcff-02a8-4195-9da0-c7f4d0793483",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "47e26951-90fa-4c06-b55d-405ec1035290",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "channel",
                    ":id",
                    "members"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d80819de-829e-4019-97cd-0517298586fe",
          "name": "Get popular",
          "request": {
            "name": "Get popular",
            "description": {
              "content": "Popular. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "user",
                ":fid",
                "popular"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6fced3f0-4bc9-497c-ad2d-2e3345bd5388",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "popular"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"casts\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"fid\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da308637-540d-4b98-8b60-3d5896a92ecb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "popular"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "025945a5-2398-4706-b67e-2cf046c11c39",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "popular"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bf60c02-8429-447c-b8a6-fc0e72f00ec2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "popular"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f945ee0f-6e2e-412b-bf58-6dc1c884b8f0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "popular"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "963e2d21-04be-46c4-8941-02dca4079e16",
          "name": "Activity",
          "request": {
            "name": "Activity",
            "description": {
              "content": "Activity. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "user",
                ":fid",
                "activity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cfe1eeea-05d4-43e8-b992-24b03f979df0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"activity\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"fid\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 5892,\n  \"key_1\": 9372,\n  \"key_2\": 6458.942265431877\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98503a6e-f44e-422c-a3d4-dc6780607e86",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "85a2e314-f6a3-498b-95f4-de79b387810c",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60679144-3596-44c4-a9fa-5c97879d925b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "65a76ef7-b8ab-4708-b885-2ff8782c1037",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "activity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3be5197b-d6ca-4d6c-b944-b2e8832abb6a",
          "name": "Trending",
          "request": {
            "name": "Trending",
            "description": {
              "content": "Trending. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "users",
                "trending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7a272c6a-688f-4be1-b25f-78a458c9de59",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"users\": [\n    \"\",\n    \"\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3248524c-ba49-4844-b063-2e8e4d7ed7a1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e83f45b-e179-4a00-94b2-aee0417e6192",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c7100a77-636f-4320-bdbb-2a343f10fc44",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "users",
                    "trending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d563dba-d2f2-4459-a359-3eea91219eee",
          "name": "Channels",
          "request": {
            "name": "Channels",
            "description": {
              "content": "Channels. Farcaster social network data via Neynar API. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                "neynar",
                "user",
                ":fid",
                "channels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The fid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "41e8a333-aee7-43e4-a22b-ac052ff021cf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"channels\": [\n    \"\",\n    \"\"\n  ],\n  \"count\": \"<integer>\",\n  \"fid\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35a90400-fd9b-4766-947b-769a099c10b7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8434914e-ba2d-4d7b-8d58-f8d2d3f2f6ed",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a7bfb30-7d38-4a6f-b192-d14790cfbb0f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "67e2da2c-5ffe-476e-acf1-4cd1b1d3666a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    "neynar",
                    "user",
                    ":fid",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The fid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Lens",
      "description": "Lens Protocol social graph data including profiles, posts, and follower relationships.",
      "item": [
        {
          "id": "d20bfab2-d06a-44ae-8534-71ad14143d37",
          "name": "Accounts",
          "request": {
            "name": "Accounts",
            "description": {
              "content": "Accounts. Lens Protocol social graph data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "accounts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "36f4036c-1634-4a62-af92-d246f84c05d0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"accounts\": [\n    {\n      \"address\": \"<string>\",\n      \"avatar\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"handle\": \"<string>\",\n      \"localName\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"avatar\": \"<string>\",\n      \"bio\": \"<string>\",\n      \"handle\": \"<string>\",\n      \"localName\": \"<string>\",\n      \"name\": \"<string>\",\n      \"key_0\": 7938.440320343882,\n      \"key_1\": false\n    }\n  ],\n  \"next\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c0d2c1a-ee23-48b1-9ef0-9012650a5f65",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fcd234bb-e6cf-4424-950f-88bec7224bd9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c779240-1676-47f6-8cc3-839f9a01f315",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "accounts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbd4cb2f-1c8a-4254-92d1-63e5063a98b9",
          "name": "Health",
          "request": {
            "name": "Health",
            "description": {
              "content": "Health. Lens Protocol social graph data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "229a3795-9eed-4fbc-b35f-445432c95d86",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"api\": \"<string>\",\n  \"authRequiredEndpoints\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"deprecatedEndpoints\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"healthy\": \"<boolean>\",\n  \"note\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"version\": \"<string>\",\n  \"workingEndpoints\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d1a2989-addb-4bf6-9cf7-d01add92aca3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1b0796a1-473e-4f79-8192-731a2a404308",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2cdf889a-7ff8-4e32-89a0-285a239bcf09",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Social",
      "description": "Social graph data, on-chain reputation scores, and POAP (Proof of Attendance) queries.",
      "item": [
        {
          "id": "e20ddf4e-0de5-4e8c-8975-22d3278a970e",
          "name": "Get Farcaster Profile",
          "request": {
            "name": "Get Farcaster Profile",
            "description": {
              "content": "Get Farcaster user profile by FID, username, or connected address.\n\n### Identifier Types\n- **FID**: Numeric Farcaster ID (e.g., 5650)\n- **Username**: Farcaster username (e.g., vitalik.eth)\n- **Address**: Connected Ethereum address\n\n### Response Includes\n- Profile bio and avatar\n- Follower/following counts\n- Connected addresses\n- Power badge status\n\n### Pricing\n- **$0.01** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                ":identifier"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) FID, username, or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5c40f211-f920-4f10-bf05-587135a04933",
              "name": "Farcaster user profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fid\": \"<number>\",\n  \"username\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"bio\": \"<string>\",\n  \"pfp\": \"<string>\",\n  \"followerCount\": \"<number>\",\n  \"followingCount\": \"<number>\",\n  \"verifications\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"activeStatus\": \"active\",\n  \"avatar\": \"<string>\",\n  \"followers\": \"<number>\",\n  \"following\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"verified\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29fa435c-12a2-4de6-ba75-d3637cde2ef8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e05ac36f-86a8-4aaa-9081-7a4b21edf39c",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdfd3a92-0012-4236-b4be-b09be587ef11",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fede1cad-b926-4316-966a-6b3fa5222630",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3be53209-7191-47da-9ead-f9c85e7d1fa7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a1a7d5d-0483-4133-883c-9604c4ee9066",
          "name": "Guild.xyz membership",
          "request": {
            "name": "Guild.xyz membership",
            "description": {
              "content": "Returns guild.xyz membership for social graph or reputation. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "guild",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5605b3a8-4a5a-4c65-af12-85e5e27c3781",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "guild",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c01adb8-302f-4c43-88c3-bbf5cc074ab0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "guild",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "498abc63-82fd-42e9-bf59-82ef417554dc",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "guild",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc06accb-3651-41ef-b7a6-cacb4959c5ed",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "guild",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de589a57-2bdc-4529-981a-42b52a5acd1d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "guild",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86941c84-2ff5-4e74-8da0-ed76e3906b21",
          "name": "Lens by ETH address",
          "request": {
            "name": "Lens by ETH address",
            "description": {
              "content": "Returns lens by eth address for social graph or reputation. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7ab34702-8306-496e-8a8e-7ba685a763e9",
              "name": "Profiles",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86a5cb5d-3a4b-49b0-a8b8-831ec520d723",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00e1780c-3494-4305-b541-840aa4c61081",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08829aa5-1fb9-4570-92e4-3292d2795db3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8141b9e0-f328-425c-8e02-3a3ee5c16206",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf18cdbd-30cf-4f9a-9d72-8f15e502a960",
          "name": "Explore Lens",
          "request": {
            "name": "Explore Lens",
            "description": {
              "content": "Returns explore lens for social graph or reputation. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "explore"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "35a853ec-4aec-414a-9c27-b0d840a1f711",
              "name": "Popular posts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "explore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "637fdc9f-e05e-4bd1-8fec-2a093debcb85",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "explore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "353a0718-19c8-4692-9037-278ce93fa0a8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "explore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05b74ae3-85dc-438d-a02b-5ff2b92b03eb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "explore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0173de12-0dfa-4cb7-a6f0-df1e1088411e",
          "name": "Lens profile",
          "request": {
            "name": "Lens profile",
            "description": {
              "content": "Returns lens profile for social graph or reputation. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "profile",
                ":handle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "handle",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster handle (without @)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0ecc29f2-48ba-4e0e-b82b-07c9a18135d8",
              "name": "Profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"bio\": \"<string>\",\n  \"handle\": \"<string>\",\n  \"localName\": \"<string>\",\n  \"name\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"score\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7378998-9194-4ba0-9523-2bd993a71e07",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f617318c-efee-40c2-8931-36e03cd335d0",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6780a77-9239-41b6-be9d-9bbde4eb3be0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "203441c4-e437-484c-9a13-e598154036a6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c034350-24c6-4c1a-8458-2f74e58f840a",
          "name": "Lens followers",
          "request": {
            "name": "Lens followers",
            "description": {
              "content": "⚠️ **DEPRECATED:** Lens v3 API requires authentication for this endpoint. Implementation is not currently planned.\n\nNOTE: Returns 501 - Lens v3 API requires authentication for this endpoint. Not currently implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "profile",
                ":handle",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "handle",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster handle (without @)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "07be0c3e-0d5d-4d73-a233-ca7f99c13c4c",
              "name": "Followers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20411f06-7cd1-47fe-9c81-7228b9811839",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e16261fe-2253-4aa8-9764-2970cf3a25d7",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b8bd51e-9c17-4064-9c3c-cd11c7d740b3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c03a9a1-c486-4c8b-ad68-2f1a757a392f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76f2ad87-0b10-4800-b09f-0502b69149a7",
              "name": "Not Implemented - Lens v3 requires authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bccaffc0-575f-4ffe-a6cb-57c81984e40f",
          "name": "Lens following",
          "request": {
            "name": "Lens following",
            "description": {
              "content": "⚠️ **DEPRECATED:** Lens v3 API requires authentication for this endpoint. Implementation is not currently planned.\n\nNOTE: Returns 501 - Lens v3 API requires authentication for this endpoint. Not currently implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "profile",
                ":handle",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "handle",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster handle (without @)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "df0fcb3e-9d64-4b2e-bc4f-b7b0d3991c53",
              "name": "Following",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a87a1d19-1cff-49cd-8600-22c11e53c6f1",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "335d965d-af6d-4306-8110-165842cb48da",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32ec8e6a-2cbc-44b3-9fef-ec97ded5884d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8a156e8-3846-42b2-bb3b-e655a9915f87",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d49fa14-1fe4-4c93-8504-c9c79cf79349",
              "name": "Not Implemented - Lens v3 requires authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a46e5775-39df-496f-be0e-539d3a5532a8",
          "name": "Lens posts",
          "request": {
            "name": "Lens posts",
            "description": {
              "content": "⚠️ **DEPRECATED:** Lens v3 API requires authentication for this endpoint. Implementation is not currently planned.\n\nNOTE: Returns 501 - Lens v3 API requires authentication for this endpoint. Not currently implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "profile",
                ":handle",
                "posts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "handle",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster handle (without @)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c0f9a091-47b5-4dbe-ad63-1fa8a8c2d06e",
              "name": "Posts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55c48618-36ba-46b3-a316-d941e28af706",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2086575-c06a-4788-a598-6fbb9c38aac3",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "271b96cb-a95a-4be0-8326-4e98a928084e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebe7872b-39e3-4cb9-ac73-b06995c9693e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70057891-b916-4e50-9071-fa5e6a4b48e5",
              "name": "Not Implemented - Lens v3 requires authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "profile",
                    ":handle",
                    "posts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster handle (without @)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "handle"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e4d29c9-10e1-4934-ad0c-2d0c4d63c884",
          "name": "Search Lens profiles",
          "request": {
            "name": "Search Lens profiles",
            "description": {
              "content": "⚠️ **DEPRECATED:** Lens v3 API requires authentication for this endpoint. Implementation is not currently planned.\n\nNOTE: Returns 501 - Lens v3 API requires authentication for this endpoint. Not currently implemented.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query string",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6d423266-ecb1-4e93-b065-227ed58cd3f6",
              "name": "Results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4498b64a-a7a7-4399-b019-a7ded0019bfd",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb18df5c-d7c2-4389-a388-1c24a6c1ed24",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d40eaf83-fc3f-4bb2-8ae8-0b00e19c3c6e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26d056f1-8783-4d97-a6e0-c57ef997b09c",
              "name": "Not Implemented - Lens v3 requires authentication",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9096247-c733-4159-a42b-b4e968d45891",
          "name": "Lens protocol stats",
          "request": {
            "name": "Lens protocol stats",
            "description": {
              "content": "⚠️ **DEPRECATED:** Global protocol stats were removed in Lens v3 API and are no longer available.\n\nDEPRECATED: Global protocol stats removed in Lens v3 API. Returns 410 Gone.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lens",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "952368ad-8f69-40d4-8e89-f9792dfb65ab",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "334fc762-af57-47dd-a259-36f954f425e3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b3d6ace-dab1-4620-869c-60091e71ee24",
              "name": "Gone - Feature removed in Lens v3",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Gone",
              "code": 410,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c9bea8e-b747-49f1-b3c1-116a248d0974",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb880436-0ce7-4ff4-ad1f-f04d2fcb74fb",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lens",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9974652-b9fb-4636-aeb3-07904d725afc",
          "name": "Mutual followers (follow each other)",
          "request": {
            "name": "Mutual followers (follow each other)",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nMutual followers (follow each other)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "mutuals",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "260e773d-7282-4b87-8190-46d95a783a23",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "mutuals",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "999689d2-8c65-4b36-9f81-538eec953396",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "mutuals",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d2ad3aa-aea7-4373-8109-19fd29844623",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "mutuals",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b80188b-f963-45ec-b987-45cd920b2202",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "mutuals",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d99d19e2-6c8d-49cd-9600-e5b092b918e8",
          "name": "POAP badges collection",
          "request": {
            "name": "POAP badges collection",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nPOAP badges collection",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "poaps",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "337aee98-b450-4268-813c-d80f1f0a4545",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "poaps",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fac80bd-9ece-4c73-b686-456148575850",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "poaps",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "567e6332-90f3-48e5-a02e-fe63e7c73110",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "poaps",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04f27e51-8f45-4386-aff1-27a4946cd0d0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "poaps",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f584e22-a1dc-4fa6-a9ff-eb6c9083763c",
          "name": "Social reputation score",
          "request": {
            "name": "Social reputation score",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nSocial reputation score",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "reputation",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "229aad97-1c2d-4306-b72b-40c3464dff54",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reputation",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e1fe450-3f00-4799-a986-f515f03a2e0b",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reputation",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56f7cf97-87ca-48b8-99fe-01664d5e4d61",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reputation",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3cf84ad-364b-4a36-89dc-1047639ceacd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "reputation",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5eaae100-f9dc-4100-90a8-572cdf10d20f",
          "name": "Safe/multisig info",
          "request": {
            "name": "Safe/multisig info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented. Status: Planned feature. This route will return 404 in production.\n\nSafe/multisig info",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ec184a53-0a6c-45dc-a990-8fd0e5b77340",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e45e78e-d06c-4a3a-abf1-79cb1d3ac874",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55c809aa-a245-40f4-a24a-3d323277bee0",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "321a9510-22b3-4bf6-912f-1be047d2ed67",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c05fc3a9-8bd2-4045-9eed-c265de47208f",
          "name": "Lookup by ETH address",
          "request": {
            "name": "Lookup by ETH address",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "78ee86a7-26b1-4a0f-b85c-a067ae1e820e",
              "name": "Profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc576427-035a-4e70-ab67-8fb769e93c3f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dfd3ae6-9cf7-4468-b888-da0c13f30fd6",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eef943de-6e9d-42d0-8437-e3a3a01ba007",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b54e0c49-8df1-49e2-b052-239064396b75",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ae9e91b2-bbe8-4b4b-99a8-4763b1d88f9f",
          "name": "Cast details",
          "request": {
            "name": "Cast details",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "cast",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c361d5ba-dcfc-413a-98e6-454328bd230f",
              "name": "Cast data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3543351e-118c-40c4-89e2-bfc0e916f8bf",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdad3d18-4a35-4965-9ebf-4753c4285a66",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "304ea138-f38a-418a-83d6-7c69a901c584",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9998ddb-b53d-46aa-9bd2-de7180120827",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "16ee96ea-5b63-4b13-8f7b-a73d5e2023eb",
          "name": "Cast reactions",
          "request": {
            "name": "Cast reactions",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "cast",
                ":hash",
                "reactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f1346bb0-7b68-4601-a99a-bdf6402289d7",
              "name": "Reactions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a56983ba-0fb1-4d7c-8336-32a6e95f778b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9b95726-666a-41e9-b433-fe8507cb130e",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55be6735-22fb-4661-b333-74d4b2460fbe",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4120fd45-674a-4418-a7da-ebdfbdff1c05",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "reactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70696d07-2fb3-4dec-a0d6-49ae4828e4c4",
          "name": "Cast replies",
          "request": {
            "name": "Cast replies",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "cast",
                ":hash",
                "replies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d6ac10f4-fde4-435b-9aa8-03c725345fba",
              "name": "Replies",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcc7c1c7-4826-4cdc-bbb3-d070ba9067af",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "add25182-0ebe-4dc0-a348-5f799cfbe23d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79d5516f-045b-42f5-b41c-78287fa44bfd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "160d0d6a-5d69-46b2-a387-d68c473d248f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "cast",
                    ":hash",
                    "replies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee5107e6-b6c8-416d-99f8-bfb439120e87",
          "name": "Channel details",
          "request": {
            "name": "Channel details",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "channel",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unique identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "040cc197-5c19-498f-8425-74e2a64b89b4",
              "name": "Channel data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c7551c8-c8d8-4c14-9e1c-cc4dc73c58e2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "666ad59d-9761-4645-8d16-8f9531676244",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f6eb7da-e259-45bc-a581-503702f88205",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7e77093-ca40-4291-8cb0-d40c6a7de216",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unique identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21aa64ea-e1e2-4c9e-9862-0b347c15be89",
          "name": "Channel feed",
          "request": {
            "name": "Channel feed",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "channel",
                ":name",
                "feed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "ed3cd4ce-2661-4429-9c01-08484467d161",
              "name": "Feed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "760911a6-2636-4c4b-9fde-7995a1c08ba0",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f199597a-68d0-484a-933b-d94b31d58755",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86e5aa68-ade9-4b2e-9869-75efa45a9593",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d3eeaba-005c-4972-86f5-29404d04ab57",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channel",
                    ":name",
                    "feed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a9f8e17a-4ef9-41b9-8e68-64e05d5dbe64",
          "name": "All channels",
          "request": {
            "name": "All channels",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "channels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "9e0c3804-da78-4f08-89cd-67bd9f18c546",
              "name": "Channels list",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27923c3c-874d-46be-9649-a2132c8c507c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c07365a-bec3-461a-b8b1-7c5ac9480a32",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a18611fc-5dc3-4496-a7c1-3306c7ff427d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24566d2a-7feb-46e7-8d84-a5e038856ff9",
          "name": "User feed",
          "request": {
            "name": "User feed",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "feed",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fd54c50c-7894-4bf4-b235-f8183e683015",
              "name": "Feed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4eb012bd-eb78-4897-a37c-a90d66f947a6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d15244a0-fb77-467b-a1e9-72721ec51f2d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "831445a4-e8db-4192-9a3f-62eef744843c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be8fcbcb-76ba-4fdb-a786-52e7e5369704",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "feed",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c88413b-cba4-4049-af94-02567a95f5b8",
          "name": "User notifications",
          "request": {
            "name": "User notifications",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "notifications",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a31a0a7d-8d7d-4847-92b6-a981eaca1dbc",
              "name": "Notifications",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cf823e3-6ed7-4f6a-8fee-42e49b9d4827",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d628e9c-e378-4c03-a40d-52a258080d61",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29de1af9-9fc1-4f7c-89b1-5088ee75a917",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c233f58-446d-4e55-b2e3-d222a5b890c7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "notifications",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4142411-9faf-47ea-b4ae-5e0a92e546b9",
          "name": "Power badge holders",
          "request": {
            "name": "Power badge holders",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "power-badge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "387b7cd9-50c7-46a8-932f-ab53c1e3da6f",
              "name": "Power badge users",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcfa31f5-ad68-4ba9-8276-b94cc5989603",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4314f36f-d212-4481-86da-c4d03efda5b5",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bae4c04-1dcb-495c-befb-1dca0a3b64d0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "power-badge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca2d4d8d-70e7-4fcc-b1c5-32bb5e776bab",
          "name": "Recent popular casts",
          "request": {
            "name": "Recent popular casts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "recent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "db83fdb5-e0dd-400c-82ee-404243c275ee",
              "name": "Recent casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5836fbd9-4dd5-48b8-a431-60a5daaed588",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "996019b3-0381-4904-bc5f-a623712852c4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b7342b6-7ccb-43f7-be84-584fc1f77149",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e10d820-3d02-435c-97f3-868c3ac5b711",
          "name": "Search casts",
          "request": {
            "name": "Search casts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query string",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "16c33259-b91d-464d-ac9c-bbd0af692975",
              "name": "Search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1666289f-d37a-4826-89a6-5c8d779daae6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "520a9b67-a4ee-4169-b8df-8dc1fdcdbfc6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9463507-014e-4cc0-a3dc-5997d5e401d6",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "29c1480a-b441-4ed0-819b-2ef760c0fbc8",
          "name": "Search users",
          "request": {
            "name": "Search users",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "search",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query string",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "72f2b9b0-917c-43c1-bcb9-cbf611646632",
              "name": "Search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "054dbe7c-be55-4725-87de-af6c3ca4afbb",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27b998c0-2823-4a52-bc0b-6a93432107b8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6d42ea8-3c56-4dd3-87d0-07be1e24c347",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "search",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query string",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "679e5272-a38c-49c3-8df3-d4da5c4e693e",
          "name": "Protocol stats",
          "request": {
            "name": "Protocol stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "af208711-9ed6-4ef9-be3b-b897c9f46447",
              "name": "Stats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e2c32db-f201-47e1-baef-05b2902a0ab8",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76d8740d-1deb-4063-b617-05e9f2499d62",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4504906-ac60-4843-ba07-bff457cb2f56",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "deb4eea7-be8d-4bbc-baab-66783f271faf",
          "name": "Trending casts",
          "request": {
            "name": "Trending casts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "trending",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b7f6c191-dba6-45bb-82a6-868c53582fd5",
              "name": "Trending casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "234a651b-8e02-46d0-a349-4a7506716a05",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0dff9fa-be4e-4ee4-a0d8-d970b716d326",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ebcb9d2-add9-4d2d-b49b-7cba457002bd",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "69b94bca-8143-4215-9da6-10adce222f6c",
          "name": "Trending users",
          "request": {
            "name": "Trending users",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "trending",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "94bc82f9-b22d-4f79-a6a3-1e8b2a8b9ed2",
              "name": "Trending users",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c02999f-659c-4464-a392-716dd4f812db",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a1ae9c1-5107-4a69-b503-b401c020a584",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "095c425b-1335-4101-a99e-65b9a8209c05",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "trending",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "28060287-6048-45df-8b18-d1e52f4235cc",
          "name": "User by FID",
          "request": {
            "name": "User by FID",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "user",
                ":fid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a7cb0a0f-d0c9-4cad-8376-ef1ce657161b",
              "name": "User data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00af27dc-07d8-4d15-b1e9-6b0b2f84a61e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6143fe3-05fd-4cd8-813e-7988ab76b720",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b5791ed-3d70-436f-81c7-7c8145cc50e4",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb06a5d6-1390-4238-bc52-9dce24054a1a",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e64680b6-e647-4a95-8516-a2e4b33dc7cc",
          "name": "User casts by FID",
          "request": {
            "name": "User casts by FID",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "user",
                ":fid",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0fdd264b-b702-4984-a321-ec88ca561b38",
              "name": "Casts",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d60dc2e4-265e-46c5-be10-fb0c6b5bc455",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e69249aa-449e-464c-8d6e-89ca6dafb1e8",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f474b725-7fae-4243-bc0a-082619118c03",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa3d9314-f9e4-47f2-9e3d-20357f12f931",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7049c532-4472-4740-be15-fe55e0984430",
          "name": "Followers by FID",
          "request": {
            "name": "Followers by FID",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "user",
                ":fid",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "34ec27df-305b-4170-8cb1-825b5d6b886f",
              "name": "Followers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "316831c9-dcd2-43e6-b69b-64b18869928f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f99459c3-92b0-444b-9ac2-04bb5d4b0b96",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e4a0022-8b28-4707-a1b0-33a27ae115e8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a31df4b-6461-44a9-9547-1154040fcf49",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "063d0efc-fb51-49cb-9a23-c8338dc96cac",
          "name": "Following by FID",
          "request": {
            "name": "Following by FID",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "user",
                ":fid",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "4c9d56da-831d-4864-83b8-76367091c98c",
              "name": "Following",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65d9e12e-031e-412d-ac3a-82fcde4c149a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1429436c-026f-43c7-9227-07fe326d727d",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1326b0b6-ca7d-4818-8a3e-6ac1fd62a635",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb3f84b-61e2-4738-8775-c5b7c27b9c85",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8030d0ab-aee7-4c45-981c-0895094abc18",
          "name": "User storage usage",
          "request": {
            "name": "User storage usage",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "user",
                ":fid",
                "storage"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "fid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Farcaster user ID (numeric)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "758fcc2d-d141-44bf-866f-0fd9f8d71788",
              "name": "Storage",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ccec9a1-a6f7-4848-b55b-bc2f4b08756f",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8171d965-b950-42a2-89af-2d28c76ff318",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba10c701-e63f-4c4d-bc12-0860598b60a2",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a81cb72f-5bdb-45a0-bcad-6377feb35029",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "user",
                    ":fid",
                    "storage"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Farcaster user ID (numeric)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "fid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24e6b590-6d69-4bba-b23b-8cab82fe080e",
          "name": "User by username",
          "request": {
            "name": "User by username",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "username",
                ":username"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "username",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Social platform username",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6ab6ca6a-8097-40dc-90a4-392633a7b5c2",
              "name": "User data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Social platform username",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4431e49-a996-4752-b998-53dc0b4eb09a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Social platform username",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdd36c0c-f564-44c0-921e-8137fdf4d083",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Social platform username",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d1294f3-fd69-45a1-9207-b72a7e259ee6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Social platform username",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc5305da-dfa5-4f02-b213-cb7fa3d7dd00",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "username",
                    ":username"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Social platform username",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "username"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e31ca520-34cf-40fb-931b-11760f2a3d20",
          "name": "Bulk user lookup",
          "request": {
            "name": "Bulk user lookup",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFarcaster user profile by FID or username",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                "users",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated Farcaster user IDs",
                    "type": "text/plain"
                  },
                  "key": "fids",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2059f5b6-4c3c-4ed2-937f-33863b16746d",
              "name": "Users",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Farcaster user IDs",
                        "type": "text/plain"
                      },
                      "key": "fids",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da2296ce-6db2-40cd-8a28-f2f2588bb1c4",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Farcaster user IDs",
                        "type": "text/plain"
                      },
                      "key": "fids",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99fd4d69-caa6-4757-abb9-3ac48147d450",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Farcaster user IDs",
                        "type": "text/plain"
                      },
                      "key": "fids",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f9eb7c8-2680-4118-88a0-ee33294c3c76",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    "users",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Farcaster user IDs",
                        "type": "text/plain"
                      },
                      "key": "fids",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "283f3497-e704-4102-93ee-329290047b37",
          "name": "Farcaster profile",
          "request": {
            "name": "Farcaster profile",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                ":identifier"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Username or FID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "676f7293-cc6e-4be5-92cd-6ec038fcea95",
              "name": "Profile data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Username or FID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2981910-b193-4c56-90a5-189d46453cc7",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Username or FID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8ab88c7-60a4-4e3d-87fc-6589e1c560c7",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Username or FID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a07933ab-a707-4a6f-8672-23e4e618eceb",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Username or FID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "349ed260-9375-4924-bb41-dac568a6d004",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Username or FID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "78de9aac-b825-4723-859e-bc498e892e61",
          "name": "User's casts",
          "request": {
            "name": "User's casts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                ":identifier",
                "casts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "901cf07e-254f-4e61-a78f-72cd292bc4c3",
              "name": "Casts list",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f07c8be5-4812-4221-8503-4b0acac2a609",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddd5c023-5ef7-45a8-83db-efaf8fec93ed",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bffaf737-3cd5-44b5-9c11-75ebc4174a5b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "441258ee-01b4-492b-b83d-a2c05e7bd186",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "casts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f528680-2227-4bcb-82ca-61e124050cca",
          "name": "User's followers",
          "request": {
            "name": "User's followers",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                ":identifier",
                "followers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "912bdcc7-beb8-4ab5-91d1-89d5ea14eef3",
              "name": "Followers",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a581168c-31c5-4628-bf75-39c57687e1c6",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf7fb414-69bc-441f-b866-118c48e08ddf",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "621e2d12-5301-4aa4-816d-e71515b37181",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a8d9429-7262-4a3a-be12-9f47f9676b74",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "followers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f75561b-fcdc-4baa-9a9f-96fc03de5493",
          "name": "User's following",
          "request": {
            "name": "User's following",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                "farcaster",
                ":identifier",
                "following"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Resource identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "39a19833-7e91-494c-aff9-67ac762e8b3b",
              "name": "Following",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4a04587-91b4-4f4c-b9f1-8b5ef3ac660a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ac97a14-32ad-4f53-ae74-c11247fc1a20",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0b377da-5f43-464f-9f60-c2c2dd348368",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46b138b1-2a0b-4160-abb2-c2383fd2bd4d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    "farcaster",
                    ":identifier",
                    "following"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Resource identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44138b9d-8f96-4d78-bc1c-7acc50d5370c",
          "name": "Follower and following counts",
          "request": {
            "name": "Follower and following counts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "social",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter platforms (ens,farcaster,lens)",
                    "type": "text/plain"
                  },
                  "key": "platforms",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cea1de35-58c6-47d9-86e4-600ce6dac6ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"ens\": \"<string>\",\n  \"farcaster\": {},\n  \"lens\": {},\n  \"twitter\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8048c639-3233-4363-8a2f-8f9ea6d8eba8",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0034c491-e57a-415b-b472-26127057ee91",
              "name": "Payment Required - x402 micropayment required to access this resource",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a76a37c3-997f-4efc-b2bc-8475729cfa94",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff62f513-eb80-4e78-85c7-f06e764024fc",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12a2dbb0-1102-4868-ac55-d400ada5844d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "social",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter platforms (ens,farcaster,lens)",
                        "type": "text/plain"
                      },
                      "key": "platforms",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ce0098e-74dc-4bb2-a276-fdfca9536e26",
          "name": "CoinPaprika Twitter",
          "request": {
            "name": "CoinPaprika Twitter",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCoin Twitter feed",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "twitter"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6ea95b2-0db7-48a5-bd4d-75172ff07f7c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d2b555f-f265-4454-9f6c-dff96eee3f70",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a573bf0e-2611-42b9-ab6f-d052377b952d",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "073213df-29d7-447c-a6d5-0a60938b085c",
          "name": "CoinPaprika events",
          "request": {
            "name": "CoinPaprika events",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCoin events",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "coin",
                ":id",
                "events"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Coin ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2f22b92a-1682-44e9-aeb0-ecd31491faaa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "519bc165-e0c6-4b04-aa30-4730855fce40",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "453761fa-0053-485f-ae01-5e645a57e0f7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Coin ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85ced39d-4074-4ad5-8ee4-23434e787a37",
          "name": "CoinPaprika people",
          "request": {
            "name": "CoinPaprika people",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPerson profile",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "coinpaprika",
                "people",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Person ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "679f8ab4-8860-4cd6-900b-d1318defc606",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Person ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dc1c2bf-abca-42b1-b239-c74e79409c23",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Person ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff7a738b-3c56-401f-87d7-2f120e5c42ce",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Person ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e628cc6d-4499-408e-a149-fb300e3baa24",
          "name": "Messari news",
          "request": {
            "name": "Messari news",
            "description": {
              "content": "Returns messari news for social graph or reputation. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "news"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5037991c-a927-4213-9823-a0481154b4a2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2c67068-2e19-45bc-9e9e-0d1f855a7378",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b60c7ef-d637-4757-8215-8be3143909c3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e4be4a03-facb-47cd-993d-700d96cd4e19",
          "name": "Messari asset news",
          "request": {
            "name": "Messari asset news",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset news",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "external",
                "messari",
                "news",
                ":asset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Asset slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0f7708af-d24f-4f37-9eb0-f1e7d1193660",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d28762d1-eeb8-424d-9d9c-1a340aac3d05",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fb4f204-2fc9-4b33-92ca-b7a0b82c6d70",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "external",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Asset slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Identity",
      "description": "On-chain identity verification, ENS resolution, and reputation scoring for addresses.",
      "item": [
        {
          "id": "a09fb038-8986-4203-b86e-62854c008492",
          "name": "Check ENS Availability",
          "request": {
            "name": "Check ENS Availability",
            "description": {
              "content": "Check if an ENS name is available for registration.\n\n### Response Includes\n- Availability status\n- If taken: current owner, expiration\n- Registration price estimate\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "available",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name to check (without .eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "77d461d8-d9fb-4fb2-b158-726b38867574",
              "name": "ENS name availability",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"available\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"currentExpiry\": \"<string>\",\n  \"registrationCost\": {\n    \"annual\": \"<number>\",\n    \"currency\": \"<string>\",\n    \"note\": \"<string>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c811a530-9c6b-4fc5-9e51-637d6404ba58",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9999bdb-3aac-401b-85fa-ef4c5e6d5971",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0e87fbb-16df-440b-99a7-698d19a0d2b0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "334e8a66-683f-4d9a-9c63-005223fd9360",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "available",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name to check (without .eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8d6683ce-8ead-47ca-8f03-d2b11f180cdd",
          "name": "Get ENS Avatar URL",
          "request": {
            "name": "Get ENS Avatar URL",
            "description": {
              "content": "Get the avatar URL for an ENS name.\n\n### Supports\n- Direct URL avatars\n- NFT avatars (ERC-721, ERC-1155)\n- IPFS avatars (resolved to gateway)\n\n### Response\nAvatar URL ready to use in img tags.\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "avatar",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1701132b-5512-41ff-9d1b-f6c4991b9ebd",
              "name": "Avatar URL for ENS name",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ba2961f-5ef1-429d-8a39-83c04253aa6f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d1d481e-f0df-4a64-b93f-f743eea97a0b",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba93c38e-a08d-4607-9df5-74dc5e20eece",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81c4e44a-0ac4-4fe2-9e64-20e2d6a3a8e1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02e60551-f808-4f73-b0df-f24212e2a984",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "avatar",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5447c014-69ca-4bda-b1a3-b2e0b084fdff",
          "name": "Resolve ENS to Address",
          "request": {
            "name": "Resolve ENS to Address",
            "description": {
              "content": "Simple ENS name to Ethereum address resolution.\n\n### Use Case\nQuick address lookup when you don't need full profile data.\n\n### Response\nJust the resolved address - fast and lightweight.\n\n### Pricing\n- **$0.001** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                "resolve",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d9eb277f-1153-45ab-8f1a-d884d20af499",
              "name": "ENS name resolved to address",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abced8f3-3fd8-4446-8c2b-66d631d96eb3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b59ed5c-7342-4f96-8ba5-404d2dc884e1",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a38d485c-8471-401b-a1e9-31fd8b7dd322",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93cd89f8-4b09-4d11-8fd8-9a9083328ea9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc09e857-5b67-4fbf-a77f-2bf2c3b56b8d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    "resolve",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ccb1893e-9c7f-4b3d-bcbf-92aa3c2db13f",
          "name": "Get ENS Profile",
          "request": {
            "name": "Get ENS Profile",
            "description": {
              "content": "Retrieve comprehensive ENS profile data including address, avatar, and text records.\n\n### Features\n- Resolves ENS name to Ethereum address\n- Fetches avatar URL (supports NFT avatars)\n- Returns all text records (description, twitter, github, etc.)\n- Includes registration and expiration dates\n\n### Pricing\n- **$0.001** per request (free tier: 100/day)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ens",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name (e.g., vitalik.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "58d369df-7b43-4619-8bed-1cc995994215",
              "name": "Full ENS profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"<string>\",\n  \"address\": \"<string>\",\n  \"avatar\": \"<string>\",\n  \"records\": {},\n  \"contenthash\": \"<string>\",\n  \"daysUntilExpiry\": \"<number>\",\n  \"expiration\": \"<string>\",\n  \"gracePeriodEnd\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"input\": \"<string>\",\n  \"inputType\": \"<string>\",\n  \"note\": \"<string>\",\n  \"ownedNames\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"primaryName\": \"<string>\",\n  \"expiring\": [\n    {\n      \"key_0\": 4589.612728120509,\n      \"key_1\": 247\n    },\n    {\n      \"key_0\": true,\n      \"key_1\": false\n    }\n  ],\n  \"withinDays\": \"<number>\",\n  \"count\": \"<number>\",\n  \"error\": \"<string>\",\n  \"registrations\": [\n    {\n      \"key_0\": 1870,\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"recentTransfers\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8321.244860020692,\n      \"key_2\": false\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 8112\n    }\n  ],\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb276d9d-34fb-466b-af08-cf07db1b0298",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66e8a829-baa2-4ef0-96ad-c36e901be09b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b0a08be-6675-4555-b6f1-7b8eeab1bcbd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e158cff0-91d2-44ae-bce1-a204a7a76033",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name (e.g., vitalik.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6013ed9a-86e3-4f6b-851a-d3c59a4e15e4",
          "name": "Get Farcaster Profile",
          "request": {
            "name": "Get Farcaster Profile",
            "description": {
              "content": "Get Farcaster user profile by FID, username, or connected address.\n\n### Identifier Types\n- **FID**: Numeric Farcaster ID (e.g., 5650)\n- **Username**: Farcaster username (e.g., vitalik.eth)\n- **Address**: Connected Ethereum address\n\n### Response Includes\n- Profile bio and avatar\n- Follower/following counts\n- Connected addresses\n- Power badge status\n\n### Pricing\n- **$0.01** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "farcaster",
                ":identifier"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "identifier",
                  "disabled": false,
                  "description": {
                    "content": "(Required) FID, username, or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee263fb5-9813-462b-9518-4dd9d0598386",
              "name": "Farcaster user profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"fid\": \"<number>\",\n  \"username\": \"<string>\",\n  \"displayName\": \"<string>\",\n  \"bio\": \"<string>\",\n  \"pfp\": \"<string>\",\n  \"followerCount\": \"<number>\",\n  \"followingCount\": \"<number>\",\n  \"verifications\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"activeStatus\": \"active\",\n  \"avatar\": \"<string>\",\n  \"followers\": \"<number>\",\n  \"following\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"verified\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bec35cc-7bfc-41d8-9a72-e2fdae574d7f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56975fce-3522-44f5-951f-03c287a7e87d",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b8bd028-a375-4fdc-bfc5-af7d3ec913b4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ba361e0-a3ef-4e82-a33a-9d8d058d023f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa07d30d-d54a-4676-a659-740528ba9fa7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "farcaster",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) FID, username, or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Agent",
      "description": "AI agent identity registration and discovery (6)",
      "item": [
        {
          "id": "1e44ec30-bc83-4553-816d-1490ba9d46cc",
          "name": "Discover registered agents",
          "request": {
            "name": "Discover registered agents",
            "description": {
              "content": "List all registered AI agent identities with optional filtering by capability",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of agents to return (1-100)",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "50"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Pagination offset",
                    "type": "text/plain"
                  },
                  "key": "offset",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by capability (x402-payments, siwe-auth, xmtp-messaging, ens-resolution)",
                    "type": "text/plain"
                  },
                  "key": "capability",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "774110d5-d8e4-46b0-929a-173dd7b42f1c",
              "name": "List of agent identities with pagination",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of agents to return (1-100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by capability (x402-payments, siwe-auth, xmtp-messaging, ens-resolution)",
                        "type": "text/plain"
                      },
                      "key": "capability",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"agents\": [\n    {\n      \"name\": \"<string>\",\n      \"shortName\": \"<string>\",\n      \"address\": \"<string>\",\n      \"capabilities\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"profileUrl\": \"<uri>\",\n      \"apiUrl\": \"<uri>\",\n      \"registeredAt\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"shortName\": \"<string>\",\n      \"address\": \"<string>\",\n      \"capabilities\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"profileUrl\": \"<uri>\",\n      \"apiUrl\": \"<uri>\",\n      \"registeredAt\": \"<string>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"total\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"links\": {\n    \"register\": \"<uri>\",\n    \"schema\": \"<uri>\",\n    \"docs\": \"<uri>\"\n  },\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ddbd28f-4326-4f83-8e71-45bb470a7004",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of agents to return (1-100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by capability (x402-payments, siwe-auth, xmtp-messaging, ens-resolution)",
                        "type": "text/plain"
                      },
                      "key": "capability",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9925052-1195-4cb9-b891-5f133a8ad947",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of agents to return (1-100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by capability (x402-payments, siwe-auth, xmtp-messaging, ens-resolution)",
                        "type": "text/plain"
                      },
                      "key": "capability",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bffd1a80-e211-4507-a483-db02bd8113a3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of agents to return (1-100)",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "50"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by capability (x402-payments, siwe-auth, xmtp-messaging, ens-resolution)",
                        "type": "text/plain"
                      },
                      "key": "capability",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "663e9150-3d90-4fe8-b016-178ab9332990",
          "name": "Agent identity JSON schema",
          "request": {
            "name": "Agent identity JSON schema",
            "description": {
              "content": "Returns JSON Schema definition for agent identity structure (draft-07)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent",
                "schema"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "26b3b033-c6e6-4705-a3ed-45f0aa5d9e60",
              "name": "JSON Schema for agent identity format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "schema"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"$schema\": \"<string>\",\n  \"$id\": \"<uri>\",\n  \"title\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": \"array\",\n  \"properties\": {},\n  \"required\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e5f2765-f4b7-428e-aa71-d27b16a3bcee",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "schema"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7354c1d-e205-4304-a122-d65a87131ba0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "schema"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "127aac51-7de4-449d-a7bb-c737bc0a98f8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "schema"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bf3b5474-1706-4505-b295-55d89391c197",
          "name": "Register agent identity",
          "request": {
            "name": "Register agent identity",
            "description": {
              "content": "Register new agent identity on aboutme.eth (requires x402 payment).\n\n**Pricing:**\n- 5+ chars: $0.97\n- 4 chars: $4.97\n- 3 chars: $19.97\n- 1-2 chars: $97.00\n\nPayment via x402 protocol (USDC on Base network).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent",
                "register"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": null
          },
          "response": [
            {
              "id": "2ac0b19e-0281-48df-9ad9-705db828ef70",
              "name": "Agent registered successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"identity\": {\n    \"name\": \"<string>\",\n    \"shortName\": \"<string>\",\n    \"address\": \"0x1B5C0C5BBfaCFA9d4D97a2f54418d5A8bdFAAE2F\",\n    \"type\": \"organization\",\n    \"standard\": \"ERC-8004\"\n  },\n  \"controller\": {\n    \"address\": \"<string>\",\n    \"type\": \"agentic-wallet\"\n  },\n  \"registration\": {\n    \"registeredAt\": \"<dateTime>\",\n    \"expiresAt\": \"<dateTime>\",\n    \"parent\": \"<string>\",\n    \"registrar\": \"<string>\"\n  },\n  \"capabilities\": [\n    \"x402-payments\",\n    \"x402-payments\"\n  ],\n  \"endpoints\": {\n    \"profile\": \"<uri>\",\n    \"api\": \"<uri>\",\n    \"siwe\": \"<uri>\",\n    \"x402\": \"<uri>\"\n  },\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  },\n  \"metadata\": {\n    \"version\": \"<string>\",\n    \"schema\": \"<uri>\",\n    \"timestamp\": \"<dateTime>\"\n  },\n  \"available\": \"<boolean>\",\n  \"exists\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"pricing\": {},\n  \"register\": {},\n  \"shortName\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"type\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e4507f4-1f35-4acb-8554-c48843d7ae9b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "232bbdf7-da7b-4d85-ac41-2b373d94a625",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "800488cf-76fe-4798-ade8-57a8bddb3a85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "972fc735-41a5-482a-95a6-ac0fa8605241",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "register"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"<string>\",\n  \"owner\": \"0xAf6E3a8EfBeF2ddfe48AF638a2e5e15352Af2bfA\",\n  \"capabilities\": [\n    \"xmtp\",\n    \"xmtp\"\n  ],\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  }\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "38e4fdc3-2d5a-464d-b9c1-f3237d342764",
          "name": "Verify agent ownership",
          "request": {
            "name": "Verify agent ownership",
            "description": {
              "content": "Check if an Ethereum address owns any agent identities on aboutme.eth",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent",
                "verify",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address to verify",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b4daab88-b814-4114-8486-cd11eea5738b",
              "name": "Verification result with list of owned identities",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address to verify",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"verified\": \"<boolean>\",\n  \"address\": \"0x51D34ADF66b0d881a7cbD9CDB097C261B356f76a\",\n  \"count\": \"<integer>\",\n  \"identities\": [\n    {\n      \"name\": \"<string>\",\n      \"shortName\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"profileUrl\": \"<uri>\",\n      \"apiUrl\": \"<uri>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"shortName\": \"<string>\",\n      \"createdAt\": \"<dateTime>\",\n      \"expiresAt\": \"<dateTime>\",\n      \"profileUrl\": \"<uri>\",\n      \"apiUrl\": \"<uri>\"\n    }\n  ],\n  \"primary\": {},\n  \"message\": \"<string>\",\n  \"registerUrl\": \"<uri>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "940dc606-5adb-4177-bb09-6961258e1033",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address to verify",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07329197-d3a5-4c5a-b92d-3389bcb3cf28",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address to verify",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7afcf91c-df56-484d-9f11-eee02896b24f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address to verify",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "786c287c-9850-4f7c-84cd-a6162c94e602",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    "verify",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address to verify",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66f5f788-706a-4976-ba43-f8d5824c7a13",
          "name": "Get agent identity",
          "request": {
            "name": "Get agent identity",
            "description": {
              "content": "Retrieve full agent identity profile including capabilities, endpoints, and metadata",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "o",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "07d91d6c-3e80-4d67-a0b6-1750db4c4467",
              "name": "Full agent identity profile",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "o",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identity\": {\n    \"name\": \"<string>\",\n    \"shortName\": \"<string>\",\n    \"address\": \"0x1F43C399eBcc5eEC3B4b1f9EeCdF6E5aFCB2A714\",\n    \"type\": \"organization\",\n    \"standard\": \"ERC-8004\"\n  },\n  \"controller\": {\n    \"address\": \"<string>\",\n    \"type\": \"multisig\"\n  },\n  \"registration\": {\n    \"registeredAt\": \"<dateTime>\",\n    \"expiresAt\": \"<dateTime>\",\n    \"parent\": \"<string>\",\n    \"registrar\": \"<string>\"\n  },\n  \"capabilities\": [\n    \"siwe-auth\",\n    \"xmtp-messaging\"\n  ],\n  \"endpoints\": {\n    \"profile\": \"<uri>\",\n    \"api\": \"<uri>\",\n    \"siwe\": \"<uri>\",\n    \"x402\": \"<uri>\"\n  },\n  \"profile\": {\n    \"description\": \"<string>\",\n    \"url\": \"<uri>\",\n    \"avatar\": \"<uri>\",\n    \"twitter\": \"<string>\",\n    \"github\": \"<string>\"\n  },\n  \"metadata\": {\n    \"version\": \"<string>\",\n    \"schema\": \"<uri>\",\n    \"timestamp\": \"<dateTime>\"\n  },\n  \"available\": \"<boolean>\",\n  \"exists\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"pricing\": {},\n  \"register\": {},\n  \"shortName\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"type\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4692cdcd-d569-4eda-b40f-c8295a37b327",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "o",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5b2b2f5-6272-4658-8bf4-ac8e4e9007c8",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "o",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7f4576e4-e991-432a-afc0-4a9c6d2df678",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "o",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "055f658a-f741-4219-a2b0-8c6c76c90ace",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Agent name without .aboutme.eth suffix (e.g., \"atv\" for atv.aboutme.eth)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "o",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "807c984c-aeb0-45e4-b9cf-7bcd7660abf1",
          "name": "ATV info",
          "request": {
            "name": "ATV info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nATV agent info",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "atv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "05be4181-29d5-4259-b562-ec485768dc8d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db955bed-222e-44c9-afec-817b02ad35b1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e960a969-c98f-4665-9fbd-4fd5c9b7cfd7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb1a7232-4345-4c05-9f09-492260263df3",
          "name": "ATV info",
          "request": {
            "name": "ATV info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nATV agent information",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "atv"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "091153e6-0881-4d88-aef8-963a0b8a5db6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e511343e-bffa-45f9-9b1c-525b97f13337",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1104ed66-42b1-4d1d-a3d4-eb3c25f3a6cf",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "atv"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e0b7653-6082-4dc9-9218-8f82de32d5bc",
          "name": "Agent info",
          "request": {
            "name": "Agent info",
            "description": {
              "content": "Returns agent info data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "895ccb3b-ade5-4217-a11c-2302c1900d5c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"agents\": [\n    {\n      \"address\": \"<string>\",\n      \"apiUrl\": \"<string>\",\n      \"capabilities\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"profileUrl\": \"<string>\",\n      \"registeredAt\": \"<string>\",\n      \"shortName\": \"<string>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"apiUrl\": \"<string>\",\n      \"capabilities\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"profileUrl\": \"<string>\",\n      \"registeredAt\": \"<string>\",\n      \"shortName\": \"<string>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"links\": {\n    \"docs\": \"<string>\",\n    \"register\": \"<string>\",\n    \"schema\": \"<string>\"\n  },\n  \"offset\": \"<integer>\",\n  \"timestamp\": \"<string>\",\n  \"total\": \"<integer>\",\n  \"key_0\": true,\n  \"key_1\": 7903,\n  \"key_2\": 9446.15242469948\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91ef3a70-1691-44f4-b83f-91954fb27ff9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a91b981-b4d2-47b6-acbe-d3d0e7d63981",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Aave",
      "description": "Aave lending protocol data including positions, rates, and liquidity metrics.",
      "item": []
    },
    {
      "name": "Uniswap",
      "description": "Uniswap DEX data including pools, swaps, liquidity, and trading volumes.",
      "item": []
    },
    {
      "name": "Lido",
      "description": "Lido liquid staking data including stETH metrics, validators, and rewards.",
      "item": [
        {
          "id": "7417c826-9d37-4962-9b3a-c35288396ed7",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lido",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4e9f6c29-c527-42cc-9183-558c89fb3851",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9696e98-9446-4f2d-9de8-a3d59aac8728",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "863c4805-e0e5-460d-aa80-0ba61999b07a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2ad8dec8-cd15-4ec2-bc3b-722d4879d3db",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lido",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Lending",
      "description": "DeFi lending protocol data across multiple platforms including rates and positions.",
      "item": [
        {
          "id": "8955d429-d07a-4351-bed9-dedee16bb239",
          "name": "Centrifuge",
          "request": {
            "name": "Centrifuge",
            "description": {
              "content": "Returns centrifuge data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "centrifuge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2a487ae9-4126-4839-9d27-b0adec668380",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "centrifuge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e16473e7-57c3-47f0-80bf-0b6b1ad879dd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "centrifuge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fd778ee6-b0e1-40e8-9fc1-e0dfff254f0c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "centrifuge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9368a9f2-dec2-4774-9f60-971d158d674a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "centrifuge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b12fcf2d-9abe-46ac-b716-64b29c9923ea",
          "name": "Clearpool",
          "request": {
            "name": "Clearpool",
            "description": {
              "content": "Returns clearpool data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "clearpool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "97ed0a43-b450-4bfe-b2d0-89807f7e2d17",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "clearpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c581108-a4f0-480c-b0a9-919d90eb07ab",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "clearpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0375d4bf-62ce-4601-b332-1c3a2720690a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "clearpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94c4064d-6f6a-4cb8-8558-c265fda14368",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "clearpool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "401bf89c-9be8-4eeb-92b2-6137220e8057",
          "name": "Geist",
          "request": {
            "name": "Geist",
            "description": {
              "content": "Returns geist data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "geist"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "21fae584-dd8d-4d2c-b36b-2b93e86fd4ce",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "geist"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c97ef0f6-30bd-4f61-a797-0f0d11c9f3e9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "geist"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efea4dee-f295-454b-b79a-6dc730278ec6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "geist"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "127e45c3-d848-4340-a177-6315165e41b2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "geist"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2747dfd6-f97f-48ea-939b-f055eedb316e",
          "name": "Exactly",
          "request": {
            "name": "Exactly",
            "description": {
              "content": "Returns exactly data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "exactly"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "186c4bab-c213-40a5-9d93-9b35562a5df7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "exactly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dca7fab9-184e-4b4c-b3b1-5ea45bc1b1ab",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "exactly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "296b12ba-d016-4865-9b38-d40d8c9096be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "exactly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e8e0da70-d61c-4540-ad03-13e53d0764ac",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "exactly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dcf4bebd-984f-4b58-b490-ab33a87d6f37",
          "name": "Sturdy",
          "request": {
            "name": "Sturdy",
            "description": {
              "content": "Returns sturdy data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "lending",
                "sturdy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3736a608-a40c-44a9-b53e-e0d5feb69a8c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "sturdy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2501880b-c936-4476-8ed6-3d8874373a26",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "sturdy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "480e2448-dc36-46dd-9f1c-57671063b9aa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "sturdy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "558b5d56-9190-4698-8c34-6a6bcd552be6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "lending",
                    "sturdy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Yields",
      "description": "Yield farming opportunities, APY calculations, and protocol reward data.",
      "item": [
        {
          "id": "e869ac17-ddc3-4e7b-9743-1b87e8c66f2e",
          "name": "Get Top DeFi Yields",
          "request": {
            "name": "Get Top DeFi Yields",
            "description": {
              "content": "Get top-performing DeFi yield opportunities across all chains.\n\n### Filters Available\n- **chain**: Filter by blockchain\n- **project**: Filter by protocol\n- **minTvl**: Minimum TVL threshold\n- **stablecoin**: Only stablecoin pools\n\n### Response Includes\n- APY (base + reward)\n- TVL\n- Pool composition\n- Risk indicators\n\n### Pricing\n- **$0.01** per request ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "yields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum number of results to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "20"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Minimum APY filter",
                    "type": "text/plain"
                  },
                  "key": "minApy",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Only stablecoin pools",
                    "type": "text/plain"
                  },
                  "key": "stablecoin",
                  "value": "<boolean>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "875feaaf-bbe3-460f-a123-040823e0c853",
              "name": "DeFi yield opportunities",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pools\": [\n    {\n      \"chain\": \"<string>\",\n      \"project\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvlUsd\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"rewardTokens\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pool\": \"<string>\",\n      \"stablecoin\": \"<boolean>\",\n      \"ilRisk\": \"<string>\",\n      \"exposure\": \"<string>\"\n    },\n    {\n      \"chain\": \"<string>\",\n      \"project\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"tvlUsd\": \"<number>\",\n      \"apyBase\": \"<number>\",\n      \"apyReward\": \"<number>\",\n      \"apy\": \"<number>\",\n      \"rewardTokens\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"pool\": \"<string>\",\n      \"stablecoin\": \"<boolean>\",\n      \"ilRisk\": \"<string>\",\n      \"exposure\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a7872f7-ab8c-4b13-9cfd-972048a540d2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc92d432-c37c-47ae-96d3-db8a493cb14c",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e8ef569-7110-4f29-bc7a-12a95ac38c8d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "191bf3b5-6905-4cbf-a991-ab7d4866a5c0",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum number of results to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "20"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum APY filter",
                        "type": "text/plain"
                      },
                      "key": "minApy",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Only stablecoin pools",
                        "type": "text/plain"
                      },
                      "key": "stablecoin",
                      "value": "<boolean>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "896d3746-0374-480c-ab21-8a3451274aa2",
          "name": "Top",
          "request": {
            "name": "Top",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7cd2dad8-63c3-4d38-b46f-38043705c758",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0273448f-fdd6-43e1-9664-e13b71ff6c56",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd9cad54-fe47-4b19-bd0d-f3a659dc7475",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a4ec14b7-e9a2-40b9-b2b2-c3f0a696d25e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abbc6b5c-cc6c-448e-8598-d1df77acf082",
          "name": "High-apy",
          "request": {
            "name": "High-apy",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHigh-apy. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "high-apy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a0378432-269c-47a9-9601-108063731b37",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1fef7e7-96aa-4705-a0fb-f0a91ab72e44",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "65fcb990-5bfa-4b06-a225-5fc972188a6c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46d5c60a-92a3-426f-af1d-5c927e701bcb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "high-apy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e81849b-86d1-4257-b857-7a0a8ae90db4",
          "name": "Median",
          "request": {
            "name": "Median",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMedian. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "median",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "335ba69f-ed63-42a6-a174-b6d0fb6afc5c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3d42501-371a-4dff-ab7c-bcd1d4395569",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "69b15371-57b5-49ba-a4c4-2104c0bc2119",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f549f4c6-964c-46f4-86d7-1240f9330c48",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cb01e6c4-b554-4720-8a50-d1d83065bbec",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "median",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c11bffd0-2025-4012-b9aa-d5ef0ab55c07",
          "name": "Stables",
          "request": {
            "name": "Stables",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nStables. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "stables"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f8521fa7-3e12-4cd2-9090-80e043cda02a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21e87c47-93cf-4db5-b5eb-f5075bcff924",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aedfb933-8c69-4f71-81c3-51a513ee5e02",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "217e8568-8a9d-4c47-97c9-562f57fad2f2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "stables"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a54a5335-8800-4827-8eb3-0f5518a7ec87",
          "name": "Eth",
          "request": {
            "name": "Eth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEth. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dbdf1268-d3a1-476b-8427-8a6e81d64102",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bdca991-01bb-46bb-bf44-1d3c1b5a8ce7",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01b9ac30-d9ba-45f5-97cd-f41109cfa315",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3de8d8d6-8849-4e90-a156-0c3c5ff9883e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e4bc8bd-e8c4-413b-bfd6-7db5fc7cc588",
          "name": "Btc",
          "request": {
            "name": "Btc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBtc. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "90dcf3a5-7f52-41ca-8c66-20fd1eba9958",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c2b26d6-843d-41b0-acaa-f693e0dc0458",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b232da00-ccde-4d6a-bb6d-fa92c75c0df8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "179ba00a-e5b8-4d7a-be4e-43947932e7ce",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "df13d74c-5f40-40bd-b69b-b262ad5c6a81",
          "name": "Ethereum",
          "request": {
            "name": "Ethereum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9b5dc752-1004-4df8-812f-d0a3e67bfe05",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "421abaf8-1f20-4250-aa65-4459f84af977",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5b925fcb-b1a3-46c6-be27-83b634e9dbf6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5b98f835-990a-45ee-a174-29231cbaf5ea",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a95f2f73-e88e-42ff-84c5-323dae2f9587",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBase. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fe6d3214-e4f7-4ba4-a6e1-954f1b66ec4b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "625a2a60-174e-441e-9eca-d21e9624ed67",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d7f6e280-e3d7-4217-a3e2-26feefe9bba3",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "834cda5b-0d8b-4f46-b7aa-f5292ae80689",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21bb3708-f166-4440-a450-7cc32a362a79",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nArbitrum. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "09015cad-9057-407b-8df2-ad81f33ee8d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56527352-9abd-44cc-a736-e02226bddd46",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1e42041e-60ca-490d-8ea8-af9aceee4c2b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "12505b01-cee3-4dc8-93b3-deb3cc933656",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7493d50-0d8d-4bd9-8e4a-6a28015608ca",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOptimism. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "56dec348-f525-4fe9-93c9-04ea7433e105",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67daec22-c012-41d4-bba1-b07f67919246",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "30d528a0-c1a2-475a-9894-3e4b5e1547f4",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bd13eb0a-14c8-4470-ab0a-de21bb068eb2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8bcbbca5-4e94-4bec-ae15-156d6081f3e8",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolygon. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b5d60e29-b2b0-4738-912e-a5403e7ae30c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c286adf-59f2-43a1-80d6-a7c923e721e5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0d2be3bb-3d3b-41c8-8e44-3384203c902d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "19de1663-e83f-4df8-9aa3-fac1a082fb54",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d9959544-31ab-487e-83e4-95a13888cbe6",
          "name": "Bsc",
          "request": {
            "name": "Bsc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBsc. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6846dc5f-7dca-4653-b15b-71dd9717bd7f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7589c874-45d3-45e5-ae6a-903318db7895",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef8e3080-4454-45b2-ba53-17ae40654c00",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6e7813d6-08df-4793-9092-9318523bd200",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed870aa3-2d3b-43e4-9898-61a613da2f99",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvalanche. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "caf4c07e-684d-4b68-a7f9-9b8945b54ec8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a82f88d-e940-4012-8fc2-f14fb4b9d8c4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0af4a236-6c95-49a5-a9e5-dc15309856f6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "53bd4dc8-e134-4570-aa97-907d599ce973",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b7981a6b-7fb3-424b-924f-17a7673776dd",
          "name": "Fantom",
          "request": {
            "name": "Fantom",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFantom. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9b45fb48-46a7-4aad-8f18-1ca4cf683b5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c397095-85a7-48a8-b87a-42d283f04659",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "40f0cd85-bc0f-4a5a-a5c7-c3c7e775198b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0e8d5533-b263-44da-bf3b-3f2ee9ab6c77",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "136ba020-3396-454a-b5e3-c8ee05e9c8aa",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8213c814-f056-4cfd-aa79-caa21e310ee7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a23c55a1-43d8-44bd-a128-eb6740da93d5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "74f0e74d-70a9-464a-96d9-fdea110b22fc",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6624e4b4-d621-41ab-a925-4abb8ac3126b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0120f5be-65f6-44d2-8307-f73f5255f427",
          "name": "Project",
          "request": {
            "name": "Project",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nProject. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "project",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b06ad7bd-b90d-440b-a748-4aaa0b517533",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da0fb21c-c70d-4719-8303-4d2486fe3c55",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ba854bbe-742a-4d16-b62e-60c54c8dfb5e",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f973728e-5796-4c4a-acfd-4a915845396f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "71741a21-902f-49e8-a143-68a9c78a8a92",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "project",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "59c686f0-7766-481d-abd8-689800fe0d32",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSearch. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "yields",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c71c34e9-12a0-45b1-bd8f-7fb873286126",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28ad2e55-354f-4918-826a-2064e6809201",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39ca4dc1-f906-4df1-bb44-bfcb2f111515",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "344b3557-29e6-4f50-a7d1-0f385d5bcb7d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "yields",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aeafa206-d42c-4e89-97e7-2738a1767da3",
          "name": "Fantom",
          "request": {
            "name": "Fantom",
            "description": {
              "content": "Fantom. DeFi yield farming and staking opportunities. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "yields",
                "chain",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "033548fb-6f36-474c-8b95-c9b3aec22787",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fa38a8d-4c0e-4e9b-9da5-cceba094fa38",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a6e2e331-16c0-4f0f-8564-4341d1f949d9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a5d6b73-5e6e-4ba1-8378-3a214902a925",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "yields",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Dex",
      "description": "Decentralized exchange aggregated data including prices, volumes, and liquidity across platforms.",
      "item": [
        {
          "id": "04d7bcdd-a483-409e-8c83-c8fb72bba7c9",
          "name": "Apeswap",
          "request": {
            "name": "Apeswap",
            "description": {
              "content": "Returns apeswap data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "apeswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b2fa4be-1acf-4ed2-800b-fdc7a93b05b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "apeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c73b3771-237b-4fa5-acc4-36f4a0b497d9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "apeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "95827edb-054c-49ea-83fc-10bf5b12e3f2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "apeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "588fc2fe-ef1c-4d67-8ea7-523d567d6a32",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "apeswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20dcce65-8149-4ed1-947a-b15a946d9e13",
          "name": "Fraxswap",
          "request": {
            "name": "Fraxswap",
            "description": {
              "content": "Returns fraxswap data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "fraxswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "53106af8-86aa-4256-947c-8493714f9e58",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "fraxswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "588a5582-68b2-42d3-80ee-7573b02bbcf8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "fraxswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fc790918-03a0-4834-b0b5-c5ee28c66eca",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "fraxswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "109d6df0-1088-4b9e-9c0b-c58f8abaedc2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "fraxswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d37c085a-b23e-4bc3-ae40-f540cf2ff82f",
          "name": "Biswap",
          "request": {
            "name": "Biswap",
            "description": {
              "content": "Returns biswap data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "biswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "35064c9a-e78d-4aab-97da-aa13cf708247",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "biswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b4f4638-7c83-4597-b564-10fc58605601",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "biswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7ec65062-76ef-4228-9018-44727f42561c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "biswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f82be7d-6072-4822-a190-da2913b80186",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "biswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8b835d6-2b41-44cd-9b34-4a72fc0facb6",
          "name": "Ramses",
          "request": {
            "name": "Ramses",
            "description": {
              "content": "Returns ramses data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "ramses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "82d46622-93e0-4e3d-8055-8d079448c9ec",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "ramses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0707d9c4-2178-4671-8f59-79d9e1f6cfe1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "ramses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5c83e7e5-70ce-432b-a234-4e81bcf6d80b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "ramses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d06b6d7c-18f4-4a36-9b65-d7fca9060708",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "ramses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ffa46a8-ab8d-4d25-ac04-366c44189c64",
          "name": "Chronos",
          "request": {
            "name": "Chronos",
            "description": {
              "content": "Returns chronos data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "chronos"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d4c930e-8ef8-4934-a75f-5468db9e0608",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "chronos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b424a663-e81f-40b1-b839-e4ea68d20871",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "chronos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c7dec5c-e8f0-4e88-8656-f012148e0500",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "chronos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e25f4c25-0677-413e-9539-b114813e8483",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "chronos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e8b1111e-a9ca-4466-ac9e-5b9fa2cf484f",
          "name": "Solidly",
          "request": {
            "name": "Solidly",
            "description": {
              "content": "Returns solidly data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dex",
                "solidly"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e7fd908c-aee2-4d34-bede-9e921ce8ad11",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "solidly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4358c446-e8c6-4a65-af40-b603a0d7c007",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "solidly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9e93158-2aa0-4d32-b1db-128f0a3cf71b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "solidly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94341f7e-1d63-4327-bf24-2965cc81f026",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dex",
                    "solidly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Swap",
      "description": "Token swap execution data, routes, and price impact analysis for DEX aggregators.",
      "item": [
        {
          "id": "ca98fefb-0bcb-4329-b5fb-80a4f3e0d9f6",
          "name": "Quote",
          "request": {
            "name": "Quote",
            "description": {
              "content": "Returns quote data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "swap",
                "quote"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c060078e-a6d1-481d-a1fb-b590a43a505f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8671e3bc-a232-4874-b05b-044cc65fba41",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "163ccf53-9ec8-4156-9ecd-7717a7decf6a",
              "name": "Payment Required - x402 micropayment needed for this endpoint",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ef21e0b-121f-4c33-b732-fd08b4d8f6fd",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0813016d-6b6c-4ec5-8192-e558c6b1951e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9afa7411-1f37-4667-8247-f599fd6f1e52",
          "name": "Routes",
          "request": {
            "name": "Routes",
            "description": {
              "content": "Returns routes data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "swap",
                "routes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7d900726-6397-4547-808a-886e2dfcdc78",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "routes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b7c8b8a-1819-478f-aae2-b694c4bd37b8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "routes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d1a32f9e-833c-4f14-ba37-cb6c27037b56",
              "name": "Payment Required - x402 micropayment needed for this endpoint",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "routes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31033e7b-15e4-4c3c-9470-0d61959f6410",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "routes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c226c386-6b1b-4688-a5a3-fff673da8821",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "routes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0fc3d42-86bf-49c1-a0e8-3ebb244480f5",
          "name": "Tokens",
          "request": {
            "name": "Tokens",
            "description": {
              "content": "Returns tokens data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "swap",
                "tokens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3e333235-0c6b-4991-a34a-7ceef8c62bb1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aee18161-34df-4ccb-950c-099f9b4ab219",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "32a28a1a-6aa7-4c65-a190-f157ec305b78",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f7e77024-7b33-4dcc-b2b5-8dcc548942c4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "tokens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3b79d8d6-9ced-462c-910b-ef46987ed155",
          "name": "Pairs",
          "request": {
            "name": "Pairs",
            "description": {
              "content": "Returns pairs data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "swap",
                "pairs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "235b5422-ee04-4576-87fe-9e0e257b36ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0809a8c4-fe06-4faf-8c64-9831ae3f2573",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f7a940a0-1d00-4df5-8baa-ae4a913cb6b1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3739d3d2-f624-4b9c-a40d-3cfd44c5257b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "swap",
                    "pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Bridges",
      "description": "Cross-chain bridge data including supported networks, liquidity, and transfer history.",
      "item": [
        {
          "id": "d5c251ac-c85d-469b-96e3-0ce20936e2c5",
          "name": "Layerzero",
          "request": {
            "name": "Layerzero",
            "description": {
              "content": "Returns layerzero data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "layerzero"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bd476348-4898-431b-a224-854e3b0c4e6b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cd045f7-899b-447d-9ff0-754d36f75c28",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec21d173-ae0f-4c4d-9a89-d888d9dc64a9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a4e6238a-4461-4bf4-bc3d-81658b87ce31",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "layerzero"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ee79bdf-eae7-4cbf-814e-637c868f1a0f",
          "name": "Cbridge",
          "request": {
            "name": "Cbridge",
            "description": {
              "content": "Returns cbridge data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "cbridge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cc379ff4-68aa-4c0f-bb03-b28c5f239732",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "cbridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39ead7d2-396a-48b1-bd6b-ae2b5d0f9410",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "cbridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c6c85fe3-0208-4c35-8dae-bb7534954c38",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "cbridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ecfe1a6e-f8a2-4a00-9f34-374762f6aaff",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "cbridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "460a00c3-4bee-458a-8c66-f3e0279c330d",
          "name": "Multichain",
          "request": {
            "name": "Multichain",
            "description": {
              "content": "Returns multichain data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "747cd30e-6194-4afd-ac0c-5a7e4e651a6a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93be0ea6-7def-42a9-8104-09be1d24abfa",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eda585df-c198-4802-9d8f-57fbd35f4400",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5b1acb28-eba7-46c1-a2af-239a65cfbeb5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5299ace6-4254-4967-b730-560a6e23dc31",
          "name": "Arbitrum-base",
          "request": {
            "name": "Arbitrum-base",
            "description": {
              "content": "Arbitrum-base.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridges",
                "arbitrum-base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3c1c7033-cf06-4515-b8ee-4d5fcbad6c2c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "arbitrum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1b28ec5-2e0c-4904-b27b-7fa5b2b6085c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "arbitrum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1811e866-32ac-4fea-b342-fa3d65e3843d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "arbitrum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c61711a9-e5ef-4ed0-99dd-e479e2c729e7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridges",
                    "arbitrum-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Aggregators",
      "description": "DeFi aggregator endpoints (1inch, Paraswap, etc.).",
      "item": [
        {
          "id": "27b28095-0578-43de-8d3d-453cb2232f6b",
          "name": "1inch",
          "request": {
            "name": "1inch",
            "description": {
              "content": "1inch. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "1inch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "137c25d1-6a65-48a6-9622-f10405c5fb14",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6097f3c-a682-42d0-bb69-f9b5a60dfd49",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9a7fb198-6383-4d39-8f3d-d8aabc6197ed",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "079bd645-bdc7-490e-9dc6-714a683cbd8f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "1inch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba0482a4-393d-45a2-a543-f9ae84aa1847",
          "name": "Paraswap",
          "request": {
            "name": "Paraswap",
            "description": {
              "content": "Paraswap. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "paraswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "436ad588-aa6a-4f7c-b859-a77621db8973",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10e85daf-bdc4-4351-b786-3726453ab104",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b001d0fa-ff28-411b-bda1-e5106ed10340",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2574c2c2-3f00-4ad0-b422-4a9b3c159b90",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "paraswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "925f7708-0c64-4c17-9af3-d3c7c4d935c7",
          "name": "Cowswap",
          "request": {
            "name": "Cowswap",
            "description": {
              "content": "Cowswap. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "cowswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "215e0f4b-ea9b-4c0f-84ef-a8d8d67c43a7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "cowswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "791a901c-61db-4972-b8b9-492e380853a6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "cowswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5eddb835-9df2-4888-9942-b1446b26b0eb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "cowswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7fe7c4ae-10f1-4018-b9eb-7aac4ce5db68",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "cowswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "072761be-1813-47a6-83ce-5711de06435b",
          "name": "Matcha",
          "request": {
            "name": "Matcha",
            "description": {
              "content": "Matcha. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "matcha"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5948432a-ae20-4070-bde2-c5e2763c8a70",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "matcha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60e818b5-f451-493a-bf7f-51dd0ad966d7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "matcha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2eabda3b-3404-4a5d-9940-feb1eeee1645",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "matcha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c29b30c4-17b2-4f17-8928-8d0cc828028e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "matcha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1666ca08-2cbf-4350-b9d1-f29593ee5216",
          "name": "Kyberswap",
          "request": {
            "name": "Kyberswap",
            "description": {
              "content": "Kyberswap. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "kyberswap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c8956cd0-922d-42a2-bf93-39c798293299",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a31415f2-8716-469b-94d4-c5c082a2635c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9a2c6e67-548f-4172-8476-f1839a96245e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "54d07e54-7d2a-470b-b425-0878695cc53a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "kyberswap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd8a98e2-0f8f-4895-b3bc-b07dd04ad932",
          "name": "Odos",
          "request": {
            "name": "Odos",
            "description": {
              "content": "Odos. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "odos"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dc93faf7-1dbf-41de-95eb-7b18d2d07090",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "odos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac46cd03-09e0-4703-bc51-0c6abb1b4aac",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "odos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a15a0716-bfa4-455b-966e-1b376a91c73a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "odos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "102228e4-50ac-41ed-bb4f-e262356bac91",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "odos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be762929-6c48-4e5a-ad70-1703837f665b",
          "name": "Openocean",
          "request": {
            "name": "Openocean",
            "description": {
              "content": "Openocean. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "openocean"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a40ed598-1486-4006-83a7-e082f8c795ea",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "openocean"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c406186a-18df-4df7-afd5-ea9a0d59bdf3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "openocean"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fc6dc34c-3a2a-4b20-be79-ca0364043a49",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "openocean"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "58853e38-868f-465d-98b8-ca8406eb2ae9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "openocean"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b296b961-ed98-411c-9b78-5a1f39b6e310",
          "name": "Socket",
          "request": {
            "name": "Socket",
            "description": {
              "content": "Socket. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "socket"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "233cca60-b121-4fc4-906d-807bdcfd52bb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "socket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbbd11ae-4db3-4dc1-a58b-c9189db8934c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "socket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7e2d34d0-4423-4ff6-bed6-0c6e6b28dffe",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "socket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8db3c301-ffc2-48f6-8dd0-d26fbb49ecf5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "socket"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f654bc4a-544b-451e-a326-980d709b4b84",
          "name": "Bebop",
          "request": {
            "name": "Bebop",
            "description": {
              "content": "Bebop. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "bebop"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8e316e65-d950-4ef0-a3e8-41c4952cb212",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "bebop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9bc9f6e-d5b5-4af2-9bae-f058d580e64c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "bebop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f3ea2eb-d3da-462c-a600-ce3053624aa5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "bebop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "234dbba7-e8ab-4181-b7ca-1e8111976080",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "bebop"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a44ab7c3-56d5-41f3-893d-0b607f3d6dc0",
          "name": "Jupiter",
          "request": {
            "name": "Jupiter",
            "description": {
              "content": "Jupiter. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "jupiter"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ddcdfacf-5273-4fca-b07a-afba9c416671",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "jupiter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"volume24h\": \"<integer>\",\n  \"volume30d\": \"<integer>\",\n  \"volume7d\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22c40310-8611-473f-8762-5ce970bbd324",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "jupiter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "83663381-9d4d-48f9-b856-2f6a19a56817",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "jupiter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0fcb3f52-3248-4d39-8f2b-387a29d6c9d5",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "jupiter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "95b4665a-1dc7-4178-8c33-9967b0cc1df6",
          "name": "Chain",
          "request": {
            "name": "Chain",
            "description": {
              "content": "Chain. DEX aggregator data and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "aggregators",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ddd13a65-0960-40d6-88b2-40dc0ccbdd5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"aggregators\": [\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"key_0\": 5207\n    },\n    {\n      \"name\": \"<string>\",\n      \"volume24h\": \"<integer>\",\n      \"key_0\": 3607.6053991686917\n    }\n  ],\n  \"chain\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\",\n  \"key_3\": 1674\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a09ae23-dda8-442e-ac25-e0abc7796c6a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b4da3b12-ba3d-4c21-a7ea-eadf6ec1a415",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cf8909c-63e1-408a-b607-38119b5f7393",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a02ff0e6-2b8c-4342-b999-125fd684f412",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "aggregators",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Bitcoin",
      "description": "Bitcoin network data (fees, mempool, transactions).",
      "item": [
        {
          "id": "c974cc0d-f4ba-4939-a9d7-d2a6a06c15f2",
          "name": "Mempool",
          "request": {
            "name": "Mempool",
            "description": {
              "content": "Mempool. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "mempool"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0bcaf2e8-a86a-4cc7-94c3-d1d6ab99995a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"feeHistogram\": [\n    [\n      \"<number>\",\n      \"<number>\"\n    ],\n    [\n      \"<number>\",\n      \"<number>\"\n    ]\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"totalFee\": \"<integer>\",\n  \"vsize\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f378900d-e5a1-4bba-96cb-948e37beb02c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "52767391-a594-43f6-a316-284b40c19461",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fe95a2f5-4644-43f2-a7f1-a44be298d333",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8769ed6b-7b0d-4274-8bc5-88d0235cc600",
          "name": "Recent",
          "request": {
            "name": "Recent",
            "description": {
              "content": "Recent. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "mempool",
                "recent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a9d28019-0ccd-4418-9334-f316445a50e2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"transactions\": [\n    {\n      \"fee\": \"<integer>\",\n      \"txid\": \"<string>\",\n      \"value\": \"<integer>\",\n      \"vsize\": \"<integer>\"\n    },\n    {\n      \"fee\": \"<integer>\",\n      \"txid\": \"<string>\",\n      \"value\": \"<integer>\",\n      \"vsize\": \"<integer>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "221e02c7-528e-438c-a420-ef72d0f57983",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94af501d-9fdc-4f5a-85a7-f2b3402c31be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb8eee19-39c1-4794-bdbd-56bd54bba7ca",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mempool",
                    "recent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec97f11e-5388-48f3-8509-6ddf66da2ff0",
          "name": "Recommended",
          "request": {
            "name": "Recommended",
            "description": {
              "content": "Recommended. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "fees",
                "recommended"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7ce6d460-1abd-4b7c-bbd4-ca72150621e0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "recommended"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"economyFee\": \"<integer>\",\n  \"fastestFee\": \"<integer>\",\n  \"halfHourFee\": \"<integer>\",\n  \"hourFee\": \"<integer>\",\n  \"minimumFee\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"unit\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f5f34a4-67ca-4a33-88a7-736f8cea61e3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "recommended"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3d6671b3-6293-4e94-b03d-7d3bb19368ac",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "recommended"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4e3bb0da-3d88-490a-a8d0-bd562ebe13e4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "recommended"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7311a880-3ded-417c-a4c8-89d98c62b360",
          "name": "Mempool-blocks",
          "request": {
            "name": "Mempool-blocks",
            "description": {
              "content": "Mempool-blocks. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "fees",
                "mempool-blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a2a2272f-cc61-4d2f-83c5-1ecb38da3c3c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "mempool-blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blocks\": [\n    {\n      \"blockSize\": \"<integer>\",\n      \"blockVSize\": \"<number>\",\n      \"feeRange\": [\n        \"<number>\",\n        \"<number>\"\n      ],\n      \"medianFee\": \"<number>\",\n      \"nTx\": \"<integer>\",\n      \"totalFees\": \"<integer>\"\n    },\n    {\n      \"blockSize\": \"<integer>\",\n      \"blockVSize\": \"<number>\",\n      \"feeRange\": [\n        \"<number>\",\n        \"<number>\"\n      ],\n      \"medianFee\": \"<number>\",\n      \"nTx\": \"<integer>\",\n      \"totalFees\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0006c86f-10c4-4543-be7e-2380e2a29cf3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "mempool-blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "62358d8c-53c9-4fe1-bffa-8197c8f1e9eb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "mempool-blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6dfb9e59-bef9-4603-824a-6dd75ec934a1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "fees",
                    "mempool-blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "69549990-274f-4d1f-8419-98415aa087ac",
          "name": "Address",
          "request": {
            "name": "Address",
            "description": {
              "content": "Address. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f1c0d3b6-ad15-48f8-85b6-134490b01c35",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "974296c1-a16d-4f8a-aac5-b52ec2fa204e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b2985fa-ed16-409f-bbb5-cfaaf85ac4a2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbfde7b2-5703-4f8c-a315-10ac8fb5a7c9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6ea8b2e8-caa6-4dbe-9f43-dba4b4d5a0ea",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac76e1e1-2d66-4206-aac9-1b207ce2cb53",
          "name": "Txs",
          "request": {
            "name": "Txs",
            "description": {
              "content": "Txs. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "address",
                ":address",
                "txs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8198ba62-95e3-44ae-ad99-e3ef5826d6c7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7facc01e-1c0b-4aef-89c4-6e4232c161fd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "664a84ac-d646-4b6c-9fcc-96f55d5966e1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "946a148c-5084-40f0-a200-48726979ec08",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "da9c7dce-f52a-48a4-b128-03ba3cbbd619",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c194fdf-ffc7-4f6e-8d7c-a1685c4c335d",
          "name": "Utxo",
          "request": {
            "name": "Utxo",
            "description": {
              "content": "Utxo. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "address",
                ":address",
                "utxo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4db4db3a-febb-4045-8f10-a81d29be0a57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "utxo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fb24083-5a3f-4ffd-b798-2ac1c17d6dd9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "utxo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "626495dc-cb6a-4266-a4d9-8a3a3ecdc879",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "utxo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8997e519-8422-4b7c-b61c-0c0c2e2dc2aa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "utxo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd880178-d789-4fa8-9616-12c9b226ed65",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "address",
                    ":address",
                    "utxo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7d1e6af1-c74f-47ab-9dfe-b21643bc86a9",
          "name": "Tx",
          "request": {
            "name": "Tx",
            "description": {
              "content": "Tx. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "tx",
                ":txid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "txid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The txid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6dee1914-b66f-4052-a8c2-20fb3f542018",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d808714-df1d-4ded-a789-6b62bcf04a83",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "11c60161-df05-4d6a-8749-6082910d809b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "001bfcb2-3ddb-4b26-85f9-717c814e8c22",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01aa9d1a-219e-4f32-a37e-13aefc526e6d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a216ff4-7d97-4d46-a83c-a2ee37819a4f",
          "name": "Status",
          "request": {
            "name": "Status",
            "description": {
              "content": "Status. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "tx",
                ":txid",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "txid",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The txid parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fc1b34c1-3a75-486c-8515-61095abc4902",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bc5e1cf-ac95-4c07-bd8b-e3aa08d24bb6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0704ba8a-d050-4b04-acb3-5e6072bd8207",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0de96e24-8f62-45ce-8f33-3673f5092ef6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68c58b5d-f9f6-4bdd-b163-b597508dc565",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "tx",
                    ":txid",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The txid parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "txid"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "69f1d4a2-d6b7-41b1-8ef2-a2fdd39d038e",
          "name": "Block",
          "request": {
            "name": "Block",
            "description": {
              "content": "Block. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "block",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The hash parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a3887d35-d2f6-4cd1-b59c-40cf7299a91e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ad30529-7c0e-408c-8ec0-b388180c20a2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b146bf8d-4041-40f6-9432-eadde06c7be2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a685441-0499-4eaf-8bfc-7440243efa0b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "20f1ae85-f911-4dbc-805a-c827fec1564b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hash parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bb32c6e-ff7e-43f8-9cf0-ad1c8c42505c",
          "name": "Block-height",
          "request": {
            "name": "Block-height",
            "description": {
              "content": "Block-height. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "block-height",
                ":height"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "height",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The height parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "be994d9a-1b6b-438a-805b-f10765aaae50",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block-height",
                    ":height"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The height parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "height"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"difficulty\": \"<integer>\",\n  \"fetchedAt\": \"<string>\",\n  \"hash\": \"<string>\",\n  \"height\": \"<integer>\",\n  \"size\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<integer>\",\n  \"tx_count\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37b8a074-17df-4f89-9f62-c03a3465dc0a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block-height",
                    ":height"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The height parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "height"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cf91c8c2-e9ab-4d60-97a3-260ae7b9bd03",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block-height",
                    ":height"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The height parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "height"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d3aa6a1-5e7f-448a-ac5e-46b3c284bc2e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block-height",
                    ":height"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The height parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "height"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17e63d16-01bb-44cb-bc97-001599098417",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "block-height",
                    ":height"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The height parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "height"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aa8dd279-0427-4311-a3a9-55d7aeb7cadd",
          "name": "Blocks",
          "request": {
            "name": "Blocks",
            "description": {
              "content": "Blocks. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "daecc030-27b2-4aab-b03c-5fd364bbe0bd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blocks\": [\n    {\n      \"hash\": \"<string>\",\n      \"height\": \"<integer>\",\n      \"size\": \"<integer>\",\n      \"timestamp\": \"<integer>\",\n      \"tx_count\": \"<integer>\",\n      \"weight\": \"<integer>\"\n    },\n    {\n      \"hash\": \"<string>\",\n      \"height\": \"<integer>\",\n      \"size\": \"<integer>\",\n      \"timestamp\": \"<integer>\",\n      \"tx_count\": \"<integer>\",\n      \"weight\": \"<integer>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 7744,\n  \"key_1\": 3940,\n  \"key_2\": 4825.0495963478525\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "393bcc04-f5b7-4a48-a52f-e07e80a8094d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49d1f5fd-ed92-46a0-b6d5-356d6107a4f1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9bd92c27-758d-408e-b27e-59f573888e30",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26661664-3f21-4f27-aa11-b3904c98a1e2",
          "name": "Pools",
          "request": {
            "name": "Pools",
            "description": {
              "content": "Pools. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "mining",
                "pools"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1d3efa1f-5b0f-4927-a867-e0a7687f5710",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockCount\": \"<integer>\",\n  \"period\": \"<string>\",\n  \"pools\": [\n    {\n      \"blockCount\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\"\n    },\n    {\n      \"blockCount\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"slug\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57cfb363-17da-4759-8eb8-e517e1a1a9bf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24b9f423-e914-4cf1-8f0b-21b49a861d79",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "527f8e3f-a2e0-4ec1-ae1c-2ecb3683c24c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "pools"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "10697921-3509-4960-9a1f-55de4c83a12c",
          "name": "Hashrate",
          "request": {
            "name": "Hashrate",
            "description": {
              "content": "Hashrate. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "mining",
                "hashrate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0aebf552-2633-4bce-a12e-8a1aac1afb04",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"currentDifficulty\": \"<number>\",\n  \"currentHashrate\": \"<integer>\",\n  \"hashrates\": [\n    {\n      \"avgHashrate\": \"<integer>\",\n      \"timestamp\": \"<integer>\",\n      \"key_0\": 814.7002495998446,\n      \"key_1\": false,\n      \"key_2\": 7576.399680530685,\n      \"key_3\": 1088\n    },\n    {\n      \"avgHashrate\": \"<integer>\",\n      \"timestamp\": \"<integer>\"\n    }\n  ],\n  \"period\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21a8a4ee-c9f9-48a3-b062-109d5c642baf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f8a40539-9828-42fe-9fe9-3e9518b80588",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d7e2955a-faf7-428f-82f9-453274b50de7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "mining",
                    "hashrate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed2fdde8-64c5-4e71-93b4-4a93ef8d6ac0",
          "name": "Statistics",
          "request": {
            "name": "Statistics",
            "description": {
              "content": "Statistics. Bitcoin network statistics and blockchain data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bitcoin",
                "lightning",
                "statistics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ab0efab2-c5de-4652-a17d-cda593e2a9af",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "lightning",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 4620.156994405915\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ea95a3b-1102-469e-8aa1-997473c52cf9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "lightning",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f0d1f5d0-49ae-4eec-ad10-b2bc487b2bb1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "lightning",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3529d452-fb16-48d8-bf64-5da5dad048c8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bitcoin",
                    "lightning",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Block",
      "description": "Blockchain block data including height, timestamps, transactions, and gas usage.",
      "item": [
        {
          "id": "0e8c6123-1ddc-45d5-a1b3-687e4bf41534",
          "name": "Reward",
          "request": {
            "name": "Reward",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nReward.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block",
                "reward",
                ":blockno"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blockno",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The blockno parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d987de1-5925-41f2-b4fa-cb6a3d89e456",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b40459f-0fc0-4421-804a-966d284a4b47",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "37998f1c-dde7-4ce9-ab44-dfb8da938759",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac23f251-638f-44b9-a496-2721dd5a0a79",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1f061383-b51a-4a59-b37d-78473b44b299",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "reward",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6f15de00-9c62-45b8-b511-dc96b0ef35ac",
          "name": "Countdown",
          "request": {
            "name": "Countdown",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCountdown.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block",
                "countdown",
                ":blockno"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blockno",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The blockno parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e389a07b-ee4f-4e24-9236-b5a72c75a137",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf636ab3-4eb9-47fb-a0e0-35453171633e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "76a42322-263e-4f71-af31-772d80c906d3",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b13166f2-9f17-44f2-9252-cd845cfb84d5",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ac18c4c7-4f36-4c12-bb9c-40f35c919c0d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "countdown",
                    ":blockno"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blockno parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blockno"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0026548e-36f4-4cd1-a760-99e22479b16e",
          "name": "By-time",
          "request": {
            "name": "By-time",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBy-time.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block",
                "by-time",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The timestamp parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "376d5ee4-940e-4643-ad8c-8a783b6581e8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ebb0873-3dc1-4610-9d86-3d846dee7dea",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0fa2d481-9708-48dc-a2de-47d2b85b4946",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1259e92b-c9e5-4d42-b530-56c88948ff96",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "58cfe60e-b38e-4ee5-98dc-dd7513de293f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block",
                    "by-time",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a229ce5b-3152-4d24-9868-2033a37a207c",
          "name": "Block",
          "request": {
            "name": "Block",
            "description": {
              "content": "Returns block data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "block"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f20b01e7-15e3-43e5-9756-773e8a9be6db",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"blockNumber\": \"<integer>\",\n  \"chain\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1789539d-b854-4b14-9f8b-28587e51cf59",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "19711110-87b9-4e04-83d7-78b4729e32a8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1ec0af5d-3e91-4a4f-8c60-fcc2f564b3d3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Blockchain",
      "description": "General blockchain network data including chain info, validators, and consensus metrics.",
      "item": [
        {
          "id": "6f081b97-c5fe-4c25-88bc-15447b1cecb3",
          "name": "Ethereum Gas Prices (Always Free)",
          "request": {
            "name": "Ethereum Gas Prices (Always Free)",
            "description": {
              "content": "Get current Ethereum mainnet gas prices in Gwei. **Always free**.\n\n### Response Fields\n- **slow**: Safe low price (longer confirmation)\n- **standard**: Average price (normal confirmation)\n- **fast**: High price (fast confirmation)\n- **baseFee**: Current base fee\n\n### Use Cases\n- Estimate transaction costs\n- Choose optimal gas price\n- Monitor network congestion",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Network (ethereum, polygon, arbitrum)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "ethereum"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "39737f42-127b-4585-af03-30117cf461c3",
              "name": "Current gas prices",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\",\n    \"key_0\": 5889\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b9a3f9a-8626-48cb-97ff-8b31d6aa2b72",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "732233ea-3fba-4ab2-852f-ad3b08019de3",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "394bc81f-4132-4adb-a522-09d377003564",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff3589db-005a-4195-9aa1-6609b85dbd9a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Network (ethereum, polygon, arbitrum)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "ethereum"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Network",
      "description": "Network-level statistics including active addresses, transaction counts, and health metrics.",
      "item": [
        {
          "id": "c1277a29-b886-4c79-a52b-fa69990ab020",
          "name": "Get status",
          "request": {
            "name": "Get status",
            "description": {
              "content": "Returns status data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "bsc",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5015cbe3-8391-46a7-9518-13c962c1a738",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "bsc",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef31d6ca-3ef5-4d03-aa6a-942c5ac4fd78",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "bsc",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "35dcf1f8-7865-4a56-829e-2509f6acae3d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "bsc",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c935d0ec-82e0-40a9-a824-2e920174ca41",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "bsc",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e9a19d4-3a59-4af0-9916-f00ffeaac00e",
          "name": "Get status",
          "request": {
            "name": "Get status",
            "description": {
              "content": "Returns status data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "avalanche",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fbab92eb-1e05-4ba5-a77b-a6b735f3d749",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "avalanche",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "322ee5d7-7d3f-48ce-9dc0-95f686381fc7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "avalanche",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "da3195dd-b7a4-4571-a873-3337541112d2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "avalanche",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8cb4e556-53c3-4bf5-9506-fdcd16511b40",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "avalanche",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "575be946-a10b-4f06-8ffb-f48d950ef7b7",
          "name": "Get status",
          "request": {
            "name": "Get status",
            "description": {
              "content": "Returns status data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "fantom",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "20cad78e-82a9-41d5-bfe4-9d9061519a83",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "fantom",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a88403d2-f2ea-47ff-9713-72e36c1b670b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "fantom",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0e34c4dd-4656-44bf-84a4-0091742b6a7e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "fantom",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17f97f4e-1386-4456-a020-b38dfc4aee84",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "fantom",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a527497a-2d42-4ec5-b6b5-45e0026280bc",
          "name": "Get status",
          "request": {
            "name": "Get status",
            "description": {
              "content": "Returns status data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "network",
                "gnosis",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f4aca71d-d904-440b-96d4-8723ccb4ba9b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "gnosis",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d05a7a97-b3e3-43a5-b05a-1b426c15ff96",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "gnosis",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7ecaa96a-51fe-480f-80a6-a1a8b01960e1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "gnosis",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a4f8020c-8d1b-4d6b-9cb5-2ad2ffb1d981",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "network",
                    "gnosis",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Gas",
      "description": "Gas price estimates, historical trends, and optimization recommendations for transaction timing.",
      "item": [
        {
          "id": "5a7cb9e1-fb47-41b9-9f9e-c09e53c76b51",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "Avalanche. Blockchain gas price tracking. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "80884d3e-7628-45fb-8804-73d377012068",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45cc178f-e443-429d-aa74-a123cacffd8e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0f0c8129-7f99-4240-a5b2-d204060b9b85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7c9e95b3-dc60-4541-8014-cb972636a6fd",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "73a6296a-c735-4555-b7ec-80f5952f4c1e",
          "name": "Multichain",
          "request": {
            "name": "Multichain",
            "description": {
              "content": "Multichain. Blockchain gas price tracking. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7d57585d-1a2b-4fc4-9986-dfeebe4e679d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"_cache\": {\n    \"hit\": \"<boolean>\",\n    \"key_0\": \"string\"\n  },\n  \"arbitrum\": {\n    \"fast\": \"<number>\",\n    \"slow\": \"<number>\",\n    \"source\": \"<string>\",\n    \"standard\": \"<number>\"\n  },\n  \"base\": {\n    \"fast\": \"<number>\",\n    \"slow\": \"<number>\",\n    \"source\": \"<string>\",\n    \"standard\": \"<number>\"\n  },\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"ethereum\": {\n    \"fast\": \"<number>\",\n    \"slow\": \"<number>\",\n    \"source\": \"<string>\",\n    \"standard\": \"<number>\",\n    \"key_0\": true\n  },\n  \"optimism\": {\n    \"fast\": \"<integer>\",\n    \"slow\": \"<integer>\",\n    \"source\": \"<string>\",\n    \"standard\": \"<integer>\",\n    \"key_0\": \"string\",\n    \"key_1\": \"string\",\n    \"key_2\": 5685.4743090723805,\n    \"key_3\": 999.5792965991357,\n    \"key_4\": 4334.407514269671\n  },\n  \"polygon\": {\n    \"fast\": \"<number>\",\n    \"slow\": \"<number>\",\n    \"source\": \"<string>\",\n    \"standard\": \"<number>\"\n  },\n  \"timestamp\": \"<string>\",\n  \"unit\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8cc0938-702a-4718-bc7b-96452f313d30",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "968efb07-67e4-4d76-90b7-f9616ed4402e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "519b10fa-34e5-49af-bd41-9986376f45b8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8bab843b-0cac-4ee6-889f-9bb25e09ba23",
          "name": "Get gas",
          "request": {
            "name": "Get gas",
            "description": {
              "content": "Gas. Blockchain gas price tracking. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "gas",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4645e423-49c1-4874-826d-7e478982ec30",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "790bb6bc-f5db-4625-86bd-863b65764a77",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8613f3cc-299a-4b76-adf5-90fece8a8a74",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "305f404f-59e9-4a22-90a5-ec422d793e35",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a2654319-59c9-43e8-9cfa-bc5addbdd414",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Fees",
      "description": "Network fee data including base fees, priority fees, and cost estimation across chains.",
      "item": [
        {
          "id": "c9b49ee1-f570-4ced-976b-035a66530e06",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "Returns optimism data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d18a16c0-b79b-42e2-a6ae-05dcd72ecf5a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c183315-5cb7-4590-bb59-6b5d59b0b4e6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "37bf806b-8ee9-482b-9534-69585410aea9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d5c99ed7-b463-42cb-afcd-42e2a9988122",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9a596afb-fc9c-4955-af8c-b2db2b6f4c03",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "Returns polygon data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a0668e9-0d98-4f3f-ace4-54646fa48ec7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62c32b47-4942-413f-932a-00857123c654",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f392289c-9851-4629-802b-a274352d3a75",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2ebfbc81-08b5-4bd2-8367-db351532558c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "195913bf-e335-4c3a-b766-c7fe3f1ad629",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "Returns solana data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ccad6942-f349-40b7-81f6-5d6f82bfa5a3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a567d31-9c5b-4c47-908a-72d7a3f001cd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "942d5fe1-0a5f-45d2-b296-c2c92ec55d7d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9c1f75a0-1330-4f53-8d3d-f65d7e2bc1b6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23bf0306-38ac-4a67-b0fd-df26b24466e1",
          "name": "Bsc",
          "request": {
            "name": "Bsc",
            "description": {
              "content": "Returns bsc data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3f8d77e5-308c-4103-a8b7-0c727bc67c89",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41232222-fc54-43f1-a42f-24429925fae1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f49eb366-2946-40a1-aa15-fe05f9933a0c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "84f291bf-7a07-4adc-9a72-a83a376482eb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b770143c-5b98-4516-8f6a-a4a1d61eec63",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "Returns avalanche data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "804cd1f8-6b4c-4869-b656-8d6a9185cb17",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f91de28-2296-414d-90b0-e7e3441f20cb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e62a2fc8-2d2d-474a-a84a-63cdb55473a8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "663268f8-508c-41f9-bf82-d2eca11722c8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04883da1-3ed2-4e45-8fa3-a6a15177cc23",
          "name": "Fantom",
          "request": {
            "name": "Fantom",
            "description": {
              "content": "Returns fantom data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "485ee4f0-5e82-4bb0-9254-9b91d5be215f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90efafa9-1ffc-42ca-9bc5-b9c0dae9bd95",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "004d308b-236a-447d-b582-3d2c6eb371f5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0823cd96-8996-41e6-9071-0ca56e3e68d8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cab5424f-fc03-458e-963d-4532873e1bc2",
          "name": "Gnosis",
          "request": {
            "name": "Gnosis",
            "description": {
              "content": "Returns gnosis data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "fees",
                "gnosis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ebda5f51-2b17-4d46-b92f-9f6d5dd951ba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec7bee11-20bb-46ab-b971-daf52371bff2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5f809008-e19e-4b7d-bb1f-3d145a4dfc2e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "90e3d412-05b1-4919-8c23-1b888f500685",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "fees",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tx",
      "description": "Transaction data including status, receipts, traces, and event logs.",
      "item": []
    },
    {
      "name": "Tx-receipt",
      "description": "Transaction receipt queries for confirmations, gas usage, and event extraction.",
      "item": []
    },
    {
      "name": "Pending-txs",
      "description": "Pending transaction data from mempools including gas prices and priority analysis.",
      "item": []
    },
    {
      "name": "Collection",
      "description": "",
      "item": []
    },
    {
      "name": "Owners",
      "description": "NFT ownership data including holder addresses, transfer history, and collection distribution.",
      "item": []
    },
    {
      "name": "Floor",
      "description": "NFT floor price tracking across marketplaces for collection valuation.",
      "item": []
    },
    {
      "name": "Sales",
      "description": "NFT sales activity including transaction history, volumes, and marketplace analytics.",
      "item": []
    },
    {
      "name": "Erc1155",
      "description": "ERC-1155 multi-token standard data including balances, metadata, and transfers.",
      "item": []
    },
    {
      "name": "Analytics",
      "description": "Platform usage analytics, API metrics, and performance monitoring data.",
      "item": [
        {
          "id": "7b95dcd8-76ae-486a-bf05-710808b816e6",
          "name": "Get Protocol TVL",
          "request": {
            "name": "Get Protocol TVL",
            "description": {
              "content": "Get Total Value Locked (TVL) for any DeFi protocol tracked by DefiLlama.\n\n### Supported Protocols\nAave, Uniswap, Lido, MakerDAO, Curve, Compound, and 3000+ more\n\n### Response Includes\n- Current TVL in USD\n- 24h and 7d change\n- TVL breakdown by chain\n- Historical data available\n\n### Pricing\n- **$0.01** per request ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "defi",
                "tvl",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by chain (ethereum, arbitrum, etc.)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fa804259-fb3a-4b8e-b1db-cc4d6f78402c",
              "name": "Protocol TVL data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"protocol\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f22e0a6c-3704-4d09-a7e1-791ea337f05e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32e2802b-376c-40a3-b73e-44033e8a9594",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78accd1c-a6b6-4190-8faa-ec5e561b53cc",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "058c6a9a-18df-4c13-a838-4e807d577973",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4f6dd40-f00b-4d97-9193-cf85cb2dba41",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "defi",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by chain (ethereum, arbitrum, etc.)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug (e.g., aave, uniswap, lido)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35cddbef-1b79-4279-8af6-e9ab6d1caefd",
          "name": "Global Market Stats",
          "request": {
            "name": "Global Market Stats",
            "description": {
              "content": "Get global cryptocurrency market statistics.\n\n### Response Includes\n- Total market cap\n- 24h trading volume\n- BTC/ETH dominance\n- Number of active cryptocurrencies\n- Fear & Greed Index\n\n### Pricing\n- **$0.01** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7f0fe5c2-b2ed-4693-a17a-6b92e900ba64",
              "name": "Global market data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalMarketCap\": \"<number>\",\n  \"totalVolume24h\": \"<number>\",\n  \"btcDominance\": \"<number>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d45d2729-b21e-471c-9474-e81c6b4cd65a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dea40631-6489-4819-8474-76a2bbe6c21d",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa4e50cf-8385-4349-82b0-95ed8b5895db",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da390e71-5e06-4d9f-879c-288f4c5d56dc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Market",
      "description": "Market data including trading pairs, prices, volumes, and orderbook depth.",
      "item": [
        {
          "id": "a7fdf4ed-adb3-466c-9339-857bfeb91e19",
          "name": "Global Market Stats",
          "request": {
            "name": "Global Market Stats",
            "description": {
              "content": "Get global cryptocurrency market statistics.\n\n### Response Includes\n- Total market cap\n- 24h trading volume\n- BTC/ETH dominance\n- Number of active cryptocurrencies\n- Fear & Greed Index\n\n### Pricing\n- **$0.01** per request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "de21e9f2-181e-4959-90d4-4e91669f9fab",
              "name": "Global market data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalMarketCap\": \"<number>\",\n  \"totalVolume24h\": \"<number>\",\n  \"btcDominance\": \"<number>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5970ee67-c3b0-435b-81e0-35d500671972",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a29354f1-ce5f-4c6a-a4ab-53ff42386ca5",
              "name": "Payment Required - Free tier exhausted",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"x402\": {\n    \"accepts\": [\n      {\n        \"scheme\": \"exact\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      },\n      {\n        \"scheme\": \"range\",\n        \"network\": \"<string>\",\n        \"maxAmountRequired\": \"<string>\",\n        \"resource\": \"<string>\",\n        \"description\": \"<string>\",\n        \"mimeType\": \"<string>\",\n        \"payTo\": \"<string>\",\n        \"maxTimeoutSeconds\": \"<integer>\",\n        \"asset\": \"<string>\",\n        \"extra\": {}\n      }\n    ]\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecd1b275-0ee0-420b-b3e9-0a2bb6fc8aac",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc42c25e-a170-4336-b939-02a0855b6d85",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54df80a2-aa4a-4ffc-82ce-883736f0c750",
          "name": "Tickers",
          "request": {
            "name": "Tickers",
            "description": {
              "content": "Tickers. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "coin",
                ":id",
                "tickers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e8f39954-3560-48e0-a084-aa8da9657f23",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e49b2047-b71d-4be2-b8ff-ccf1990010ce",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb52312f-2da4-4539-8a6d-93dc1cf17f0f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6162c96f-9d22-4d18-aa48-d85f2a636035",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d32daec-2391-4899-8daa-4f4843b00575",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "975e3c37-281c-4e14-8614-5c91606a756d",
          "name": "History",
          "request": {
            "name": "History",
            "description": {
              "content": "History. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "coin",
                ":id",
                "history",
                ":date"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "date",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The date parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "861a21cd-280d-4223-902b-b80c578fbf6e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "history",
                    ":date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The date parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "date"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bac3d1f7-c9ab-4ec4-8f67-516182598bd6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "history",
                    ":date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The date parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "date"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a50db84a-bf79-4863-ab63-b2ebb1a2e224",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "history",
                    ":date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The date parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "date"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8ff164c-3d25-4242-9c27-48b97501f2f3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "history",
                    ":date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The date parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "date"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "29002f38-df14-4c1f-b890-8a3a58fda461",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "coin",
                    ":id",
                    "history",
                    ":date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The date parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "date"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3d6e644-4dd3-435f-aaa5-3ab5cd42e6f0",
          "name": "Contract",
          "request": {
            "name": "Contract",
            "description": {
              "content": "Contract. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "contract",
                ":platform",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The platform parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "89334ad8-bf07-49cb-9369-63a4745fa303",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1469cf26-b895-42c4-9812-146f8ad50d04",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6136f1a2-0617-4d4b-831d-67f68fd5965f",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d9f9b3c-02c1-4379-a37b-37ef3fcc8229",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef340958-667c-4824-9dbc-ceaf679d6f01",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0dbc1b7e-22c5-4d8b-a936-c287007f9ebd",
          "name": "Chart",
          "request": {
            "name": "Chart",
            "description": {
              "content": "Chart. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "contract",
                ":platform",
                ":address",
                "chart"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The platform parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6edc134-5193-4092-a3ea-d70c87b371d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3f12c92-58d3-4e67-b94f-5d1eea788f70",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b228aa66-6650-48bc-9c7d-c1c768b69f93",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad4b4de2-1cfd-4c0c-8542-02c668933c40",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8cac0e5d-6d82-4a46-a372-0798352a8392",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "contract",
                    ":platform",
                    ":address",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6b02795-3946-44f4-b4fc-df7d4066b45d",
          "name": "Platforms",
          "request": {
            "name": "Platforms",
            "description": {
              "content": "Platforms. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "platforms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "17c9146f-85e8-4266-8d0e-b224cdea23c0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "platforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6df88ec7-2f2c-4b5c-83fe-3c40682a39df",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "platforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fb92abf4-6fbc-4377-a3f0-1d19047a811d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "platforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5e4f5c90-0507-4c0f-8581-a03f1ed7e4d8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "platforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a8f3e16-f67d-4a75-ad4e-6cd50c231fdd",
          "name": "Currencies",
          "request": {
            "name": "Currencies",
            "description": {
              "content": "Currencies. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "currencies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8b6a0ef3-ca7e-4670-9df9-680230786e82",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db738829-329c-4e0c-81f9-42c42b8ff50c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "db49630b-7299-40e4-84f1-3ca3ab61db93",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d83b6b9-ed47-4172-8c06-dd236a11dcca",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9be823c8-1e63-42f8-8b24-43067dfe0a6e",
          "name": "Treasuries",
          "request": {
            "name": "Treasuries",
            "description": {
              "content": "Treasuries. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "treasuries",
                ":coin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "coin",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The coin parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "20f4b196-894e-4b52-b636-bafd54007ae6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "treasuries",
                    ":coin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The coin parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "coin"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f28c511-fb87-41f2-8ab6-2e840defedca",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "treasuries",
                    ":coin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The coin parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "coin"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c04dd0f7-5996-4cee-aa1c-0abb6fddd6bf",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "treasuries",
                    ":coin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The coin parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "coin"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdcd002f-df27-43f5-9bab-2cb1885988b5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "treasuries",
                    ":coin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The coin parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "coin"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "350f0b97-e376-47bf-b802-1ef5d090f4af",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "treasuries",
                    ":coin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The coin parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "coin"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2432d22a-1406-45b6-8132-60a593161310",
          "name": "Exchange-rates",
          "request": {
            "name": "Exchange-rates",
            "description": {
              "content": "Exchange-rates. Cryptocurrency market overview and statistics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "market",
                "exchange-rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "16cdfb13-ea5e-489b-bf3d-3fde180de714",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebf0f5c3-5e36-4444-ad7c-89744b553574",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d3daa11-f044-447b-bfd7-158c780ecabb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f344ee08-1030-4f4d-b2bd-ea488908c8ef",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "market",
                    "exchange-rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Revenue",
      "description": "Protocol revenue and fee generation data for DeFi platforms and applications.",
      "item": [
        {
          "id": "307bf330-9799-4dc4-a0c3-13b7d6857b9d",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "Returns base data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "961ecaf1-07ea-4f02-81b6-b191c142d095",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6756a3ee-66a8-49c9-b9e8-b23cf3cbb04a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b867badd-cb32-4e07-9de0-8856fc91a026",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "62d762ad-efd5-4658-bf85-7bf7a778f427",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b1ed01b-0168-4128-904d-681742747e9d",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "Returns arbitrum data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "940d227a-15ff-4527-b86a-c4a337dfda4f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b44bb8fb-5402-4172-9887-b83356da3bb0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d10ef3ab-f33b-42e4-a636-9e7e8ed5e8e0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d3ee42b8-743b-4aaa-94b6-8f44818b6dd7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f3f1f2c-5678-46d4-8d3c-5add8542294f",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "Returns optimism data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "050651db-745a-4ea7-8754-1c8e2c9cb4ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40df8684-c8ba-40a3-ac6f-7065733e9728",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c756c83a-f976-426d-99df-8d508c794a50",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d4c21b7-20ac-43b5-83b2-d0e14b6475ca",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba2274d4-5ca4-457e-9ff3-db7b4848e767",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "Returns solana data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "revenue",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee92b226-e492-4d08-8bfa-e9800ffce144",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b841d28b-2fba-40ce-ae1c-7693cd16baae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fad38a3c-a519-4291-9afa-b536d834eba9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e7d78c57-1b3d-4531-bd94-eab0982e162f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "revenue",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Historical",
      "description": "Historical data queries for time-series analysis and trend tracking.",
      "item": [
        {
          "id": "cf8b6181-6f79-45ac-b5db-182f007c19a8",
          "name": "Btc",
          "request": {
            "name": "Btc",
            "description": {
              "content": "Returns btc data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "historical",
                "btc",
                ":days"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "days",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The days parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "32def1c2-213c-428a-89d4-d12a28d0cecb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "btc",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bbd48c7-61ee-47d8-8fda-db39d299ed1f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "btc",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7527483d-dc63-4ce2-ab32-190aeead039d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "btc",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d552f86-3f28-4024-ba08-c6102a9d96b0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "btc",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4b5a91e2-928e-401c-b16a-2dd8094b39af",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "btc",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2731fcd1-925c-4648-bae6-527b5e0da4f2",
          "name": "Eth",
          "request": {
            "name": "Eth",
            "description": {
              "content": "Returns eth data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "historical",
                "eth",
                ":days"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "days",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The days parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b1f91758-3467-45f9-8efd-99dc17fb963d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "eth",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d35b7387-50cb-4eb8-b837-aeaaf81ae9eb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "eth",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dd143377-4119-4e44-b494-ad86de4b57ab",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "eth",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da3c50b7-890d-4a5f-9b9a-9e2451b3721f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "eth",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "588fb948-e284-48e5-a4e9-4ec271d3d9ff",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "eth",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba160d96-2fb8-4c1d-84b1-8ac36949135f",
          "name": "Marketcap",
          "request": {
            "name": "Marketcap",
            "description": {
              "content": "Returns marketcap data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "historical",
                "marketcap",
                ":token",
                ":days"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The token parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "days",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The days parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3cfcfa40-cd2c-4a43-82ee-a0a1e7a3657b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "marketcap",
                    ":token",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The token parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d7345c5-2863-4717-8a29-b1ddf2c3d389",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "marketcap",
                    ":token",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The token parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8296b09e-6cd7-4389-a308-00db386956e3",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "marketcap",
                    ":token",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The token parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07692351-2c04-4db4-89ca-3d46b4c90db4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "marketcap",
                    ":token",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The token parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0fb5d5d-8fa5-4687-89e0-b85bdaf3b87e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "marketcap",
                    ":token",
                    ":days"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The token parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The days parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "days"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Smart",
      "description": "Smart contract analytics including deployment data, verification, and interaction patterns.",
      "item": [
        {
          "id": "1cef7df6-02d0-4a3d-a662-3be986c68ce3",
          "name": "Get prices",
          "request": {
            "name": "Get prices",
            "description": {
              "content": "Prices. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "201066c1-a521-4ab4-a373-fc032c137787",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"prices\": {\n    \"BTC\": {\n      \"_cache\": {\n        \"hit\": \"<boolean>\"\n      },\n      \"change24h\": \"<number>\",\n      \"latencyMs\": \"<integer>\",\n      \"price\": \"<number>\",\n      \"source\": \"<string>\"\n    },\n    \"ETH\": {\n      \"_cache\": {\n        \"hit\": \"<boolean>\"\n      },\n      \"change24h\": \"<number>\",\n      \"latencyMs\": \"<integer>\",\n      \"price\": \"<number>\",\n      \"source\": \"<string>\"\n    }\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a38542b-4712-46f4-bdb2-9aa2084a5b01",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49f75123-8b03-4685-885e-a2dc47a49463",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "209c208d-d1a0-43b4-b6bd-326de8836c35",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b5a7283-c3df-4c6b-84bd-1ebeb6df9045",
          "name": "Market",
          "request": {
            "name": "Market",
            "description": {
              "content": "Market. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "market"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0c7963bd-811f-4c65-92ef-dce2a117b0ff",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7abc2ca3-8e05-4086-8dda-5435bdfcb0f6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "42010c97-5ff2-4cf6-8833-077bb2620428",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2209a1bc-b5d7-4de8-a1d8-1036feb0131e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dd4e88c1-854e-44dc-bc1e-7eb7f5dce84d",
          "name": "Get tvl",
          "request": {
            "name": "Get tvl",
            "description": {
              "content": "Tvl. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "tvl",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The protocol parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "532324f6-7107-4add-9de4-2c463c5a68d7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea4ce08c-71a8-4997-823c-b3bb91a55fcc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9b0c5e6-c83f-4bb7-8f95-c6f46b33d0a9",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a6ad81b-2897-466a-86d4-71e99dcf6cd4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "63ef1e53-1e44-455d-af7f-afb6cf10417e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "678e2783-2036-4cad-a56b-5cdc311f0ee7",
          "name": "Protocols",
          "request": {
            "name": "Protocols",
            "description": {
              "content": "Protocols. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "protocols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "398a7f8e-992c-4a49-8d0f-751c0ea573d2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce99d944-2397-44d7-b7a4-e5d972d73b33",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f0d5e40b-8906-4a7e-83ac-94e42892ea79",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b1d85bfd-4251-42ff-9b6a-15a6bc587d59",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb481af3-34a8-42ab-af70-b156fb1eedbe",
          "name": "Chain",
          "request": {
            "name": "Chain",
            "description": {
              "content": "Chain. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "tvl",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c8eac604-647c-4f89-b9ac-9c43faa0bba2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1af4c03-320a-4386-b5ea-24828c71c2bd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8d5e0701-e26b-47b8-b424-50eef59447f8",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "387dbfec-13ae-4c6c-bfa4-58875bb8e7a6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49b76422-0f08-4ad1-9128-79f097576537",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "tvl",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d84b07d4-869a-4166-a395-e408cd433b31",
          "name": "Get yields",
          "request": {
            "name": "Get yields",
            "description": {
              "content": "Yields. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "yields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "01756db5-53ee-4736-a6f5-ab594431e135",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "856af389-b500-4c99-bb24-fa4b2c51acc6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "138be5d1-ee5e-4800-8b8f-69f02be16c10",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "18383f04-4d52-41fc-9f50-b1fcbcfaff11",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "yields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6a682e9-566f-4c2b-a745-834a3e353661",
          "name": "Stablecoins",
          "request": {
            "name": "Stablecoins",
            "description": {
              "content": "Stablecoins. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "stablecoins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bf9d2f3b-eaac-4acb-9458-97150936d0b7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c024b1b-9e48-4cb4-822c-b3abd42e9333",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "97c9c126-2f65-438b-8c58-70bee9c79988",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "466ba253-eaa5-4295-b3a7-bbc5f4296418",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "stablecoins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c8f15a2-49c2-419a-acd3-7ec7c3b88b8e",
          "name": "Fear-greed",
          "request": {
            "name": "Fear-greed",
            "description": {
              "content": "Fear-greed. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "fear-greed"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9cdc800f-2f9c-46ff-aed0-8d04c9c040b0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7401aaec-57be-4a88-9419-3bdaaaacd9f6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "95cff779-4dad-4d09-a94e-d1ad9db243ad",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "770923ea-3e83-4cb6-bd71-711d408735ff",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "fear-greed"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4ae65fe-6e17-4aa7-b84a-8cea5568bc05",
          "name": "Bitcoin",
          "request": {
            "name": "Bitcoin",
            "description": {
              "content": "Bitcoin. Smart contract analysis and verification. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "smart",
                "bitcoin"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "95c15ed5-a581-4f9c-904c-be32be7782b6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "bitcoin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12927bd1-e56a-496e-8903-2579892bf989",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "bitcoin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "729dfbe4-6600-4a2f-a36d-252db8fb0712",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "bitcoin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad63a898-083f-4be8-abec-9b337c1c2103",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "smart",
                    "bitcoin"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Subgraphs",
      "description": "Graph Protocol subgraph queries for indexed blockchain data and custom analytics.",
      "item": []
    },
    {
      "name": "Utilities",
      "description": "Conversions and helpers (20+) Most endpoints return direct payload objects; some endpoints return wrapper envelopes for pagination/caching.",
      "item": [
        {
          "id": "c75bc51a-a145-4ee6-9bec-c8f9a6e83143",
          "name": "Active users by chain",
          "request": {
            "name": "Active users by chain",
            "description": {
              "content": "Utility endpoint that returns active users by chain. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "active-users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "882c64ff-511b-491c-930b-913c83bb0d8c",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"key_0\": \"string\",\n    \"key_1\": true,\n    \"key_2\": \"string\",\n    \"key_3\": \"string\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d4e4515-939c-44dc-8a49-6d8dcdcd4816",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f47bafd9-1f37-4efc-a5f5-40212a9a2fa2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c2e433c-2387-4e93-9606-b46408ad3c42",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "active-users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f70c0202-1fb8-4ffd-b4d5-b40ff94215f1",
          "name": "Address age (first tx)",
          "request": {
            "name": "Address age (first tx)",
            "description": {
              "content": "Utility endpoint that returns address age (first tx). Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "age",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e848535d-d1c4-4e57-8c81-1f93f344f6ad",
              "name": "Success Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c552681-c936-46ed-94aa-fbfedb77039a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9661ff48-77ee-4531-81b1-c37f2b67b3c2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65fc3818-0241-46ac-bb93-70c7adaf1edb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e4fc293-aa20-4bda-8142-7b54fb6e0723",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "age",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d5b349a7-7acf-4652-bb4b-b2de948ad18a",
          "name": "Batch address types",
          "request": {
            "name": "Batch address types",
            "description": {
              "content": "Utility endpoint that returns batch address types. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "batch",
                "type"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated Ethereum addresses",
                    "type": "text/plain"
                  },
                  "key": "addresses",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "40c25cd2-d7a0-43ea-91ba-00a5b76fcacf",
              "name": "Results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed976acb-cded-4502-a1d7-0dbd39c22ecd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23f72852-3517-400e-b03f-fe35d91291db",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc8a3844-a82b-4321-a62f-9103e9378f57",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c38edd59-798e-421d-ba85-d68d3778e86d",
          "name": "Batch validate addresses",
          "request": {
            "name": "Batch validate addresses",
            "description": {
              "content": "Utility endpoint that returns batch validate addresses. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "batch",
                "validate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Comma-separated Ethereum addresses",
                    "type": "text/plain"
                  },
                  "key": "addresses",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7361368d-1f9d-4f49-9c07-818e6e681658",
              "name": "Results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55f54051-0527-472f-8691-7d225cfbcb52",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93ffea98-0d68-4f17-a3a6-5beae45d4b16",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71679468-2e63-42db-a97f-629375edfd36",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "batch",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Comma-separated Ethereum addresses",
                        "type": "text/plain"
                      },
                      "key": "addresses",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb54b28b-eea2-4e34-9caf-517747087a24",
          "name": "Checksum address",
          "request": {
            "name": "Checksum address",
            "description": {
              "content": "Utility endpoint that returns checksum address. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "checksum",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d2bc8dbc-755b-4f36-9652-d055d56c1fa2",
              "name": "Checksum",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd79697e-5867-4d4a-8329-d6106118362f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e894ad76-97fe-4b29-b151-99290b49c150",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da0c9857-e404-4341-9926-8eb90381d774",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91bd81e1-078a-4b01-ac14-f7ca842fbef3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c747f7ea-0f74-4b48-86e7-e11b8755fb3d",
          "name": "Contract code info",
          "request": {
            "name": "Contract code info",
            "description": {
              "content": "Utility endpoint that returns contract code info. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "code",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "09a7ae06-4383-4743-878a-017462b50531",
              "name": "Code",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98efac12-24eb-4d89-932e-d987312a8487",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9866e952-e37c-472e-8b47-a75edbd0e042",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6811fa0-56c0-4c9f-b68c-a1d5e0f863d4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f030257c-7dc8-46ea-b8f0-82d24e060b8c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9073b3ca-ba45-4e1a-a55b-173877957709",
          "name": "Is contract check",
          "request": {
            "name": "Is contract check",
            "description": {
              "content": "Utility endpoint that returns is contract check. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "iscontract",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "912b4788-7dec-454a-8629-fa1fb5b1a679",
              "name": "Result Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "iscontract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75802d7e-fc69-44bf-b651-9cd0bb9e3df4",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "iscontract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8e1b17e-e417-4c76-86fd-2ea0091f6cc8",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "iscontract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b93616a6-2bf0-422b-9983-92c683d64198",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "iscontract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7480b46f-697f-48aa-9ec3-67d5fde331f3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "iscontract",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c09e253a-5cf4-40d8-b75b-b60ce74f2489",
          "name": "Address type (EOA/contract)",
          "request": {
            "name": "Address type (EOA/contract)",
            "description": {
              "content": "Identify address type (EOA, contract, Safe)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "type",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c5914694-8801-474e-8d9c-b13a25f6b841",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "type",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"totalValue\": \"<number>\",\n  \"tokenCount\": \"<integer>\",\n  \"nftCount\": \"<integer>\",\n  \"transactionCount\": \"<integer>\",\n  \"chains\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30f90994-486c-49a9-a1c5-f33b317b9ddf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "type",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e79506e1-8256-473c-87a1-b0e4bf74cb82",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "type",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a98d8442-3692-486e-a69e-6d5b687ecf12",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "type",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2cfd249-cb43-492d-936b-2231e92c2e34",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "type",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "95491bdf-5eff-4e16-8ef3-1d9f8ad09ff6",
          "name": "Validate address",
          "request": {
            "name": "Validate address",
            "description": {
              "content": "Utility endpoint that returns validate address. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "address",
                "validate",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "48af53d8-3615-4b83-bd83-ca39bdf48884",
              "name": "Validation Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"codeHash\": \"<string>\",\n  \"codeLength\": \"<number>\",\n  \"hasCode\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"count\": \"<number>\",\n  \"results\": [\n    {\n      \"key_0\": true,\n      \"key_1\": false,\n      \"key_2\": 8013.726490526825,\n      \"key_3\": \"string\"\n    },\n    {\n      \"key_0\": 6479,\n      \"key_1\": false,\n      \"key_2\": true,\n      \"key_3\": \"string\"\n    }\n  ],\n  \"checksummed\": \"<string>\",\n  \"original\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"handle\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d07a7b8-212c-4d1f-bc86-e690526a81f1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9fc453b-1bd6-49b6-82ce-e7568f612230",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0cf1bd7-708e-404c-8bf2-bdfca3915a0d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0d339dd-7082-4ab4-a1b1-82c82cbdf77a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "address",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e466caa-0efb-4e33-bb25-89de21e9528f",
          "name": "Cross-chain bridge activity",
          "request": {
            "name": "Cross-chain bridge activity",
            "description": {
              "content": "Utility endpoint that returns cross-chain bridge activity. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bridge",
                "activity",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c45eb37e-a289-42e7-b9f0-01533c641eeb",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridge",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"note\": \"<string>\",\n  \"source\": \"<string>\",\n  \"suggestedFees\": {\n    \"key_0\": 7414.627581717943,\n    \"key_1\": 840,\n    \"key_2\": 9848.901920250031\n  },\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f5724d5-52da-4ec2-9f69-aab56af32d46",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridge",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e426cd7a-ca2d-4626-bddf-fb75ec89b839",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridge",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c54787b-30e6-4b4e-a28a-f061da239d9b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridge",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41fb7480-6530-4c95-bc31-f39a1c7ba284",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bridge",
                    "activity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "35f7f938-f845-4780-bc36-ae2d8f0ed03c",
          "name": "DeFi categories list",
          "request": {
            "name": "DeFi categories list",
            "description": {
              "content": "Utility endpoint that returns defi categories list. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c856937b-930b-4d87-8d76-d42ae9ee50c5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f4440af-f71b-4afd-bc20-8397b61c4ef9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0873ff68-eba1-4bde-860f-ce20a0cb49be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "143f9155-d7e0-4dba-9d59-1ecd19559d4f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9a97cc2-d42f-4f59-8f88-cff97b76886c",
          "name": "Protocols by category",
          "request": {
            "name": "Protocols by category",
            "description": {
              "content": "Utility endpoint that returns protocols by category. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "category",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e4c99cdb-54d6-44f7-b8a7-ff14b72de055",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"category\": \"\",\n  \"totalTvl\": \"\",\n  \"protocols\": \"\",\n  \"source\": \"\",\n  \"timestamp\": \"\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "000f5d23-e28a-463d-93e0-238fa1c1ebfd",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce33bf42-95f4-46fd-ae83-f529b30981e4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1a70a0b-c398-4481-8794-bfa350b2dce2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68cf08fa-68b2-42f9-96bb-eb1d3c10488a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "category",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b5ebd0f-f04b-44f5-a629-2b00418d6a87",
          "name": "Compare DEX volume across chains",
          "request": {
            "name": "Compare DEX volume across chains",
            "description": {},
            "url": {
              "path": [
                "api",
                "compare",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2ebd6fd9-86b4-42ff-afaa-230a256e87a6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6a805fd-e945-4fb5-b8a7-75bd0014435b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32bf0038-b368-472f-b26c-b27daeb125d9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee87f60c-1059-417c-982c-6c2da98126b1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "add5be42-4e7d-4906-8138-366e41aea820",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d328d6ec-2a47-44d7-b076-8f26029f1668",
          "name": "Compare gas across chains",
          "request": {
            "name": "Compare gas across chains",
            "description": {
              "content": "Utility endpoint that returns compare gas across chains. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "compare",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "20908ebd-d32e-470f-81f9-448ed4ef936e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"chainId\": \"<number>\",\n  \"slow\": \"<number>\",\n  \"standard\": \"<number>\",\n  \"fast\": \"<number>\",\n  \"instant\": \"<number>\",\n  \"unit\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"cached\": \"<boolean>\",\n  \"cachedAt\": \"<string>\",\n  \"gasPrice\": \"<string>\",\n  \"gasPriceWei\": \"<string>\",\n  \"network\": \"<string>\",\n  \"source\": \"<string>\",\n  \"_cache\": {\n    \"hit\": \"<boolean>\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b55456a5-7fe4-44a4-aac5-ee034252e809",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "507ef5a5-2b06-4103-b787-93f8abf9c020",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33032ab8-7dca-43dd-af62-1230c3b742a7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a1c0312-25a9-409a-98b5-e7b9b411b718",
          "name": "Compare TVL across chains",
          "request": {
            "name": "Compare TVL across chains",
            "description": {},
            "url": {
              "path": [
                "api",
                "compare",
                "tvl"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c1f38cbf-eb8b-4014-a1a3-de2b0576cdff",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54773b3f-3bee-468f-bba8-862373685e9e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "138b1699-6264-4c11-b73b-b545d51c8549",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9148499f-3237-43bc-9aec-507dd6d3f705",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e84eaf7d-9054-4f9a-bfb5-99b595bca1cc",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "compare",
                    "tvl"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "12bcc227-14ca-4cd4-a0b1-f97fbce00efd",
          "name": "BTC to USD",
          "request": {
            "name": "BTC to USD",
            "description": {
              "content": "Utility endpoint that returns btc to usd. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "btc",
                "usd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<number>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aa7ae913-6254-4ec5-a5b1-6b3646b32a31",
              "name": "Conversion",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "btc",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e807bd99-71ef-49ef-8b08-98cf3a1f7a13",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "btc",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e93b97a-c971-4000-9b5c-be6aa13ac9ae",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "btc",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e5311db-dc50-4dbd-8a89-d2a3a5335200",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "btc",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f5a2c0c8-f044-45b4-af7f-7be922340316",
          "name": "ETH to USD",
          "request": {
            "name": "ETH to USD",
            "description": {
              "content": "Utility endpoint that returns eth to usd. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "eth",
                "usd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Formatted amount string (may include decimals). Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7cbd276d-3ea3-4ebe-b59e-386c1f34f15b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Formatted amount string (may include decimals). Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ca120dd-1fb3-4626-a3f1-ed3a0b7e750c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Formatted amount string (may include decimals). Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30dcae0c-9667-4448-a41c-f2ae780c0590",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Formatted amount string (may include decimals). Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f28141dc-b56d-4245-bfd5-c2ae0c9b9b19",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Formatted amount string (may include decimals). Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "972b3421-529c-4d50-acfa-9b72ce8da1be",
          "name": "ETH to BTC",
          "request": {
            "name": "ETH to BTC",
            "description": {
              "content": "Utility endpoint that returns eth to btc. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "eth",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<number>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cec9cd07-9488-4ce4-af0a-0a12542ec3f2",
              "name": "Conversion",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73e92d9c-23f7-41fb-a2bf-77d7f8fb83ec",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eff5b298-c023-4b37-8ac5-430975fe507d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52684ff4-e022-44e9-b709-8b3b7feced96",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "62372f23-636c-4842-9a4d-36a5968fe758",
          "name": "Gwei conversions",
          "request": {
            "name": "Gwei conversions",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "gwei",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Amount value",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d65bc2f1-4b5f-4275-bec4-5da6d98b7d6c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb0d6ffc-97ad-4686-b5ed-dafe448fafd9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7526072f-a058-4124-87e2-79d12a086e4b",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45018707-909b-473e-857f-5e42627da6d8",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c28519e5-7f03-4f2b-a9ef-edbd330227ee",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9dfa831a-5a4a-4596-a3f0-b836a8ac1ab6",
          "name": "Exchange rates",
          "request": {
            "name": "Exchange rates",
            "description": {
              "content": "Utility endpoint that returns exchange rates. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8159c943-af4f-4e64-8ba4-4af73128f372",
              "name": "Rates",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73ed3822-6c95-4e41-a430-0ccd3b6e951e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3338980c-5e50-440d-a0ca-a57d9b259c64",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "481bc11a-a20d-4490-b27c-8931c01283c1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a55f12ce-980d-4760-be0a-dfc9ccbcd83f",
          "name": "SOL to USD",
          "request": {
            "name": "SOL to USD",
            "description": {
              "content": "Utility endpoint that returns sol to usd. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "sol",
                "usd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<number>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b2625902-feac-4f05-b0bd-b7a60e0b94a9",
              "name": "Conversion",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "sol",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b21358f-d592-42e7-a231-bb1305dca463",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "sol",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12810f39-ffc2-487a-86f1-3469f854be5c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "sol",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfb78958-1ddb-4fdc-b75d-b7df706c8fff",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "sol",
                    "usd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "623f1785-925a-4057-a7b8-f1135b1ab397",
          "name": "USD to ETH",
          "request": {
            "name": "USD to ETH",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "usd",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Amount value",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "983f58ee-b5ac-4c7d-9e64-944799bc9dfc",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "usd",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1e0aa5d-56ae-43c7-9f5c-3c10f3908c01",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "usd",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "beca4534-e831-4a3b-981d-9e909724a396",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "usd",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fee1627e-937b-4875-a232-71fac9b2758e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "usd",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca575d88-9116-4e1e-9374-f5571c4d7ee0",
          "name": "Wei to ETH conversion",
          "request": {
            "name": "Wei to ETH conversion",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "wei",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Amount value",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "18f6b46d-25d8-4b81-a7dd-dcc14597189a",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb88bd4-d0c3-454c-89cd-41d4bed70b8e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69275133-d349-4eb6-8bcc-17f75b1b585f",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "193e9e60-e8ff-4be9-9119-cec14bfacb1e",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Amount value",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "beb09fd6-d1b8-4ea8-b619-0c6c89afc9f6",
          "name": "Currency conversion",
          "request": {
            "name": "Currency conversion",
            "description": {
              "content": "Utility endpoint that returns currency conversion. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                ":from",
                ":to"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                    "type": "text/plain"
                  },
                  "key": "amount",
                  "value": "<number>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "from",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Start of date/block range",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "to",
                  "disabled": false,
                  "description": {
                    "content": "(Required) End of date/block range",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f55fb8fe-1a51-4ab1-88b5-73bb04ae0bad",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    ":from",
                    ":to"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Start of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "from"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) End of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "to"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"amount\": \"<number>\",\n  \"from\": \"<string>\",\n  \"rate\": \"<number>\",\n  \"result\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"to\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e8322fe-ba9e-4ede-886a-69ea252522a3",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    ":from",
                    ":to"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Start of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "from"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) End of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "to"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0db9569f-42ee-4fe3-a894-e02d1cd576f1",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    ":from",
                    ":to"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Start of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "from"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) End of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "to"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "488ef1d5-51bd-4496-9f74-7ad179e4547f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    ":from",
                    ":to"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Start of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "from"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) End of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "to"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acfd3f80-4913-471a-b88e-7b4df332c731",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    ":from",
                    ":to"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Numeric amount. Units/denomination are endpoint-specific; see examples. Refer to docs/AMOUNTS.md for format guidance.",
                        "type": "text/plain"
                      },
                      "key": "amount",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Start of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "from"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) End of date/block range",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "to"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3cd5ea3-d73f-4d7e-9314-8b25fe7281f9",
          "name": "Avalanche ecosystem",
          "request": {
            "name": "Avalanche ecosystem",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ecosystem",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8462c2f4-f474-487d-86c0-397ed16f9d5c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02445239-f506-409b-a6e4-2643cedc1bf2",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1062ea33-9cf6-4908-903c-86dc2b9fc189",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15e51b9d-db1b-4cda-b142-2aaee9ab1476",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71a66e71-f005-4277-8159-088d79c53844",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18e605f2-5f46-4f4c-8586-f3baa209d605",
          "name": "BSC ecosystem",
          "request": {
            "name": "BSC ecosystem",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ecosystem",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b5ee4479-9f29-47a1-907a-212cc69249c2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7e9f05b-58e5-44ef-87af-c8fa62f967d9",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfc8e6af-0269-47a8-8b4f-e6a0ba1f9076",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fc85fd6-7fa6-4372-bcdb-b6761ced3564",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8de107f-8688-493d-baa5-b800024db7a0",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d6e50d9e-8bf5-4583-946f-681f143bb493",
          "name": "Cosmos ecosystem",
          "request": {
            "name": "Cosmos ecosystem",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ecosystem",
                "cosmos"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "fc1818ca-b2f5-474c-84fe-1bcca05804f9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "cosmos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f88dbeb7-bce7-493d-a2b3-94fef6384d79",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "cosmos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9feeadd9-6228-41cb-896f-b430a7a496b4",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "cosmos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea11e338-9000-44fd-8e35-6e49d3d18864",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "cosmos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c649a982-2f7e-497b-bf8c-d78f2246204f",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "cosmos"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4f5271c-66de-4a35-9942-e2ed5e994ce1",
          "name": "Ethereum ecosystem",
          "request": {
            "name": "Ethereum ecosystem",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ecosystem",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "376a7614-5ec0-4ab4-9af6-809214797013",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cebef58e-eeee-4934-9045-4ad8602caf3c",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2878b0b0-448a-43eb-b7ce-6a42a159a00c",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0cdb047-8bba-46be-b192-cb20c97e0d36",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5b1b4e4-76a4-46af-8a75-9ae9414a7b36",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d5b67d4-13f9-4757-8fd8-f21f2ae36319",
          "name": "Solana ecosystem",
          "request": {
            "name": "Solana ecosystem",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "ecosystem",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "874e311f-82fd-4074-9007-235d88a862a0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0a249c3-d464-4673-9c7e-4071f0afce06",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45645704-bdae-4aa1-82e5-08b6b094aff9",
              "name": "Not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<string>\",\n  \"message\": \"<string>\",\n  \"code\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2801a6ea-e51c-489a-baee-144f6a36ab3c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29066860-f263-4285-8404-9268f802d65b",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "ecosystem",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ee580a7-01fd-4a3e-8655-e467950ba215",
          "name": "Address explorer link",
          "request": {
            "name": "Address explorer link",
            "description": {},
            "url": {
              "path": [
                "api",
                "explorer",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "00818334-8b3b-4f8d-a2ae-ebac984914ee",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5916e02-7746-4792-97dd-dc4219f759ac",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1aa67fb4-fbde-496d-8903-7365a7e62db0",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3a21db4-11a9-4e51-a14d-12f5c7b38ba6",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30d7940e-c659-43ee-988f-10e5c2fd432d",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "986cf014-b8ff-43c9-82ba-6fbb833ced37",
          "name": "Transaction explorer link",
          "request": {
            "name": "Transaction explorer link",
            "description": {
              "content": "Utility endpoint that returns transaction explorer link. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "explorer",
                "tx",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction or cast hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d845fa68-a509-4c0b-9602-c20325fbee08",
              "name": "Success response structure varies; error examples are documented in non-2xx responses. Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": \"string\",\n  \"key_1\": 1866\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61c8ec94-9235-46eb-aab6-c266925d7771",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f01e445-3cc0-4ae0-8be4-efdea67472df",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d81b66bf-bf96-413c-9888-d84ccf92fe1e",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c3862d3-7e31-47b2-a890-9e92334ca3e3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction or cast hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d09732ea-e9e8-4ea9-b3c5-8666e512447a",
          "name": "DeFi hacks tracker",
          "request": {
            "name": "DeFi hacks tracker",
            "description": {
              "content": "Utility endpoint that returns defi hacks tracker. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "hacks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "22134c57-db1d-4430-b806-8a9b2ea7f1e3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c402165e-0bb4-4903-8c4f-340f5931ec58",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4427479f-0486-4775-9bd0-023d740fde7a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fb41569-3b8e-4953-a46d-e3eb6f222ca9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "hacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca4608e7-760b-4f34-9078-53849ed17a33",
          "name": "Historical token price",
          "request": {
            "name": "Historical token price",
            "description": {
              "content": "Get current price for a token (9-source fallback)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "historical",
                "price",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Start date (YYYY-MM-DD)",
                    "type": "text/plain"
                  },
                  "key": "from",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "End date (YYYY-MM-DD)",
                    "type": "text/plain"
                  },
                  "key": "to",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "1ed6a92b-3bc3-47dc-bbd4-389953365c30",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"days\": \"<number>\",\n  \"prices\": [\n    [\n      \"<number>\",\n      \"<number>\"\n    ],\n    [\n      \"<number>\",\n      \"<number>\"\n    ]\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"token\": \"<string>\",\n  \"volumes\": [\n    [\n      \"<number>\",\n      \"<number>\"\n    ],\n    [\n      \"<number>\",\n      \"<number>\"\n    ]\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91a25165-bf72-46c2-941c-8c6e16116066",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8427d808-0c3a-4772-b3a7-06314c062b90",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dad048c-8488-44d5-b232-645a88245719",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d508c485-7d20-44d5-ba46-159e8d8ddc84",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "price",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8000fdc7-f1a6-4f52-8a52-ce5a412a8179",
          "name": "Historical protocol TVL",
          "request": {
            "name": "Historical protocol TVL",
            "description": {
              "content": "Utility endpoint that returns historical protocol tvl. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "historical",
                "tvl",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Start date (YYYY-MM-DD)",
                    "type": "text/plain"
                  },
                  "key": "from",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "End date (YYYY-MM-DD)",
                    "type": "text/plain"
                  },
                  "key": "to",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Protocol slug",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "479a6aa8-12df-414f-956a-0d1b79dfdd2b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47181b85-d286-4021-a586-8fac80d4b13e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86860f04-d6be-4458-8672-ff82900364d8",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "736cd911-003c-4955-8341-07b0d3b11791",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0777ea6-f74c-4e8a-8daa-34c6c2057aa4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab6b66f7-2749-4403-a1b7-b649f960d917",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "historical",
                    "tvl",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Start date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "from",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "End date (YYYY-MM-DD)",
                        "type": "text/plain"
                      },
                      "key": "to",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Protocol slug",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8672a036-f2ea-46b9-ae11-c42efa92b824",
          "name": "Oracle TVS ranking",
          "request": {
            "name": "Oracle TVS ranking",
            "description": {
              "content": "Utility endpoint that returns oracle tvs ranking. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "oracles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7be8de34-8b22-4e7c-8a3f-ca37aa66b8dc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "201a7e14-cf32-4cbc-a197-05b7a098c9d6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "739926c2-14fc-4f61-9731-68038d3690cf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a49963fe-565e-4d6c-a930-635d1ac637db",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "oracles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b2a5904-6416-45cc-9517-5d64d19bd0ad",
          "name": "Recent funding raises",
          "request": {
            "name": "Recent funding raises",
            "description": {
              "content": "Utility endpoint that returns recent funding raises. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "raises"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "20975154-af11-42ff-aba5-e072c71c33c7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40b21be7-a796-4eb9-9075-d654e5107412",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6932511a-d79d-4d99-9a7c-0464a2242326",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23f1dd83-7395-4533-90c3-338e0ec73b4b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "raises"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b04ea56-2da9-4075-a679-0b5b4264b229",
          "name": "Search DeFi protocols",
          "request": {
            "name": "Search DeFi protocols",
            "description": {},
            "url": {
              "path": [
                "api",
                "search",
                "protocols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "284f9da0-7d60-4ad2-a612-2315b211276c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "search",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a869d99c-90f8-4b4f-87b0-a0a8f435412b",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "search",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dc885b7-881c-4742-bf81-55359432e7d8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "search",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 400,\n  \"key_1\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30e045f3-5f03-4ac0-ab83-14712e2aff64",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "search",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30567d18-02fb-4f98-96da-9e6de5c307f4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "search",
                    "protocols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "745e148e-5a3a-4223-93e1-3ff2a2fa2d19",
          "name": "Global DeFi stats",
          "request": {
            "name": "Global DeFi stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "defi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "daac6ccd-b798-48b2-8869-6261b5e1d724",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "133f310f-60b9-4fe4-80b9-46cad1fad003",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edbc19a7-f2a9-4a92-9a54-72d8ba474e34",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18a3467d-9b61-4d0a-86cf-ff55b890b41c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d1c08ab-b357-46af-8736-edf8d8e4f691",
          "name": "L2 ecosystem stats",
          "request": {
            "name": "L2 ecosystem stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLayer 2 network stats and TVL",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "l2"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "002275a8-e8b3-4b2d-8a9d-b4ab685d741f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25b7d9c2-cc3e-4758-96a2-b911bb63f35e",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00f83269-85ef-4c68-a197-a513b595f33a",
              "name": "Not Found - Endpoint not implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d38587a1-0c06-4159-94c1-e7563c6095a3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a27e49d1-83f6-4e8e-a42d-f694e861f9fe",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "l2"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f888d17c-b945-4626-a31d-65b4afcb206d",
          "name": "Global NFT stats",
          "request": {
            "name": "Global NFT stats",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "nft"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "eb82322f-a423-45b3-bb2c-3b6ec9136724",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74b2522e-678d-45a0-bb8c-ddcfe81c34a0",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "332b81c5-cd19-4fb5-9503-fc7e380b3494",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9aea1ec9-71e5-4681-b622-f818947dacb8",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nft"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4844c9a0-e91e-4cee-a86e-50df8195d795",
          "name": "Block timestamp",
          "request": {
            "name": "Block timestamp",
            "description": {},
            "url": {
              "path": [
                "api",
                "time",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "744aa94e-7129-4eed-9ec7-0f2276584c03",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd3d3616-fd1d-4fb4-9dbe-ed7a27ae5719",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fbaaf63-c011-4c97-8138-9f955976d14f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9868de62-e594-4f68-978e-679bdf56e337",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87089a4c-f206-48e8-b5bb-fc608d71fc51",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc25e724-8524-4eda-a489-ca83155704a5",
          "name": "Unix to ISO time",
          "request": {
            "name": "Unix to ISO time",
            "description": {},
            "url": {
              "path": [
                "api",
                "time",
                "unix",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unix timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "38646e78-4ffc-49fc-a385-84cd04a57b22",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02352bad-af70-4479-9454-c1ffdec4e226",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8e6186a-8d0a-4065-81e8-5fc27adf34b2",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfa58a02-6aec-4a5f-9dc2-2cb154430cbe",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6dd29aa-5deb-42ac-a0b3-4ef397d84536",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "002f6361-c895-4d9b-8692-116ac18f501d",
          "name": "Top token holders",
          "request": {
            "name": "Top token holders",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "holders",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2f687dcf-2443-400b-bec6-1dd31de1b5ce",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "holders",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af5d8f9e-7342-4c33-8ce8-ea12ec808418",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "holders",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a19ba65d-96d6-4a45-9a55-6d57e1b5391a",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "holders",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a01198f-61ae-498e-9634-ff517026dd33",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "holders",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6eda054a-16f2-405e-a4be-7db815e41c75",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "holders",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4fe02af0-0e12-49e4-a048-cea4a8b64277",
          "name": "Token info by contract",
          "request": {
            "name": "Token info by contract",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "info",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "2845b944-4b28-4356-b6a2-2e30eae73f98",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db12f9c2-f0f2-4095-b55b-3dee1fd00b12",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed1ba7ae-f75f-4011-bdeb-97f6b33c3e1f",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b624a402-578b-4af7-b1fe-003e0bc772bd",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "899f0a5d-3853-4673-8fb8-ac62ddd670fb",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "info",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ea9d19b-6bd3-4965-93c7-5fd115069bfa",
          "name": "Token liquidity pools",
          "request": {
            "name": "Token liquidity pools",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "liquidity",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "214b3628-285f-43f8-a0ec-70d7ac830f03",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "liquidity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63c30cea-7cad-4e71-bad3-9ac01bb0c7f8",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "liquidity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9d6197b-e058-4e1a-a9de-43b2eb0a58c0",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "liquidity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a9afce2-7bac-41e3-a7b7-403d8a488538",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "liquidity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f4adfd5-acca-4dd1-9408-8eb99ad416e4",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "liquidity",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cb1b5cda-b5b9-4087-9fdd-3ac6f3cb21dc",
          "name": "Token supply info",
          "request": {
            "name": "Token supply info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "supply",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "bdefa5df-ca3d-4650-9a6d-97affa3abf51",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a359714e-8989-4094-9579-b6ce2b3391ef",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ecb616e-e924-4be9-9b2a-4b7325d74ce7",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "325eb800-d319-44fb-9c56-25e456b6f408",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34f10337-294b-43b5-91ee-86269d559736",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "supply",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6216245a-952f-4307-88a4-d2a178634d0e",
          "name": "Contract bytecode",
          "request": {
            "name": "Contract bytecode",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "contract",
                "code",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "3723433e-c2fc-4c31-903a-2ddf63ad3eb7",
              "name": "Code",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fba97da5-ab01-4268-9d9d-6019b5a07fb3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5c2f77-16bc-40c9-be94-08467cc50514",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f59ac9c2-c456-4cf4-8da8-ac1105cd3d0c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66f23426-df40-4942-a1b6-dccbc8191755",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "code",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "26958fa2-48b7-4e57-8fcc-1f7895a19747",
          "name": "Contract source code",
          "request": {
            "name": "Contract source code",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "contract",
                "source",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Blockchain network (ethereum, base, polygon, etc)",
                    "type": "text/plain"
                  },
                  "key": "chain",
                  "value": "<string>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x format)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "5c51cf0f-1d4e-41b2-a1c2-c3264e8cffda",
              "name": "Source",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d33ef4eb-c1c7-422a-87b8-d3b015c60e46",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bf2405d-683e-4afd-8c1b-4c81215838b4",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c62d6fa1-517a-4f3a-acd2-847a2cf18f2c",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6670ae70-e30b-4a62-b193-347ebb660844",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "contract",
                    "source",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Blockchain network (ethereum, base, polygon, etc)",
                        "type": "text/plain"
                      },
                      "key": "chain",
                      "value": "<string>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x format)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc384baa-7c79-49fe-8730-ccfcb4d3a55b",
          "name": "Current timestamp",
          "request": {
            "name": "Current timestamp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                "timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "f324bbc2-9f95-4879-b92a-0512e1670b6d",
              "name": "Timestamp",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15b10cb7-2d7f-4508-ac19-1b95b32356ff",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3e36e37-acf5-49a0-b79a-df6e96b65165",
              "name": "Not Found - Endpoint not implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bae8e8c7-2e31-49b9-b1fb-43c62a1968d1",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f47b5802-7c64-44eb-805c-0c0139186eb7",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7449129-9a25-4bac-933b-4c9a9869560e",
          "name": "Recent transaction history",
          "request": {
            "name": "Recent transaction history",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "transactions",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "05f965dc-4c1f-4a30-9c6c-3a6822ad926d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce7fc81f-c599-4f93-ac32-0530e524a3f3",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "056eef9c-b287-4ebf-b1f9-b20c714d75a7",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6198815d-43f5-4c22-9bcc-eaa136fe2633",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82b97c34-e573-40dc-80eb-a16549b67bfa",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "transactions",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ff5b776-f80e-4a2f-833a-06b83bfe3f57",
          "name": "Chain TVL breakdown",
          "request": {
            "name": "Chain TVL breakdown",
            "description": {
              "content": "Utility endpoint that returns chain tvl breakdown. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "chain",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ENS name or identifier",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "0a264772-bc5d-4694-913a-d64b0ac4047d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e99ab2e-c3e6-42ec-b8ba-aeb217e5007d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24215f0c-6cb6-40ae-aaff-da6772259917",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d36cc75c-479f-426a-b8eb-4d73f5d955cc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aef5ab93-3c8b-4c85-9eb3-d0643172b881",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ENS name or identifier",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f74999d8-564e-4179-9f9d-18af72bc3027",
          "name": "Top TVL protocols",
          "request": {
            "name": "Top TVL protocols",
            "description": {
              "content": "Utility endpoint that returns top tvl protocols. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "aa972e44-1422-4c1a-9da9-bba81288689e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"tvl\": \"<number>\",\n  \"chains\": [\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    },\n    {\n      \"gecko_id\": \"<string>\",\n      \"tvl\": \"<number>\",\n      \"tokenSymbol\": \"<string>\",\n      \"cmcId\": \"<string>\"\n    }\n  ],\n  \"change24h\": \"<number>\",\n  \"category\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83c378bf-f916-486d-a288-cd2e8be3c990",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a8ef812-f395-48ac-95e8-7c67cf431d4d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8a3c3dd-245e-4dab-9e87-1860403a64a9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c9d2f904-8a5c-4457-a6f9-082ca6408325",
          "name": "Chain DEX volume",
          "request": {
            "name": "Chain DEX volume",
            "description": {
              "content": "Utility endpoint that returns chain dex volume. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volumes",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Chain name (ethereum, base, etc.)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "66cfe203-c4ec-496a-8355-af6868692791",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"\",\n  \"volume24h\": \"\",\n  \"volume7d\": \"\",\n  \"protocols\": \"\",\n  \"source\": \"\",\n  \"timestamp\": \"\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e205219-4ad8-4bb8-a051-4b2b602e0dbf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2335d98c-1725-4b40-a0ee-e4d789c40024",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c92ec101-582e-4419-bb1b-0b74fce13d57",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9db1922c-ea5c-49ca-848c-a4e30cebe92d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volumes",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name (ethereum, base, etc.)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77986509-9685-47fe-8f77-9ae94997bc52",
          "name": "Token whale holders",
          "request": {
            "name": "Token whale holders",
            "description": {},
            "url": {
              "path": [
                "api",
                "whales",
                ":token"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "token",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token symbol or address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "c4eb2995-13c5-4684-9d4d-185c015d961b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "whales",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5688938-2282-4322-a00d-9b71d765816a",
              "name": "Bad request - invalid parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "whales",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a02e2aeb-ee40-4a87-974e-ce096510da1c",
              "name": "Resource not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "whales",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a8eae92-6ed5-4b1d-bcc1-8a435af8db67",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "whales",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be15995b-6cbd-4547-9bed-d3614023449c",
              "name": "Internal Server Error - Something went wrong on our end",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "whales",
                    ":token"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token symbol or address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "token"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86b84a90-0c46-4d5f-90ff-3058dbd5f39a",
          "name": "Get contract ABI",
          "request": {
            "name": "Get contract ABI",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFetch verified contract ABI",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "misc",
                "abi",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "83d08443-a634-486a-aa76-2e717938a6aa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55ecdb44-490a-4c57-a72d-f633645a7513",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5929f52e-f28d-42e8-99cd-c707bed07812",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "misc",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2496b9d1-318c-48bf-9023-8afabbbefdbb",
          "name": "Wei to ETH",
          "request": {
            "name": "Wei to ETH",
            "description": {
              "content": "Utility endpoint that returns wei to eth. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "wei-to-eth",
                ":wei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "wei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Wei amount",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "80da7ee5-bb8a-4fcc-bdef-4c5580a5e820",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2a24c11-cffd-4d6e-a0e5-edff2be4133f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "279cf362-3714-40d6-a9ae-10fb91cee4c7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5d675bf7-64d3-42e9-95ed-d14b3047db5a",
          "name": "ETH to wei",
          "request": {
            "name": "ETH to wei",
            "description": {
              "content": "Utility endpoint that returns eth to wei. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "eth-to-wei",
                ":eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "eth",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ETH amount",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e3ffc85e-2e9e-4c78-9f63-552aff57ec7f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ETH amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e9cc58f-d738-41df-ad4c-296d737d2eaf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ETH amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcfa1281-54c1-4cd5-8556-6d852eebb583",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ETH amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "857d1c8e-3c45-4f75-81b1-25727db1d8ab",
          "name": "Gwei to wei",
          "request": {
            "name": "Gwei to wei",
            "description": {
              "content": "Utility endpoint that returns gwei to wei. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "gwei-to-wei",
                ":gwei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "gwei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Gwei amount",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e16f716e-8067-459c-88f6-7a8fb0ed954e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Gwei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c1de36f-01d7-4c62-bee4-429696530405",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Gwei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc189f2c-71b9-46ae-835f-14f2e5b05b43",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Gwei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fdfbc3bd-a3bb-46c7-8b31-d6cf2ccb1e18",
          "name": "Wei to gwei",
          "request": {
            "name": "Wei to gwei",
            "description": {
              "content": "Utility endpoint that returns wei to gwei. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "wei-to-gwei",
                ":wei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "wei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Wei amount",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ed515b02-7dc0-4c01-aa94-d353f96f34a0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6b6e9bc-b2d5-4aca-b120-b8482ad2dee5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4133cfca-c2a6-4523-80cb-b9cd3bba4c52",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Wei amount",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb7f475a-5705-4b68-8049-17390e0bd67f",
          "name": "Hex to decimal",
          "request": {
            "name": "Hex to decimal",
            "description": {
              "content": "Utility endpoint that returns hex to decimal. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "hex-to-dec",
                ":hex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hex",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Hex value",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5e51d976-38e4-418a-95ac-9281392d54e6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Hex value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6c69dc4-1f04-4ae7-b14b-90e61bee1667",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Hex value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72411338-6774-4b87-b5ce-dccf9e34a0e6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Hex value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f04e50db-6777-4bad-b1ee-2ba60c2da580",
          "name": "Decimal to hex",
          "request": {
            "name": "Decimal to hex",
            "description": {
              "content": "Utility endpoint that returns decimal to hex. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "convert",
                "dec-to-hex",
                ":dec"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "dec",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Decimal value",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3985b227-eaee-43b5-a18f-af3e48f7b041",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Decimal value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a2aa171-811a-4842-9601-e18a00547ebb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Decimal value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00530831-a31f-4822-b8e8-99452b1cb0a4",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Decimal value",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74b81f22-0c52-4072-9d3e-d82a64a263aa",
          "name": "Unix to ISO",
          "request": {
            "name": "Unix to ISO",
            "description": {
              "content": "Utility endpoint that returns unix to iso. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "time",
                "unix-to-iso",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unix timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "50e85007-a3ba-4dfc-9fe5-766388f5a6aa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99ad8ca9-4129-4c60-a9c2-a7047ec9050b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "623364e7-a0d8-4348-928d-5fd84e6ef5f2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abc7c779-96c0-4dd5-812b-aef2d98d8607",
          "name": "ISO to Unix",
          "request": {
            "name": "ISO to Unix",
            "description": {
              "content": "Utility endpoint that returns iso to unix. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "time",
                "iso-to-unix",
                ":iso"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "iso",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ISO timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "685af29b-5d01-4f91-b96d-5bfd535b9cf0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ISO timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d2ecb93-c5fc-4793-9c21-e489910243df",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ISO timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73996184-38da-4b8a-8e45-0e3fe3b5b916",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ISO timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "15968d13-2731-4682-8374-b5fd8b46421c",
          "name": "Current time",
          "request": {
            "name": "Current time",
            "description": {
              "content": "Utility endpoint that returns current time. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "time",
                "now"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b534d742-e8b9-4c98-9ffe-4c95c282a20d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a8366f1-5d71-4d52-9e85-c20cc00e6a75",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe582494-3750-4a06-b1c9-28afde46357c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e30eea2e-03e7-45f2-8ed4-81f99702fd15",
          "name": "Block time estimate",
          "request": {
            "name": "Block time estimate",
            "description": {
              "content": "Utility endpoint that returns block time estimate. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "time",
                "block-estimate",
                ":blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blocks",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block count",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d657f8e1-b03f-4569-bd17-cdbf9710eec4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block count",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ef9b60b-32c7-4653-a3e2-1d28456d4752",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block count",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5258f49b-24bb-47c6-a37d-13bba8a3ec0c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block count",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ca9918f0-9290-4118-b4ef-0ff437d11ecd",
          "name": "Keccak256 hash",
          "request": {
            "name": "Keccak256 hash",
            "description": {
              "content": "Utility endpoint that returns keccak256 hash. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "hash",
                "keccak256",
                ":input"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "input",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Input string",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ac2a9f2-27f8-4642-986d-25d94b56d292",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "hash",
                    "keccak256",
                    ":input"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Input string",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "input"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c78cf3ef-8c9e-41be-8931-ed2260e439b2",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "hash",
                    "keccak256",
                    ":input"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Input string",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "input"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f202352-3ad9-4a74-bb4c-2e728aff77be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "hash",
                    "keccak256",
                    ":input"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Input string",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "input"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc454677-31b4-4648-b3d1-d76b4ea13b19",
          "name": "Function selector",
          "request": {
            "name": "Function selector",
            "description": {
              "content": "Utility endpoint that returns function selector. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "selector",
                ":signature"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "signature",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Function signature",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "22e4a4cd-27c6-42e3-a05b-bae828a7b132",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "selector",
                    ":signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Function signature",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "signature"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f286ad56-3440-4658-925d-cc508d870d6e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "selector",
                    ":signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Function signature",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "signature"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2619c536-9cca-4e6d-bd53-d9a3647d21fc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "selector",
                    ":signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Function signature",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "signature"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b8b49e89-4fa5-41fb-b032-76f3873fabb1",
          "name": "Gas prices",
          "request": {
            "name": "Gas prices",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCurrent gas prices",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a097470b-ec3d-45de-a796-f8f00829834a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8b3d427-7de9-4631-9450-c9fc0fd63165",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f103458c-2309-41c8-a2f8-bd514e07fca7",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5328f61-411a-4aba-a012-f0639739abd2",
          "name": "Multi-chain gas",
          "request": {
            "name": "Multi-chain gas",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGas prices across chains",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "gas",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d1fa524e-f56b-4508-bcc8-050ebca445a1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a5db92f-e3d0-4e32-bff8-95f71c836784",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71414ae7-74fe-4af4-90b3-0ec1e34e3f28",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "46f677f1-3039-4211-b486-26cd7fa762bd",
          "name": "Chain gas",
          "request": {
            "name": "Chain gas",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGas prices for chain",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "gas",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Chain name",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5ea0b7d6-88dd-4baf-98ef-aee3eeae0c31",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9f9d359-2505-4903-932a-72467ef96bee",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23fc779f-3691-4ce4-acf5-15b1317fe65e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "gas",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain name",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76abeee8-f736-40d4-9d88-02c69a11f655",
          "name": "Compare gas",
          "request": {
            "name": "Compare gas",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCompare gas across chains",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "compare",
                "gas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9b72e19e-eb90-4771-ad9c-5672fd18b69f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e47097b0-4624-4773-b621-77d3fb0d25c3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61b191e9-c8c4-42d1-9d5b-4046815e4e32",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "compare",
                    "gas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63ec36a1-2740-42fa-944b-234fc460e05b",
          "name": "Latest block",
          "request": {
            "name": "Latest block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet latest block",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "block",
                "latest"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7b5020b2-cc62-4f5a-9a45-ec9b837c0e92",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b414eee0-5585-4def-81e3-5dc5f1d2dcc7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6f3f5b2-bd26-4c70-8e80-d783e9b4509b",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "latest"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1005fe2f-a6a9-42f4-86f2-716dfd609249",
          "name": "Get block",
          "request": {
            "name": "Get block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGet block by number",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "97996b5a-da55-42c8-958e-e351d0c1a4bc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a63db06f-0097-403f-9420-93d0521e1ced",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e18a10e2-4a1f-459f-97e6-06ef0da43662",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b06c595-8fd4-4e16-bc8a-fd8dc407d0aa",
          "name": "Multi-chain blocks",
          "request": {
            "name": "Multi-chain blocks",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBlocks across chains",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "block",
                "multichain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee150f1b-4332-4d9b-b218-3088017bb49d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7de8137d-96c0-4653-b9cc-54b05a0ce2c9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd33222a-5990-4414-9bc0-d086ada3ef99",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "block",
                    "multichain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "16a4075c-2593-4cb8-9d8b-f2b9b73ce6e0",
          "name": "Current timestamp",
          "request": {
            "name": "Current timestamp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCurrent block timestamp",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "768ffe3c-5595-4fae-a777-587dd5d698cf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77e23008-2ce3-4e68-bf95-d7c615371d54",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05febf93-4b3e-4b58-8c3d-fe33ca9d4394",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dc62a6fa-0776-44f5-964c-410c0ea77580",
          "name": "Block time",
          "request": {
            "name": "Block time",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTimestamp for block",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "time",
                "block",
                ":number"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "number",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1d63dc81-b2f0-4ce8-ad5f-aa125cebaffb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4753b736-af69-473d-a6dd-5597da7c3fca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40bc2662-febd-497b-9bbc-0b355d01ef7e",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "block",
                    ":number"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "number"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a349de5-55cd-4f75-be81-5e7e34113328",
          "name": "Unix to block",
          "request": {
            "name": "Unix to block",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBlock for timestamp",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "time",
                "unix",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Unix timestamp",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2290dc34-e877-4469-bb29-7dcc8d302d0f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5102972f-794d-4de3-b59a-cfc484d27cc8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6f82aae-9c0d-4c03-91f4-9d50266a5cf3",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "time",
                    "unix",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Unix timestamp",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b496d737-b1ca-4146-af30-568129128a3d",
          "name": "Chain IDs",
          "request": {
            "name": "Chain IDs",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nChain ID reference",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "chainid"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7105bdd8-9e98-42ac-9d9d-bb67ee0bb543",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8555c7fb-9ce5-4a6b-98c8-c4db917f8768",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "407e2b36-44bd-48da-a645-fa7d2f4fc11a",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e42247a6-ecdf-4a19-a86a-00abda5d819a",
          "name": "Chain info",
          "request": {
            "name": "Chain info",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nChain info by ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "chainid",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Chain ID",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d5421e11-da15-4ce2-8fa9-a6685e29b00c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "903327f7-5b38-4ba7-b86e-fbfa27c35925",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fae1154d-746c-48ae-b9f1-7d3435bae5b9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "chainid",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Chain ID",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "680e65bf-9ce3-4c1a-aba5-d7cf2f7db191",
          "name": "Checksum address",
          "request": {
            "name": "Checksum address",
            "description": {
              "content": "Utility endpoint that returns checksum address. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "wallet",
                "checksum",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "246b439a-9589-4d4b-99f2-83112ddc76c2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7391ab71-f60a-4cf4-b397-0d90e3f986e0",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e3778d7-6c67-42fa-8444-bfa01c17a134",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "checksum",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b6ff1bac-25fe-41ef-8bc2-8ec4bde57b64",
          "name": "Validate address",
          "request": {
            "name": "Validate address",
            "description": {
              "content": "Utility endpoint that returns validate address. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "wallet",
                "validate",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4292f33f-f431-4956-a545-58c52e148a34",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddb030ee-783b-4e42-aa6f-c1d5c5cd65e9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7afee25-041a-4e21-ba87-3b399e63ced9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "wallet",
                    "validate",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0ef55b8-8a3f-405e-a816-fb955c470dfa",
          "name": "Explorer link",
          "request": {
            "name": "Explorer link",
            "description": {
              "content": "Utility endpoint that returns explorer link. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "explorer",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8b6e7868-7051-4361-bce5-dc85e6e3d799",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c75d417d-cde4-4ebc-875e-7146c8f4b7d9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d27c9d6-6260-4142-aa30-f1e6435369a5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x-prefixed, 20 bytes). Context varies by endpoint (wallet, contract, or owner address).",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5353b2c5-87f3-49df-b4d3-ef3269900b77",
          "name": "TX explorer link",
          "request": {
            "name": "TX explorer link",
            "description": {
              "content": "Utility endpoint that returns tx explorer link. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "explorer",
                "tx",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) TX hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "917ba3d4-8184-48c7-a4dc-dd75380a6e36",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) TX hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e505a4f2-8d6b-44a9-a102-8732edbbee10",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) TX hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c37d516-415f-46df-90ec-ec4b8c0db288",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "tx",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) TX hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f05064e6-2270-4f7d-8a05-3e7f71614478",
          "name": "Block explorer link",
          "request": {
            "name": "Block explorer link",
            "description": {
              "content": "Utility endpoint that returns block explorer link. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utils",
                "explorer",
                "block",
                ":block"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "block",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a2b6d37e-d911-44c5-b579-4478be0cc13f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "block",
                    ":block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "block"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"timestamp\": \"<dateTime>\",\n  \"result\": {\n    \"key_0\": 8843,\n    \"key_1\": 5496.418928683628\n  },\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c51ef4c7-2864-46c6-84b8-b6f330343a9d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "block",
                    ":block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "block"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff4a4d00-9be4-487d-b594-beec272defe8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utils",
                    "explorer",
                    "block",
                    ":block"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "block"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c07111ad-7084-46f8-982b-b37cc04b564e",
          "name": "Fortune",
          "request": {
            "name": "Fortune",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRandom fortune message",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "utility",
                "fortune"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8cba61c4-1acd-4b5b-bc8a-f6db6ab162c2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acedaae1-7cbd-4c12-8b1f-7eb4f392cad5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20e66cfa-02ce-4d5d-970b-55ca6de977b9",
              "name": "Rate Limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "utility",
                    "fortune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Admin",
      "description": "Administrative endpoints for platform management (43)",
      "item": [
        {
          "id": "c1c9f2e2-4c4a-47dd-9ad4-61bc9ddb0ed6",
          "name": "Version",
          "request": {
            "name": "Version",
            "description": {
              "content": "Version. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "version"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "94022cfb-6ffa-4034-b8c4-c9b88d3e1e2c",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "version"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"version\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b365776-9d95-4416-a6e3-e165f05c3fea",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "version"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ccb67d8b-0ceb-4783-9992-61c746f568f3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "version"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "938d1ca4-830b-434c-9f4a-74f588f46d75",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "version"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fe938b32-5d9a-4773-b9ea-c55ea5bc9be2",
          "name": "Agent-info",
          "request": {
            "name": "Agent-info",
            "description": {
              "content": "Agent-info. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "agent-info"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7d1b74a4-7e21-4219-be35-a81d9ca075db",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"authentication\": {\n    \"key_0\": false\n  },\n  \"description\": \"<string>\",\n  \"endpoints\": {\n    \"key_0\": \"string\"\n  },\n  \"name\": \"<string>\",\n  \"operator\": \"<string>\",\n  \"payment\": {\n    \"key_0\": false,\n    \"key_1\": \"string\",\n    \"key_2\": 6337.275084645599,\n    \"key_3\": 6074\n  },\n  \"standards\": {\n    \"key_0\": \"string\"\n  },\n  \"support\": {\n    \"key_0\": 3699.270995175581,\n    \"key_1\": 9438\n  },\n  \"timestamp\": \"<dateTime>\",\n  \"version\": \"<string>\",\n  \"wallet\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "358b7052-467b-4c4f-9935-3c1779638d0d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2548c5d6-fcf4-414c-a540-26d9c6856008",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d3edd17e-f4d7-4f1f-b7f7-d9ab1d0e5ee7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "agent-info"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04c680b6-ef88-4d95-a206-f61e87605dd3",
          "name": "API health status",
          "request": {
            "name": "API health status",
            "description": {
              "content": "Returns comprehensive API health status including uptime, memory usage, cache status, and endpoint verification.\n\n**Always Free** - No rate limit, no payment required.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "76618063-b3b3-4bd4-a519-e647414e3f46",
              "name": "API health status",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"status\": \"healthy\",\n  \"version\": \"<string>\",\n  \"endpoints\": \"<number>\",\n  \"timestamp\": \"<dateTime>\",\n  \"verification\": {\n    \"verified_at\": \"<dateTime>\",\n    \"total_documented\": \"<integer>\",\n    \"total_working\": \"<integer>\",\n    \"success_rate\": \"<string>\"\n  },\n  \"payment\": \"enabled\",\n  \"requestsToday\": \"<number>\",\n  \"avgResponseTime\": \"<number>\",\n  \"successRate\": \"<number>\",\n  \"uniqueUsers\": \"<number>\",\n  \"cache\": {\n    \"connected\": \"<boolean>\",\n    \"keys\": \"<integer>\",\n    \"memory\": \"<string>\"\n  },\n  \"uptime\": \"<number>\",\n  \"memory\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce43580f-6abd-47bb-a5c1-5dbd6e376173",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "145da9a9-3e63-46dd-91db-1995281b8dc9",
          "name": "Sources",
          "request": {
            "name": "Sources",
            "description": {
              "content": "Sources. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health",
                "sources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8ebdf5b4-22f0-49c3-81ea-78a4b4aa58bd",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6a5dbce-2650-4b8a-a5f1-34c24ebcb8eb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4217d893-22bc-4195-9bc9-e40d057e10aa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f5bf4191-a0a1-4c0c-95d2-164c9dabcf56",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30630b97-25ad-4ba3-8ac7-b8853ead9532",
          "name": "Check",
          "request": {
            "name": "Check",
            "description": {
              "content": "Check. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health",
                "check"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "918b3bfa-a55b-4196-bd99-898d599ee0ed",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"checked\": \"<dateTime>\",\n  \"results\": {\n    \"key_0\": 2027.141678093969,\n    \"key_1\": 7337.969608501624\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13fd0743-9c3a-43f0-ba91-2aa534bf5600",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c4160f43-0ad6-49e5-bac4-da8efd66a65f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "91e87f60-0c81-46fb-9cf6-fb39ba1b5363",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb7837bc-538f-4f40-b95c-5f34a9096773",
          "name": "Alerts",
          "request": {
            "name": "Alerts",
            "description": {
              "content": "Alerts. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health",
                "alerts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9949e52a-8dbb-46a4-8fe0-633165a8f58b",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"alerts\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": false\n    },\n    {\n      \"key_0\": false,\n      \"key_1\": \"string\",\n      \"key_2\": 7786\n    }\n  ],\n  \"count\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdf5a8c6-c301-4b03-8612-d61c6aefd58f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "22dd65a8-ad4c-4c8b-ad8c-aaeba55d1a97",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "66651e73-1990-4e51-b939-94aa250cd388",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "alerts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1ca23c5b-3279-4565-980a-eb01a97c3893",
          "name": "Status",
          "request": {
            "name": "Status",
            "description": {
              "content": "Status. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bazaar",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3287a217-003c-4d1c-9018-345f0812814f",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bazaar",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"checkedAt\": \"<dateTime>\",\n  \"endpointsSeeded\": \"<number>\",\n  \"ourResources\": [\n    {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\"\n    },\n    {\n      \"key_0\": true\n    }\n  ],\n  \"status\": \"<string>\",\n  \"totalBazaarResources\": \"<number>\",\n  \"schemasConfigured\": \"<number>\",\n  \"ourEndpoints\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f67a598e-2562-4c4d-84f2-6841e5455beb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bazaar",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "57e252f8-cc2b-4114-94cb-e651a801628d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bazaar",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8780cc91-ba5c-4cf6-9f05-1aaded3bc504",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bazaar",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7aa0b066-e47c-45fc-8c0f-2ee330d4d287",
          "name": "Metrics",
          "request": {
            "name": "Metrics",
            "description": {
              "content": "Metrics. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "health",
                "metrics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "38a52ad1-6a2e-453a-a160-88c9dd229fd9",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"metrics\": {\n    \"key_0\": \"string\",\n    \"key_1\": 6564.237404460882\n  },\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa74bfd5-ca32-4a6d-9765-0c0c6d9daf94",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f37c884f-6f03-43db-b106-3bec5cc9ceac",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "28616679-1505-4b2d-937a-24a1458c84c8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "health",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77eba65f-80be-46ee-a0d5-bf8ef6149149",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "Stats. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "cache",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "715ec4c5-05e0-44d7-8854-0c9b85f4940f",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"deduplicated\": \"<number>\",\n  \"entries\": \"<number>\",\n  \"evictions\": \"<number>\",\n  \"hitRate\": \"<string>\",\n  \"hits\": \"<number>\",\n  \"maxSize\": \"<number>\",\n  \"misses\": \"<number>\",\n  \"staleHits\": \"<number>\",\n  \"staleRate\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"utilization\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19dd1f10-6dc2-4453-a4f2-6e8da51c31f6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5100fd46-f59e-4ba3-ab25-ec7ea788110c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eb5ba9c0-931a-4ba3-9850-ca3b3a83f5c4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43cab4ed-a0bb-403e-bf90-23ed74059e25",
          "name": "Clear",
          "request": {
            "name": "Clear",
            "description": {
              "content": "Clear. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day. ⚠️ Requires authentication (SIWE). Returns 401 if not authenticated. See docs/ERRORS.md and auth setup docs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "cache",
                "clear"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3aae19c4-db3d-42fa-9a91-70638acc3b3d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6473136f-6a5c-417b-a7eb-a66033d6aed6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ed94ca58-eab2-4188-bbe9-54f3def86ccc",
              "name": "Unauthorized - Authentication required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ec21a8f-c50a-4ab8-931d-083f7c5800d5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "680a1361-bb9b-42c9-9632-994f51f74ed7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "clear"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f14ad99-1bb7-45a5-b2bb-50ad1ae71735",
          "name": "Reset-stats",
          "request": {
            "name": "Reset-stats",
            "description": {
              "content": "Reset-stats. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day. ⚠️ Requires authentication (SIWE). Returns 401 if not authenticated. See docs/ERRORS.md and auth setup docs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "cache",
                "reset-stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bf678902-8670-491e-8006-f613020424fa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "reset-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7fb90e5-c5a9-49e5-9044-0a075dc199f9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "reset-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "488d6e3e-372c-4f40-b245-cd1324494492",
              "name": "Unauthorized - Authentication required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "reset-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab8a7424-c37a-45f5-85e3-82d7dc03af83",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "reset-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "155e2b9a-13ea-44f2-a1ac-dd975ffc34f2",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "cache",
                    "reset-stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e58d308-2c01-435f-89e5-735a6a9f8385",
          "name": "Stats",
          "request": {
            "name": "Stats",
            "description": {
              "content": "Stats. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5f48d656-ca04-4461-ad67-fb8f0f9f7f1b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1680\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ece90a96-d47a-41cf-973b-57c51bde0290",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f178f1b0-f9df-4e90-a8b4-96e63b3a5fef",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d2b6b81-a7fa-4c92-a76d-dd35f08f2123",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "528c66b6-e7fd-4861-aab9-d943c6b2b443",
          "name": "Health",
          "request": {
            "name": "Health",
            "description": {
              "content": "Health. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d6aa12b7-6f9e-488d-b7ed-2e76db384117",
              "name": "Successful response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"healthy\": \"<number>\",\n  \"percentage\": \"<string>\",\n  \"sources\": {},\n  \"timestamp\": \"<dateTime>\",\n  \"total\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "269b3770-2599-46c9-b9b9-c4b516dd2421",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad446010-b25a-402d-9359-9e73db7374e0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e7ea23c5-6343-4618-9765-f6686b90ad3d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4997fd96-0055-49a9-b294-45916ea99bc3",
          "name": "Fallbacks",
          "request": {
            "name": "Fallbacks",
            "description": {
              "content": "Fallbacks. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "fallbacks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "01109d77-f294-47a2-a030-cc1545837c28",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "fallbacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1680\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20acde90-87c7-4d66-96a6-662cbaecdb7a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "fallbacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "822820cd-b55c-4eb4-976f-4cf597c58bc5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "fallbacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fcefe7e1-8745-4ed5-be4c-2907993eed43",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "fallbacks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49053dd4-b35f-46ee-b8c5-fc6c058b0164",
          "name": "Costs",
          "request": {
            "name": "Costs",
            "description": {
              "content": "Costs. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "costs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7dc8a434-2936-484a-b713-c90efcacdab8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "costs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": 1680\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4267c78c-0812-4913-a054-fa98cebae025",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "costs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0e2b2b2b-f6c5-4404-b917-40480dc42012",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "costs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eeff3303-9e4f-44e4-8675-ed770999add8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "costs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "801c89c3-647e-433e-97d8-ab937792ab39",
          "name": "Ranked",
          "request": {
            "name": "Ranked",
            "description": {
              "content": "Ranked. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "ranked",
                ":dataType"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "dataType",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The dataType parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b98113ad-2a91-4e1b-877d-d699bcef5518",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "ranked",
                    ":dataType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dataType parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dataType"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbf82645-9cda-4d1a-bcdd-06c77588f225",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "ranked",
                    ":dataType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dataType parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dataType"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a57dffc3-1bb7-47db-a56e-ac0fe069572d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "ranked",
                    ":dataType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dataType parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dataType"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d422ced-37ac-4a5d-ab82-730d17d19cc8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "ranked",
                    ":dataType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dataType parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dataType"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eb27ad81-ecac-4a73-9c3d-d0813d4546ac",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "ranked",
                    ":dataType"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dataType parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dataType"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18c89031-1723-4f2a-aef6-a30b5e3dc9e4",
          "name": "Demotions",
          "request": {
            "name": "Demotions",
            "description": {
              "content": "Demotions. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sources",
                "demotions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "3ff4b714-66fb-4a9d-8bb1-efa78e8a8dfc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "demotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"demoted\": [\n    \"\",\n    \"\"\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef44acbb-d787-4f89-b588-7a15b772873a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "demotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa9174e1-bff3-4e7e-979a-f6ab56c20874",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "demotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fc6b10e4-8156-457f-aa91-8db417accdca",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sources",
                    "demotions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33c9260c-332a-4e41-834d-0e63f18ce396",
          "name": "Sources",
          "request": {
            "name": "Sources",
            "description": {
              "content": "Sources. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dashboard",
                "sources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/html"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f664ed3f-b509-4958-bdaf-e8d451cd11aa",
              "name": "HTML dashboard page showing source health and cost breakdown",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "text/html"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/html"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "073d1164-536d-45c8-bb37-8cbbc01b9a37",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e989719b-cf02-4249-aa9c-6759708631a6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f52393b-3a36-4a47-ac9a-297fe2589216",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard",
                    "sources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a79dbe22-0f2c-4557-8009-8740592d0af1",
          "name": "Endpoints",
          "request": {
            "name": "Endpoints",
            "description": {
              "content": "Endpoints. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "endpoints"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "db56b830-9fbe-4813-ad6a-834673443b57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"endpoints\": [],\n  \"period\": \"\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4d5918d-edf8-4d7d-a054-0435654dfd9f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ae093610-ab33-4c9a-acd2-197116cb1831",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "440eaf0b-c873-4e82-a237-ad7130b98123",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "endpoints"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d149a007-3da3-4e98-a3e0-457fd4a0e309",
          "name": "Slow",
          "request": {
            "name": "Slow",
            "description": {
              "content": "Slow. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "slow"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "346938c4-3cf9-4b74-9978-1528964c84f3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "slow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"threshold\": \"<number>\",\n  \"endpoints\": [],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b6b3c5d-4dbe-40e4-a854-cbbf5c3dc57f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "slow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1ab20bb9-68b6-46d2-9d1e-b5abd60c98cc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "slow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "15fa64ca-2de7-4fef-a402-910ce242f22e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "slow"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8553fad-ca64-4b04-b60e-2ebd4365ed8a",
          "name": "Referrers",
          "request": {
            "name": "Referrers",
            "description": {
              "content": "Referrers. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "referrers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2e469790-4684-4ad6-895d-a8d3986ecf48",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "referrers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"referrers\": [],\n  \"total\": \"<number>\",\n  \"uniqueSites\": \"<number>\",\n  \"timeWindow\": \"<string>\",\n  \"note\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4487ea4-2c5a-41b7-803c-85d272fe4a1e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "referrers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8b4d8e79-ce04-45a6-a197-5279cc2b4d69",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "referrers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2e9056a0-6955-4857-9309-75d326b17547",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "referrers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c53887e0-5083-4300-bf3f-e5857a4e0e32",
          "name": "Unused",
          "request": {
            "name": "Unused",
            "description": {
              "content": "Unused. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "unused"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "042dfd78-b3ed-47c9-8324-6ef07be7435c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "unused"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"message\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"trackedEndpoints\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c46fc288-508a-4dc3-b87e-f5d3d95beb55",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "unused"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9821f973-f2b8-4802-8c92-88979293db4c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "unused"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cf402e4f-4c9f-4fd2-93ad-6bfbb7d8c2da",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "unused"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5dec550b-bf00-442d-8d46-46f17935bb50",
          "name": "Tiers",
          "request": {
            "name": "Tiers",
            "description": {
              "content": "Tiers. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "pricing",
                "tiers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "dd5b339e-f7fa-4bde-8fca-22f3f6ba49c1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "tiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tiers\": {},\n  \"description\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21156fda-ec4b-4de5-8411-19d2f9764931",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "tiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e78c2221-f6d6-4c92-8152-01fcfa4bc382",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "tiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "97d8f602-9daa-47e0-9efe-811aedf886d8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "tiers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "34f74f0a-be31-4fee-a79c-7ea2b9c44d52",
          "name": "Bulk",
          "request": {
            "name": "Bulk",
            "description": {
              "content": "Bulk. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "pricing",
                "bulk"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4791c65a-86ea-4c35-abc0-cb323b7a8caa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"packages\": [],\n  \"description\": \"<string>\",\n  \"note\": \"\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4f59959-e701-40f9-9b41-43aece7e20e1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3dc06e57-fce5-4958-855f-4d4dcfdf43fb",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ac933940-6ed0-4abe-a862-69441d18a987",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "pricing",
                    "bulk"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1d5c90e-01f5-40b0-9e20-4502b7d19f4f",
          "name": "X402-recommendations",
          "request": {
            "name": "X402-recommendations",
            "description": {
              "content": "X402-recommendations. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "x402-recommendations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2c4aa1cd-f4cc-4091-826e-2a7e58021bb0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "x402-recommendations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"recommendations\": [\n    {\n      \"avgLatencyMs\": \"<integer>\",\n      \"endpoint\": \"<string>\",\n      \"priority\": \"<string>\",\n      \"reasoning\": \"<string>\",\n      \"requests\": \"<integer>\",\n      \"suggestedPrice\": \"<string>\",\n      \"key_0\": true\n    },\n    {\n      \"avgLatencyMs\": \"<integer>\",\n      \"endpoint\": \"<string>\",\n      \"priority\": \"<string>\",\n      \"reasoning\": \"<string>\",\n      \"requests\": \"<integer>\",\n      \"suggestedPrice\": \"<string>\"\n    }\n  ],\n  \"summary\": {\n    \"highPriority\": \"<integer>\",\n    \"lowPriority\": \"<integer>\",\n    \"mediumPriority\": \"<integer>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "298e7eb2-2fc4-4755-875b-30596ee6bca1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "x402-recommendations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b33b7d2-3cc0-4032-9f55-2efcd77179aa",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "x402-recommendations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9f7c3918-0e5f-477c-8c7d-b3204a5e719d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "x402-recommendations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "97ae46e3-954e-4b4b-9ec3-07e695ab6148",
          "name": "Usage-data",
          "request": {
            "name": "Usage-data",
            "description": {
              "content": "Usage-data. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "usage-data"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "721892bd-c2ba-4968-97dc-14838e898fc3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"110.249.201.5:2026-02-20\": \"<integer>\",\n  \"110.249.201.5:medium:2026-02-20\": \"<integer>\",\n  \"111.7.100.25:2026-02-20\": \"<integer>\",\n  \"111.7.100.25:medium:2026-02-20\": \"<integer>\",\n  \"127.0.0.1:2026-02-20\": \"<integer>\",\n  \"127.0.0.1:auth:2026-02-20\": \"<integer>\",\n  \"127.0.0.1:heavy:2026-02-20\": \"<integer>\",\n  \"127.0.0.1:light:2026-02-20\": \"<integer>\",\n  \"127.0.0.1:medium:2026-02-20\": \"<integer>\",\n  \"135.181.3.246:2026-02-20\": \"<integer>\",\n  \"135.181.3.246:light:2026-02-20\": \"<integer>\",\n  \"135.181.3.246:medium:2026-02-20\": \"<integer>\",\n  \"146.75.236.0:2026-02-20\": \"<integer>\",\n  \"146.75.236.0:light:2026-02-20\": \"<integer>\",\n  \"146.75.236.0:medium:2026-02-20\": \"<integer>\",\n  \"149.56.160.236:2026-02-20\": \"<integer>\",\n  \"149.56.160.236:medium:2026-02-20\": \"<integer>\",\n  \"149.88.20.210:2026-02-20\": \"<integer>\",\n  \"149.88.20.210:light:2026-02-20\": \"<integer>\",\n  \"149.88.20.210:medium:2026-02-20\": \"<integer>\",\n  \"17.22.237.8:2026-02-20\": \"<integer>\",\n  \"17.22.237.8:heavy:2026-02-20\": \"<integer>\",\n  \"17.22.245.76:2026-02-20\": \"<integer>\",\n  \"17.22.245.76:medium:2026-02-20\": \"<integer>\",\n  \"17.22.253.177:2026-02-20\": \"<integer>\",\n  \"17.22.253.177:heavy:2026-02-20\": \"<integer>\",\n  \"17.241.219.124:2026-02-20\": \"<integer>\",\n  \"17.241.219.124:heavy:2026-02-20\": \"<integer>\",\n  \"17.241.219.124:medium:2026-02-20\": \"<integer>\",\n  \"17.241.219.40:2026-02-20\": \"<integer>\",\n  \"17.241.219.40:medium:2026-02-20\": \"<integer>\",\n  \"17.241.75.160:2026-02-20\": \"<integer>\",\n  \"17.241.75.160:heavy:2026-02-20\": \"<integer>\",\n  \"17.241.75.220:2026-02-20\": \"<integer>\",\n  \"17.241.75.220:medium:2026-02-20\": \"<integer>\",\n  \"17.241.75.25:2026-02-20\": \"<integer>\",\n  \"17.241.75.25:medium:2026-02-20\": \"<integer>\",\n  \"17.246.15.95:2026-02-20\": \"<integer>\",\n  \"17.246.15.95:medium:2026-02-20\": \"<integer>\",\n  \"17.246.19.130:2026-02-20\": \"<integer>\",\n  \"17.246.19.130:heavy:2026-02-20\": \"<integer>\",\n  \"17.246.23.205:2026-02-20\": \"<integer>\",\n  \"17.246.23.205:heavy:2026-02-20\": \"<integer>\",\n  \"17.246.23.61:2026-02-20\": \"<integer>\",\n  \"17.246.23.61:medium:2026-02-20\": \"<integer>\",\n  \"17.246.23.95:2026-02-20\": \"<integer>\",\n  \"17.246.23.95:medium:2026-02-20\": \"<integer>\",\n  \"172.59.208.68:2026-02-20\": \"<integer>\",\n  \"172.59.208.68:medium:2026-02-20\": \"<integer>\",\n  \"18.117.47.153:2026-02-20\": \"<integer>\",\n  \"18.117.47.153:auth:2026-02-20\": \"<integer>\",\n  \"18.117.47.153:heavy:2026-02-20\": \"<integer>\",\n  \"18.117.47.153:light:2026-02-20\": \"<integer>\",\n  \"18.117.47.153:medium:2026-02-20\": \"<integer>\",\n  \"18.189.143.169:2026-02-20\": \"<integer>\",\n  \"18.189.143.169:medium:2026-02-20\": \"<integer>\",\n  \"202.8.40.33:2026-02-20\": \"<integer>\",\n  \"202.8.40.33:medium:2026-02-20\": \"<integer>\",\n  \"40.77.167.33:2026-02-20\": \"<integer>\",\n  \"40.77.167.33:light:2026-02-20\": \"<integer>\",\n  \"40.77.167.48:2026-02-20\": \"<integer>\",\n  \"40.77.167.48:light:2026-02-20\": \"<integer>\",\n  \"43.153.192.98:2026-02-20\": \"<integer>\",\n  \"43.153.192.98:medium:2026-02-20\": \"<integer>\",\n  \"43.166.131.228:2026-02-20\": \"<integer>\",\n  \"43.166.131.228:medium:2026-02-20\": \"<integer>\",\n  \"43.166.244.192:2026-02-20\": \"<integer>\",\n  \"43.166.244.192:medium:2026-02-20\": \"<integer>\",\n  \"45.84.107.128:2026-02-20\": \"<integer>\",\n  \"45.84.107.128:medium:2026-02-20\": \"<integer>\",\n  \"47.128.24.26:2026-02-20\": \"<integer>\",\n  \"47.128.24.26:medium:2026-02-20\": \"<integer>\",\n  \"5.133.192.187:2026-02-20\": \"<integer>\",\n  \"5.133.192.187:medium:2026-02-20\": \"<integer>\",\n  \"52.167.144.140:2026-02-20\": \"<integer>\",\n  \"52.167.144.140:medium:2026-02-20\": \"<integer>\",\n  \"52.167.144.197:2026-02-20\": \"<integer>\",\n  \"52.167.144.197:medium:2026-02-20\": \"<integer>\",\n  \"57.141.4.29:2026-02-20\": \"<integer>\",\n  \"57.141.4.29:medium:2026-02-20\": \"<integer>\",\n  \"57.141.4.35:2026-02-20\": \"<integer>\",\n  \"57.141.4.35:medium:2026-02-20\": \"<integer>\",\n  \"66.249.79.3:2026-02-20\": \"<integer>\",\n  \"66.249.79.3:light:2026-02-20\": \"<integer>\",\n  \"66.249.79.3:medium:2026-02-20\": \"<integer>\",\n  \"66.249.79.4:2026-02-20\": \"<integer>\",\n  \"66.249.79.4:medium:2026-02-20\": \"<integer>\",\n  \"66.249.79.5:2026-02-20\": \"<integer>\",\n  \"66.249.79.5:medium:2026-02-20\": \"<integer>\",\n  \"74.7.243.249:2026-02-20\": \"<integer>\",\n  \"74.7.243.249:light:2026-02-20\": \"<integer>\",\n  \"74.7.243.249:medium:2026-02-20\": \"<integer>\",\n  \"8.47.96.51:2026-02-20\": \"<integer>\",\n  \"8.47.96.51:medium:2026-02-20\": \"<integer>\",\n  \"85.203.15.8:2026-02-20\": \"<integer>\",\n  \"85.203.15.8:medium:2026-02-20\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6a1ab3a-4298-458b-b6cc-0e70b0f871bf",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d1f75534-9ae0-4e3b-b31a-a059b57f8f6d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5e3fe7ed-8f1d-4b3e-9839-efa6aaa15a59",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "usage-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e022f06e-da04-4cd7-b1f6-94317e871df4",
          "name": "Payments",
          "request": {
            "name": "Payments",
            "description": {
              "content": "Payments. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "018f28a1-e27b-4a30-b357-4c1914fc5214",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"events\": [],\n  \"summary\": \"\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a4b47b4-3d66-4f03-bee7-7055e214d1ae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5977c293-1884-4814-a63e-1c7a34c3d213",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25779e7d-7bed-472d-a155-9cde1a19bfb9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "217810c7-7ca8-4afc-b41b-31898943c17c",
          "name": "Dashboard",
          "request": {
            "name": "Dashboard",
            "description": {
              "content": "Dashboard. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "dashboard"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6e0d658b-1cdd-4c46-abee-28c4d86216f8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"version\": \"\",\n  \"wallet\": \"\",\n  \"summary\": \"\",\n  \"recentSettlements\": [],\n  \"recent402Activity\": \"\",\n  \"topEndpoints\": [],\n  \"uptime\": \"<number>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "577fd09e-0090-40d2-9b20-bff52b69655d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eced294e-1d69-4c28-9440-048148e86d58",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46d115f8-63d1-4fac-868b-971361e97c29",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "dashboard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c5d483b-baa5-4d2a-a65b-a90c37dc34ab",
          "name": "Hourly",
          "request": {
            "name": "Hourly",
            "description": {
              "content": "Hourly. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "hourly"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1a9cff18-833b-4fab-a35a-7a230bf8df20",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "hourly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"period\": \"\",\n  \"hourly\": [\n    {\n      \"hour\": \"<string>\",\n      \"count\": \"<number>\"\n    },\n    {\n      \"hour\": \"<string>\",\n      \"count\": \"<number>\"\n    }\n  ],\n  \"total\": \"<integer>\",\n  \"endpointUsageTotal\": \"<integer>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bff247c-3a65-424d-9bae-2502df8517b5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "hourly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fdd9f219-1164-432a-98b2-ae185c8f66b8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "hourly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1cc21ee3-ef51-47e0-8432-f78e0e614e27",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "hourly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "398d2cae-c2d7-42e8-9ce3-f16b425b75fe",
          "name": "Events",
          "request": {
            "name": "Events",
            "description": {
              "content": "Events. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "analytics",
                "events"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d0c53e6c-baf3-4aa6-9ee2-143bca15580f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"events\": [],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c59f57a-7e5b-46d9-b39f-4638ca312a68",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "70b2ae59-5cb7-496f-a024-77aea62e9ec7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b955457c-6b75-4a28-95ec-3fa6680d0dcc",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "analytics",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "99ad4279-b567-4e27-82dc-995962528b72",
          "name": "Rate-limits",
          "request": {
            "name": "Rate-limits",
            "description": {
              "content": "Rate-limits. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "rate-limits"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "db22452d-c829-4cba-820b-81f410454b33",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"description\": \"<string>\",\n  \"tiers\": [],\n  \"baseLimits\": {},\n  \"examples\": [],\n  \"headers\": {},\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "464f3a01-d4bd-4c00-bccd-9324c1acf074",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d2491fd-bd14-4ae9-a1b3-0228e16ea6bf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "69e6ba52-a218-4881-b9e9-981313c71ede",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0cb23d6-4c2f-4fdf-a4ea-1dc6bf42be42",
          "name": "Check",
          "request": {
            "name": "Check",
            "description": {
              "content": "Check. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "rate-limits",
                "check"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "459ab57b-383d-44d8-86d4-aab14881bf27",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1abae70-6523-467a-8f68-3ce61a01011a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "535e63a9-e8e5-490f-8411-2b1f4e9f1d7b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8354e9b0-f8c3-442a-8f8f-a686632a1555",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "rate-limits",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ebbc634b-6dd4-49f9-9b03-555f82879f1f",
          "name": "List active SIWE sessions",
          "request": {
            "name": "List active SIWE sessions",
            "description": {
              "content": "Returns all active Sign-In with Ethereum sessions.\n\n**Requires:** Admin authentication (SIWE with admin privileges)\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "sessions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum sessions to return",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Pagination offset",
                    "type": "text/plain"
                  },
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cf2c5fb5-3558-4acc-9b6e-0c80cd4b1d55",
              "name": "List of active sessions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum sessions to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"sessions\": [\n    {\n      \"address\": \"<string>\",\n      \"label\": \"<string>\",\n      \"chain_id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"expires_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"requests\": \"<integer>\",\n      \"remembered\": \"<boolean>\"\n    },\n    {\n      \"address\": \"<string>\",\n      \"label\": \"<string>\",\n      \"chain_id\": \"<integer>\",\n      \"created_at\": \"<dateTime>\",\n      \"expires_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"requests\": \"<integer>\",\n      \"remembered\": \"<boolean>\"\n    }\n  ],\n  \"total\": \"<number>\",\n  \"timestamp\": \"<dateTime>\",\n  \"limit\": \"<number>\",\n  \"offset\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d865ef9-7b8c-474c-9ad0-93c2a7daa4cd",
              "name": "Unauthorized - Admin authentication required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum sessions to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16f165b6-c981-48af-b301-58aee7f4239d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "sessions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum sessions to return",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Pagination offset",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54781fe7-e7c7-4808-926a-64689e6e3444",
          "name": "Users",
          "request": {
            "name": "Users",
            "description": {
              "content": "Users. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e7b84549-6233-4793-86b7-ccb5f7a8d1fd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4f581aa-98c9-4ee2-a7e7-a6ab543966d8",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8a87ec05-a9d1-435b-901c-d6355149c2c7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "961c58ec-815b-4631-8190-78449860cf53",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1878d7be-6b5e-4459-bc9b-12b4d2f5357e",
          "name": "Users",
          "request": {
            "name": "Users",
            "description": {
              "content": "Users. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day. ⚠️ Requires authentication (SIWE). Returns 401 if not authenticated. See docs/ERRORS.md and auth setup docs.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "users",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "93b73c31-7e19-4d65-aa97-db57621454cb",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "782f4967-ca3f-4977-a9fe-077967a8795e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4ee62606-698a-410d-aad9-e704a2419af0",
              "name": "Unauthorized - Authentication required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c13e45b9-d541-4f59-afdd-f925256da146",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "273439a4-fb5c-4e8b-bf3a-ff32907665b3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2c06f7d4-43c6-4e41-ab9f-7099e2d2d77f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "users",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f7de5e00-eee4-420c-a8a4-0f583dfe92fb",
          "name": "Dashboard-summary",
          "request": {
            "name": "Dashboard-summary",
            "description": {
              "content": "Dashboard-summary. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "dashboard-summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5f66dc81-7e31-4f4e-abf5-24b380a8c857",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"overview\": \"\",\n  \"activity\": \"\",\n  \"tiers\": {},\n  \"revenue\": \"\",\n  \"wallet\": \"\",\n  \"system\": \"\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "731da4ce-b7e4-4f46-b716-db62836dfdef",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c1c2d41-d7dd-4286-b521-dd725a44ab31",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "60c427e4-d728-4bee-a16a-ba852f08a636",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "dashboard-summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8efdfb91-fe92-4546-b54a-10ed2290c1a9",
          "name": "Login-history",
          "request": {
            "name": "Login-history",
            "description": {
              "content": "Login-history. Administrative endpoint for system management and monitoring. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "login-history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "072d8bb7-b693-4e80-bb5b-3863c0b1de5f",
              "name": "Success Example unavailable (requires auth/payment or endpoint-specific parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5eba79a-c78e-4647-817e-329dd5ba85f6",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fee191d4-e661-4b69-b7a7-be1efbba16e3",
              "name": "Unauthorized - Authentication required",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cc3c4bf-0967-4cec-92c1-31aba246e6be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5724fc74-8b45-4569-bc31-eeca463ca193",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "login-history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84c2ef3d-ea16-4adf-8e58-75c8cdaf279f",
          "name": "API root",
          "request": {
            "name": "API root",
            "description": {
              "content": "Returns api root data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "59a9bda8-9c72-4cef-9214-bc358d4e896e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f2d4697-69fb-49dd-aec2-7517a36a2c47",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd6c803d-dca2-4fe6-952f-83f51c29d9d9",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Subscribe",
      "description": "Email subscription management for status updates (3)",
      "item": [
        {
          "id": "7a08495a-df6c-4274-b15c-5668b3450b6a",
          "name": "Get subscriber count",
          "request": {
            "name": "Get subscriber count",
            "description": {
              "content": "Returns the total number of status update subscribers (no personal data exposed)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subscribe",
                "count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bc8041eb-3602-4a9e-a3f5-9692b061522f",
              "name": "Subscriber count",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subscribe",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<number>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ebc90f-c89e-4075-a398-f113ceff4a6a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subscribe",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04e4e97a-dce7-4f3c-9637-0d0d953e7f05",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subscribe",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5f23661f-c13c-49d7-abeb-03d1d759356d",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subscribe",
                    "count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Status",
      "description": "System status, health history, and logging (3)",
      "item": [
        {
          "id": "5c6328be-52c8-4574-9e1f-4d0901903bcd",
          "name": "History",
          "request": {
            "name": "History",
            "description": {
              "content": "Returns history status information. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "status",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b3aefd92-7dbd-4c1e-a84f-d232dae991e0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"avgLatency\": \"<string>\",\n  \"daily\": [\n    {\n      \"avgLatency\": \"<integer>\",\n      \"checks\": \"<integer>\",\n      \"date\": \"<string>\",\n      \"uptime\": \"<string>\"\n    },\n    {\n      \"avgLatency\": \"<integer>\",\n      \"checks\": \"<integer>\",\n      \"date\": \"<string>\",\n      \"uptime\": \"<string>\"\n    }\n  ],\n  \"dataEnd\": \"<string>\",\n  \"dataStart\": \"<string>\",\n  \"overallUptime\": \"<string>\",\n  \"period\": \"<string>\",\n  \"totalChecks\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9e807f3-b4e6-438a-815e-f2da593fec1c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a4d6a9d8-e7a4-465f-9505-337181e07869",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d983f78e-bd07-41d2-84b8-66a6649df141",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "eb9378e2-c6c1-4f2b-81dc-59cb6184788f",
          "name": "Summary",
          "request": {
            "name": "Summary",
            "description": {
              "content": "Returns summary status information. Response follows standard API conventions.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "status",
                "summary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b586f33-e423-4cd6-944c-d018ccca3b82",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"avgLatency\": \"<string>\",\n  \"checksLast30Days\": \"<integer>\",\n  \"collecting\": \"<boolean>\",\n  \"lastCheck\": \"<string>\",\n  \"uptime30Days\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8630246e-ede1-4890-8c6f-44b337464b7b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "13379525-646c-402e-9692-9c8321de2b85",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "93998dc7-2f21-434d-ba14-a0ddc4389d0b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "status",
                    "summary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Health",
      "description": "System health monitoring, API status checks, and uptime verification endpoints.",
      "item": [
        {
          "id": "1f5c7736-7a1d-4be9-a92f-e88e258a754c",
          "name": "Health",
          "request": {
            "name": "Health",
            "description": {
              "content": "Returns health data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "ccip",
                "health"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dd555d78-dc8f-4d78-8d14-6d394341b9e4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "ccip",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"dbPath\": \"<string>\",\n  \"recordCount\": \"<integer>\",\n  \"status\": \"<string>\",\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa140320-c398-461b-bcea-2c3e7d399520",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "ccip",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "971d6d27-5266-4ef9-bbbc-d030319f6f0b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "ccip",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Alchemy",
      "description": "Enhanced Alchemy-powered endpoints for NFTs, balances, and transaction data. Some endpoints require payment.",
      "item": [
        {
          "id": "17028ce6-a532-4cb9-9af1-291d362d53a1",
          "name": "All ERC20 token balances",
          "request": {
            "name": "All ERC20 token balances",
            "description": {
              "content": "Returns all erc20 token balances data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "balances",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a610bcb6-b2b3-4c82-8794-5eadecd82ee2",
              "name": "Token balances for the address",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"balances\": [\n    {\n      \"contractAddress\": \"<string>\",\n      \"tokenBalance\": \"<string>\"\n    },\n    {\n      \"contractAddress\": \"<string>\",\n      \"tokenBalance\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bb08f5-d0a7-4d02-a6bd-5010891a6eae",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b231fb8-b040-477d-8d83-22a0da12b3e4",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05941752-2347-4533-afc9-e025c5ab5858",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb0dc1c9-6e9e-4e18-b2ab-03095241e188",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "453e6254-8757-43a6-ab5c-a709fab1c4eb",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "balances",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e0b4bf6-4d86-4545-9bcd-682b958267fe",
          "name": "NFT collection metadata",
          "request": {
            "name": "NFT collection metadata",
            "description": {
              "content": "Returns nft collection metadata data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "collection",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "8fc326e5-e8d5-44cd-96c4-494f474c9ff1",
              "name": "Collection metadata",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"totalSupply\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8fdde02-f454-4455-a362-93b144768b01",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e30667e6-dbd6-4204-8a71-4c61f1523c85",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b0ece64-5ead-40a6-9d8c-ce052354022b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c98bd294-1d05-4076-a0d1-76381be72e99",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c7308bd-7f38-4406-9135-37c5c12dadcd",
          "name": "Contracts deployed by address",
          "request": {
            "name": "Contracts deployed by address",
            "description": {
              "content": "Get contracts deployed by an Ethereum address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "contracts",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "a4d39b12-fa77-4d1d-ba4f-7fd3e0ba25cd",
              "name": "Contract metadata",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"name\": \"<string>\",\n  \"symbol\": \"<string>\",\n  \"tokenType\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4655682-fd4d-4453-bdf7-cffdf7c4e50b",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9135c48-bd32-4ddf-b1f6-9bf8999a424d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4e67fc9-1247-4cae-9022-d760141c7fc2",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b7ff9a0-2d45-4583-875f-a6ab313ef6a7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "contracts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18cebda8-d449-4868-977d-badb462af2bf",
          "name": "NFT collection floor price",
          "request": {
            "name": "NFT collection floor price",
            "description": {
              "content": "Returns nft collection floor price data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "floor",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "08898b91-0eb9-477a-8f6d-32ef09efd06e",
              "name": "Floor price data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "floor",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"floorPrice\": \"<number>\",\n  \"currency\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "742ce188-93cc-47ed-981d-c71e1b9ff93f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "floor",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6abbe4c1-2852-48fd-8fc3-f3035327b2fd",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "floor",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11f03dc8-0e0d-4eb7-8fdb-933c96748abc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "floor",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbaee0a0-46e2-46f6-b58b-2261c82152b1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "floor",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0f0675e-e22d-400a-bb76-6e4db464601c",
          "name": "Token/NFT holders count",
          "request": {
            "name": "Token/NFT holders count",
            "description": {
              "content": "Get holder count for a token or NFT contract",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "holders",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token/NFT contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "6ab1970a-d699-4741-a0b9-003e76ab758d",
              "name": "Holder count data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token/NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"holderCount\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e2d23b9-b63f-4527-ab4d-aeabf4d019ba",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token/NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb09c757-767c-4aba-80c5-a4e8880be69e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token/NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aad40c45-e564-4720-ac3e-ca1d4c914201",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token/NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eab2d47b-01ff-4626-b7a1-c26975ad13f4",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "holders",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token/NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "40afe6e7-a1d1-4328-aa45-c9778f7a2267",
          "name": "Single NFT metadata",
          "request": {
            "name": "Single NFT metadata",
            "description": {
              "content": "Returns single nft metadata data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "nft",
                ":contract",
                ":tokenId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token ID within the collection",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "cbf23862-e3d7-4c87-8427-e5358e233c58",
              "name": "NFT metadata",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"tokenId\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"image\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56520594-01ae-48bc-add1-992c12911b7d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16089930-5707-4052-ac70-631887fce714",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc463481-5bf8-43cf-8028-2eb93b542234",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21060608-b0a7-4215-be43-181cbec17141",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21b17abd-8222-4cee-91d3-00a3385ba175",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32563784-9e63-400a-9623-824955bc85ca",
          "name": "NFTs owned by address",
          "request": {
            "name": "NFTs owned by address",
            "description": {
              "content": "Returns nfts owned by address data. Response follows standard API conventions (direct payload unless otherwise noted). ⚠️ Requires payment (x402). Returns 402 Payment Required if not paid. See docs/PAYMENTS-X402.md.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "nfts",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "e84d40bb-7df6-4c90-9744-04c6903f7c57",
              "name": "NFT portfolio",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39f3a1b9-43f1-411a-8df6-8412777c8f8c",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "907fee9b-59b8-400f-bb38-5a059849877d",
              "name": "Payment Required - x402 micropayment needed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db888956-df08-48de-b67e-24d668fcea57",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "365fec4f-4682-401b-a5de-7304635ce86b",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4925e826-723b-4eff-aff2-1f0f7fa01d8b",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nfts",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11678dfc-fbf6-45de-b22a-690fe38a7a88",
          "name": "NFT collection owners",
          "request": {
            "name": "NFT collection owners",
            "description": {
              "content": "Get owner distribution for an NFT collection",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "owners",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d9eab735-41af-4a79-a661-46f533c5db7c",
              "name": "NFT owner distribution",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "owners",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"owners\": [\n    {\n      \"ownerAddress\": \"<string>\"\n    },\n    {\n      \"ownerAddress\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f9a815b-fa55-4285-bdaa-4eba30283946",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "owners",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8585e52-6ccf-4821-95ff-4ea40501f316",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "owners",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27c059e5-e422-4b30-a5c1-50e944af02a0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "owners",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "877cc066-1d7c-4fde-b931-cc820a71e5c9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "owners",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "aefba65d-c7e5-47a5-a23e-1a0ea89af219",
          "name": "NFT sales history",
          "request": {
            "name": "NFT sales history",
            "description": {
              "content": "Returns nft sales history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "sales",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "79893bf0-080a-4779-b603-66ac93283359",
              "name": "NFT sales data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "sales",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"sales\": [\n    {\n      \"tokenId\": \"<string>\",\n      \"sellerAddress\": \"<string>\",\n      \"buyerAddress\": \"<string>\",\n      \"marketplace\": \"<string>\",\n      \"price\": \"<string>\",\n      \"blockNumber\": \"<integer>\"\n    },\n    {\n      \"tokenId\": \"<string>\",\n      \"sellerAddress\": \"<string>\",\n      \"buyerAddress\": \"<string>\",\n      \"marketplace\": \"<string>\",\n      \"price\": \"<string>\",\n      \"blockNumber\": \"<integer>\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3741b83e-6209-4e0d-b485-5d41bb02c6fc",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "sales",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef4e6cc7-76c8-4dbc-abd1-9bf2adebd644",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "sales",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35490f5f-dccb-4c33-aa2c-6b071be544c3",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "sales",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbb511f6-8c2c-4259-8d3e-e9152f28708e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "sales",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9561ff24-7032-47c4-b9c1-1dc450534acb",
          "name": "Check if contract is spam",
          "request": {
            "name": "Check if contract is spam",
            "description": {
              "content": "Returns check if contract is spam data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "spam",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address to check",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "d1d4ca73-1ac7-4559-9d20-e20b559e5ff5",
              "name": "Spam classification result",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "spam",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address to check",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"isSpam\": \"<boolean>\",\n  \"spamClassifications\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c25bfd7-707c-4c28-a13a-9c97b6ff5e06",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "spam",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address to check",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f72e182a-0f16-44c6-b831-d280bfc70f67",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "spam",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address to check",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae749e57-7d84-46ae-8f42-994a9866eeb8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "spam",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address to check",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e3ccb29-b174-4ba7-91c5-4ccab49e4be8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "spam",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address to check",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c3eb046-8b95-493e-9235-6b4cd22e1d96",
          "name": "ERC20 token metadata",
          "request": {
            "name": "ERC20 token metadata",
            "description": {
              "content": "Returns erc20 token metadata data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "token",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) ERC20 token contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "b716828a-0fae-4fe8-98f1-2010ee2461e3",
              "name": "Token metadata",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ERC20 token contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"metadata\": {\n    \"decimals\": \"<integer>\",\n    \"logo\": \"<string>\",\n    \"name\": \"<string>\",\n    \"symbol\": \"<string>\"\n  },\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c103ee6-77c2-497a-aad4-0388c0254c17",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ERC20 token contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d74bfc85-385f-4215-bc22-760733b284c4",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ERC20 token contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b48a2f6-c8a5-4b39-85ad-3c5610c7bee8",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ERC20 token contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e31bd0e8-fcfb-400d-bd99-828be842ce81",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) ERC20 token contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b53f556-27a6-4a82-b08e-38bdbe3706ab",
          "name": "Token/NFT transfer history",
          "request": {
            "name": "Token/NFT transfer history",
            "description": {
              "content": "Get transfer history for an address (tokens and NFTs)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address (0x...)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "noauth"
            }
          },
          "response": [
            {
              "id": "7182b855-81c2-407c-bebb-852b470bc78c",
              "name": "Transfer history",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"transfers\": [\n    {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<number>\",\n      \"asset\": \"<string>\",\n      \"category\": \"erc20\",\n      \"hash\": \"<string>\",\n      \"blockNum\": \"<string>\"\n    },\n    {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<number>\",\n      \"asset\": \"<string>\",\n      \"category\": \"internal\",\n      \"hash\": \"<string>\",\n      \"blockNum\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad1409f6-75c5-4e5f-9c82-9a3c61e69565",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bfa4d2a-28cf-4cf2-a889-2183d2ddf797",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e36f21a-ac3c-4eeb-b0a9-8a12022fb177",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7a09c5f-0d55-45db-9412-a6a8f33e2cd8",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address (0x...)",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b70334c-ff7f-44da-aeec-d7abee1724da",
          "name": "Asset transfer history",
          "request": {
            "name": "Asset transfer history",
            "description": {
              "content": "Get ERC20, ERC721, and ERC1155 transfers for an address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "asset-transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e57b30ae-801e-485a-8f71-3f44da07ecd5",
              "name": "Transfer history",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "asset-transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"direction\": \"both\",\n  \"transfers\": [\n    {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<number>\",\n      \"asset\": \"<string>\",\n      \"category\": \"erc721\",\n      \"hash\": \"<string>\",\n      \"blockNum\": \"<string>\"\n    },\n    {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<number>\",\n      \"asset\": \"<string>\",\n      \"category\": \"erc20\",\n      \"hash\": \"<string>\",\n      \"blockNum\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\",\n  \"count\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86c8aec0-2370-43c6-919c-2f267fd00a13",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "asset-transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b01f371-b3c2-4c70-a9ea-e96af266daaf",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "asset-transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0adb2050-d700-4f07-9052-8e12d4c4df58",
          "name": "Transaction receipt",
          "request": {
            "name": "Transaction receipt",
            "description": {
              "content": "Returns transaction receipt data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "tx-receipt",
                ":hash"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hash",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Transaction hash",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1d992cef-9bda-4bbb-a505-ba5d527b772d",
              "name": "Transaction receipt",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "tx-receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"hash\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"status\": \"success\",\n  \"blockNumber\": \"<number>\",\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"contractAddress\": \"<string>\",\n  \"gasUsed\": \"<number>\",\n  \"effectiveGasPrice\": \"<number>\",\n  \"logsCount\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5271f9e1-0b5f-48fa-bc6a-1b80ae4273e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "tx-receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89a054cb-a60b-4c56-a54b-b8b5f3c4eefe",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "tx-receipt",
                    ":hash"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Transaction hash",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hash"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92753594-52e3-43b5-9800-26270f7b0bf5",
          "name": "Get block by number",
          "request": {
            "name": "Get block by number",
            "description": {
              "content": "Get block data including transactions count",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "block",
                ":blockNumber"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "blockNumber",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Block number",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2efe44e8-dff2-4cb6-b621-20e6a5749387",
              "name": "Block data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "block",
                    ":blockNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "blockNumber"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"number\": \"<number>\",\n  \"hash\": \"<string>\",\n  \"timestamp\": \"<number>\",\n  \"miner\": \"<string>\",\n  \"gasUsed\": \"<number>\",\n  \"gasLimit\": \"<number>\",\n  \"baseFeePerGas\": \"<integer>\",\n  \"txCount\": \"<number>\",\n  \"source\": \"<string>\",\n  \"fetchedAt\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aed57b74-4b07-4508-8ce8-a9c160a10bd1",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "block",
                    ":blockNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "blockNumber"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48355070-65ea-4ab5-8fa6-c6158fb88e1a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "block",
                    ":blockNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Block number",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<integer>",
                      "key": "blockNumber"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ffcf524-e552-487b-834d-d3fa2ab48ce6",
          "name": "Contract event logs",
          "request": {
            "name": "Contract event logs",
            "description": {
              "content": "Returns contract event logs data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "logs",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "79bb218f-b8ea-4fa8-bcd8-c597dc51ce61",
              "name": "Contract event logs",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"logs\": [\n    {\n      \"blockNumber\": \"<integer>\",\n      \"transactionHash\": \"<string>\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"data\": \"<string>\"\n    },\n    {\n      \"blockNumber\": \"<integer>\",\n      \"transactionHash\": \"<string>\",\n      \"topics\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"data\": \"<string>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7352aaf8-1c1a-4c4b-a95a-00e593f0a55f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1007a340-47a5-4ea2-ab45-efcd5fc35d11",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a500078b-8349-48e5-8115-94a8daed6fb2",
          "name": "Pending transactions",
          "request": {
            "name": "Pending transactions",
            "description": {
              "content": "Returns pending transactions data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "pending-txs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "59b7d6c3-cde9-4460-8657-58b587488692",
              "name": "Pending transactions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "pending-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"chain\": \"<string>\",\n  \"transactions\": [\n    {\n      \"hash\": \"<string>\",\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"hash\": \"<string>\",\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "348f8047-5fcb-482c-91d2-e5d1e5b79216",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "pending-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "011a4499-85e9-42c8-86c0-d9e422d517ce",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "pending-txs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4a5cde5b-d719-460a-a06e-fbf617d24d0c",
          "name": "Token allowances",
          "request": {
            "name": "Token allowances",
            "description": {
              "content": "Get ERC20 token allowances for owner/spender pair",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "allowances",
                ":owner",
                ":spender"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "owner",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token owner address",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "spender",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Approved spender address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "272645a7-74f1-4148-863b-6b8cb10572b5",
              "name": "Token allowances",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "allowances",
                    ":owner",
                    ":spender"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token owner address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "owner"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Approved spender address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "spender"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"owner\": \"<string>\",\n  \"spender\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"allowances\": [\n    {\n      \"contractAddress\": \"<string>\",\n      \"tokenBalance\": \"<string>\"\n    },\n    {\n      \"contractAddress\": \"<string>\",\n      \"tokenBalance\": \"<string>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21778300-70fc-4650-807e-59e68943f609",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "allowances",
                    ":owner",
                    ":spender"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token owner address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "owner"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Approved spender address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "spender"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97c901bf-a5f2-468f-9c82-3beaa9ef5464",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "allowances",
                    ":owner",
                    ":spender"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token owner address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "owner"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Approved spender address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "spender"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7907bc67-d1ac-41be-b8c3-bb23e0557547",
          "name": "Collection trait attributes",
          "request": {
            "name": "Collection trait attributes",
            "description": {
              "content": "Get NFT collection trait distribution (trait types and value counts)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "collection",
                ":contract",
                "attributes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b8b2c4e-0ca2-460c-a9e8-2b5991fe46e0",
              "name": "Collection trait distribution",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "attributes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"summary\": {\n    \"key_0\": {\n      \"key_0\": \"<integer>\"\n    },\n    \"key_1\": {\n      \"key_0\": \"<integer>\"\n    }\n  },\n  \"totalSupply\": \"<string>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fcb9dcc-7194-4312-b933-edcfa432464d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "attributes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04a723cf-af9b-4be7-bc0b-58d2693cd72d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "attributes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "acc2c4f5-5a65-433c-b640-83e9cfef4884",
          "name": "NFT rarity score",
          "request": {
            "name": "NFT rarity score",
            "description": {
              "content": "Get rarity data for a specific NFT based on trait prevalence",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "nft",
                ":contract",
                ":tokenId",
                "rarity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Token ID within the collection",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fc00177d-2fbe-48ef-8627-8e9fbebb461f",
              "name": "NFT rarity data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"tokenId\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"rarities\": [\n    {\n      \"traitType\": \"<string>\",\n      \"value\": \"<string>\",\n      \"prevalence\": \"<number>\"\n    },\n    {\n      \"traitType\": \"<string>\",\n      \"value\": \"<string>\",\n      \"prevalence\": \"<number>\"\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "847a471b-a51f-44c9-a2a7-c746fb26f61a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e1bcd29-9e8e-4185-b7b8-26eed50dbc6f",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Token ID within the collection",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "87752e1a-60d7-49dd-90b4-ce81cece0d3f",
          "name": "Search NFT collections",
          "request": {
            "name": "Search NFT collections",
            "description": {
              "content": "Search for NFT collections by name or keyword",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "collections",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Search query",
                    "type": "text/plain"
                  },
                  "key": "q",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "58159b65-0353-424f-8d43-9c9c823845ed",
              "name": "Collection search results",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collections",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"query\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"contracts\": [\n    {\n      \"address\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"totalSupply\": \"<string>\",\n      \"tokenType\": \"ERC721\",\n      \"contractDeployer\": \"<string>\",\n      \"deployedBlockNumber\": \"<integer>\",\n      \"openSeaMetadata\": {\n        \"floorPrice\": \"<number>\",\n        \"collectionName\": \"<string>\",\n        \"collectionSlug\": \"<string>\",\n        \"imageUrl\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"name\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"totalSupply\": \"<string>\",\n      \"tokenType\": \"ERC721\",\n      \"contractDeployer\": \"<string>\",\n      \"deployedBlockNumber\": \"<integer>\",\n      \"openSeaMetadata\": {\n        \"floorPrice\": \"<number>\",\n        \"collectionName\": \"<string>\",\n        \"collectionSlug\": \"<string>\",\n        \"imageUrl\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ],\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b0bc1d5-a9d7-41b7-a2fd-9b71f8bf5dbb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collections",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d05ebb49-ec44-4783-b562-7fa647a5cdc6",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collections",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Search query",
                        "type": "text/plain"
                      },
                      "key": "q",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44b2be24-4dbd-4880-9105-32823b17569f",
          "name": "Collection sales history",
          "request": {
            "name": "Collection sales history",
            "description": {
              "content": "Returns collection sales history data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "alchemy",
                "collection",
                ":contract",
                "sales"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) NFT collection contract address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b97b348b-318e-4d1b-830c-8cd83455a831",
              "name": "Collection sales data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "sales"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contract\": \"<string>\",\n  \"chain\": \"<string>\",\n  \"sales\": [\n    {\n      \"tokenId\": \"<string>\",\n      \"sellerAddress\": \"<string>\",\n      \"buyerAddress\": \"<string>\",\n      \"marketplace\": \"<string>\",\n      \"price\": \"<string>\",\n      \"blockNumber\": \"<integer>\"\n    },\n    {\n      \"tokenId\": \"<string>\",\n      \"sellerAddress\": \"<string>\",\n      \"buyerAddress\": \"<string>\",\n      \"marketplace\": \"<string>\",\n      \"price\": \"<string>\",\n      \"blockNumber\": \"<integer>\"\n    }\n  ],\n  \"count\": \"<number>\",\n  \"source\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7c3f14e-a46a-4b86-a739-f840a6bbcd2f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "sales"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd199e5b-1db7-4a18-9a50-f68d26fb93a5",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "alchemy",
                    "collection",
                    ":contract",
                    "sales"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) NFT collection contract address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"UNAUTHORIZED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Explorer",
      "description": "Block explorer integration data including address lookups, contract verification, and network stats.",
      "item": []
    },
    {
      "name": "Crypto-providers",
      "description": "External crypto data provider integrations.",
      "item": [
        {
          "id": "9ead4ead-96a6-4e0b-a97c-67ebca34911b",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Returns stats data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "crypto-providers",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "091d7da8-11b7-454b-a027-b250075f3437",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "crypto-providers",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ab55608-c7b2-45e1-91a4-d1dc51f99cf9",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "crypto-providers",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3a238be6-8bfe-44f5-b6af-8523e862c84c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "crypto-providers",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6fb1adea-365e-452d-96fb-ca62e9894675",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "crypto-providers",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Subnames",
      "description": "ENS subname registration and management (20+)",
      "item": [
        {
          "id": "bd621c63-c9be-4563-a39a-cb5ba76d821b",
          "name": "Subnames",
          "request": {
            "name": "Subnames",
            "description": {
              "content": "Subnames. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "941ab505-821b-4d72-aef7-bd2dcf16e501",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"parent\": \"<string>\",\n  \"subnames\": [\n    \"\",\n    \"\"\n  ],\n  \"timestamp\": \"<string>\",\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aca1edb9-f6b8-4cbf-a95f-c6f1d95fee8e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e368f53b-d5a8-43f1-93b9-e94e2fff2719",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b9d8f81-979d-479c-8dd6-b9886b5498f7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "41fd1ae3-27d0-4a28-b26c-e9fac369ade1",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a278ac61-ea00-4ad5-b2b0-6f04044c9374",
          "name": "By-owner",
          "request": {
            "name": "By-owner",
            "description": {
              "content": "By-owner. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                "by-owner",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4043d122-3696-4136-838b-0ff48d3b93aa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "by-owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"owner\": \"<string>\",\n  \"parent\": \"<string>\",\n  \"subnames\": [\n    \"\",\n    \"\"\n  ],\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21223db6-6338-4135-b467-6f35c5075790",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "by-owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "081d474b-c6a4-4798-8b3b-740eb185213d",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "by-owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d116329-cd63-4d44-8837-a834eefd8271",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "by-owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d092a50e-9f8f-4ba8-afb7-b6d4d95428aa",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "by-owner",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4195b12e-49ff-4ce2-a216-10d537ed2ced",
          "name": "All",
          "request": {
            "name": "All",
            "description": {
              "content": "All. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                "all"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "be409304-d64c-4d35-adde-eb9472cad615",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"count\": \"<integer>\",\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"parent\": \"<string>\",\n  \"subnames\": [\n    \"\",\n    \"\"\n  ],\n  \"timestamp\": \"<string>\",\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d4267e5-ca9e-4dfe-afb1-730a523b4d92",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c1d29cf4-3737-429f-9e99-34f6e299db2e",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae538f26-9a07-4e21-ae88-a5d91c0e08a7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a61be103-6224-49f4-9714-be4e20e78176",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "all"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "faa47ce4-94f4-4d7e-b9e5-0340ee4cf1d8",
          "name": "Get stats",
          "request": {
            "name": "Get stats",
            "description": {
              "content": "Stats. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                "stats"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb2eedb0-25f3-4f08-bf4c-31641918621b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"links\": {\n    \"all_subnames\": \"<string>\",\n    \"api_docs\": \"<string>\",\n    \"register\": \"<string>\"\n  },\n  \"parent\": \"<string>\",\n  \"stats\": {\n    \"first_registration\": \"<string>\",\n    \"latest_registration\": \"<string>\",\n    \"top_owners\": [\n      \"\",\n      \"\"\n    ],\n    \"total_subnames\": \"<integer>\",\n    \"unique_owners\": \"<integer>\"\n  },\n  \"timestamp\": \"<string>\",\n  \"key_0\": 7792,\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46ef7bbc-49d7-488a-b534-84697f897ecb",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a531c3f-57a9-423d-b433-517e18668545",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a09054f-8cae-471a-98c6-cf7aec61eb30",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c6252ab0-5b43-45e8-9ea1-fc740e11ae8e",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "stats"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "75003208-f978-4210-81b2-0ba0bffa1314",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "Search. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee4b8747-5cc0-4c40-a4d1-706fb6636487",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66f67050-7013-4512-801a-0df6f8fed74f",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "faf3d5e5-3e0b-44db-94b8-10397eec9b68",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77f62adc-b42a-43d5-b997-6cd334ee3733",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e72e4de8-735e-40d5-a25d-d2eb77fb0d6c",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c6463e1-e8ae-4136-ace9-d268262e083d",
          "name": "Available",
          "request": {
            "name": "Available",
            "description": {
              "content": "Available. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                ":name",
                "available"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "08e348be-7348-49d2-a73a-c198f8d6ed3e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "available"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"available\": {\n    \"available\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"notTaken\": \"<boolean>\",\n    \"parentSupported\": \"<boolean>\",\n    \"reserved\": \"<boolean>\",\n    \"valid\": \"<boolean>\",\n    \"key_0\": 7214.541342394512\n  },\n  \"fullName\": \"<string>\",\n  \"name\": \"<string>\",\n  \"parent\": \"<string>\",\n  \"pricing\": {\n    \"price\": \"<number>\",\n    \"priceFormatted\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"tier\": \"<string>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab365394-bf54-4562-8410-67520c50d857",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "available"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "04304a2f-b440-4899-b7ea-f6d5bd7c8b10",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "available"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af73409e-28df-4325-bcf1-d6d1e38984be",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "available"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aaa69eb1-5f18-46e3-965e-e31b86f2088f",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "available"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "110d1d12-3837-4886-9ceb-fe6f99433226",
          "name": "Subnames",
          "request": {
            "name": "Subnames",
            "description": {
              "content": "Subnames. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8f4c6007-0356-4eb9-8abf-bbd16973c18d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"available\": \"<boolean>\",\n  \"exists\": \"<boolean>\",\n  \"fullName\": \"<string>\",\n  \"name\": \"<string>\",\n  \"parent\": \"<string>\",\n  \"pricing\": {\n    \"price\": \"<number>\",\n    \"priceFormatted\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"tier\": \"<string>\",\n    \"key_0\": true\n  },\n  \"register\": \"<string>\",\n  \"reserved\": \"<boolean>\",\n  \"timestamp\": \"<string>\",\n  \"valid\": \"<boolean>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d737d60-4395-4ed3-ad96-95765a9ab41d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "462e870e-af9b-47dc-be2f-c4cb5985c3ec",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "930b9da2-fa5d-4264-aa5d-86e50b7d3d43",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c8f87673-1434-4312-a414-5f21125b6159",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "993673a9-f99b-4141-a01a-c6a2c727fe14",
          "name": "Get price",
          "request": {
            "name": "Get price",
            "description": {
              "content": "Price. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                ":name",
                "price"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0818b562-16be-4fcb-a79d-a0b6f8da281a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"available\": {\n    \"available\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"notTaken\": \"<boolean>\",\n    \"parentSupported\": \"<boolean>\",\n    \"reserved\": \"<boolean>\",\n    \"valid\": \"<boolean>\"\n  },\n  \"fullName\": \"<string>\",\n  \"name\": \"<string>\",\n  \"parent\": \"<string>\",\n  \"pricing\": {\n    \"currency\": \"<string>\",\n    \"network\": \"<string>\",\n    \"price\": \"<number>\",\n    \"priceFormatted\": \"<string>\",\n    \"reason\": \"<string>\",\n    \"tier\": \"<string>\"\n  },\n  \"timestamp\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "398a3bde-6767-4780-948a-d9fe622733c5",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "11d56209-19e2-466e-b59d-18a0efcf588b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43b15522-8e52-44bf-a0c0-69b7f3f84c20",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efb32696-50c2-4ff9-9c3b-9f55e4b448d9",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    ":name",
                    "price"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d0ec016-6709-4e8a-901d-552aa4165a14",
          "name": "Purchase",
          "request": {
            "name": "Purchase",
            "description": {
              "content": "Purchase. ENS subname registration and management. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "subnames",
                ":parent",
                "purchase"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "parent",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The parent parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "620a4a26-b6ea-4cda-b183-03840553f658",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6412ff21-b4cd-4013-bc96-52b7de24f57a",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "47cad7b5-c66b-478e-a64c-5bc68e5dcb23",
              "name": "Payment Required - x402 micropayment needed for this endpoint",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Payment Required",
              "code": 402,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\",\n  \"message\": \"<string>\",\n  \"payment\": {\n    \"scheme\": \"<string>\",\n    \"price\": \"<string>\",\n    \"network\": \"<string>\",\n    \"asset\": \"<string>\",\n    \"payTo\": \"<string>\"\n  },\n  \"facilitator\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20723ec2-b790-46eb-bca8-2f942a9482c3",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4bfa4478-7b61-47e3-8ee7-4c2c9552675d",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3d04909-5584-453f-a0ae-33b469d14647",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "subnames",
                    ":parent",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The parent parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "parent"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Safe",
      "description": "Gnosis Safe multisig wallet data including owners, transactions, and pending proposals.",
      "item": [
        {
          "id": "44a2ddb5-87e4-41b0-83d9-d672df3722b8",
          "name": "Balances",
          "request": {
            "name": "Balances",
            "description": {
              "content": "Returns balances data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                ":address",
                "balances"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "86ff0afc-4e7d-41d8-8dcd-d6cc6d574f49",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "balances"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9a5f2af-4888-43f0-9b24-eba342374509",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "balances"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9c604c4-a0b0-4232-8648-b4759c926731",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "balances"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f8df337-37ec-476a-a33f-8e34d7424bb1",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "balances"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6bb22f13-9026-4f5b-8ee7-c169259cadb6",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "balances"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d1fe4526-7785-407f-8d48-0821b7826e8f",
          "name": "Transactions",
          "request": {
            "name": "Transactions",
            "description": {
              "content": "Transactions.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                ":address",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b9d035d0-0342-486c-827a-460012ccb9f2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8aec25e3-737f-49c7-84a6-77c3d837ee20",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9f20ba25-b7a7-4316-b720-d20dcf8bc9d2",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "663cc62e-f171-4865-9382-eb103ea7ede0",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0a379be5-9cd2-49ef-a371-023acd71d228",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b55195f-8de0-48c7-97d8-6a9f4d298d0f",
          "name": "Pending",
          "request": {
            "name": "Pending",
            "description": {
              "content": "Returns pending data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                ":address",
                "pending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0d67a696-3434-4c9a-8808-5ad62c377f11",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "pending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be6c2dc7-e9f2-4268-94a0-ea35e9786248",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "pending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bf717458-0886-4034-bf8a-62b337f75291",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "pending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ace00d54-231c-4264-8b5e-a9eda649f66c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "pending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "47fad058-d510-4411-b6dc-1cd2d3741de3",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "pending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e7d2cdd3-74cd-4ce6-b8e4-6fd356dd288c",
          "name": "Owners",
          "request": {
            "name": "Owners",
            "description": {
              "content": "Returns owners data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                ":address",
                "owners"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a57ca75a-9c16-4f8f-aa46-b231d74fbbf5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ffc3422-3d96-4ad7-b14f-10f4b8871745",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "faa52d64-27df-437d-9d65-bd35b51ab34b",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23f9a9db-ee29-4e85-95bd-845f85ba93bc",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c4553115-4951-418b-aa85-58cac73271be",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    ":address",
                    "owners"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "190287c7-7879-4525-9890-6a03a774222b",
          "name": "Check",
          "request": {
            "name": "Check",
            "description": {
              "content": "Returns check data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "safe",
                "check",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "98f5ae66-e10b-46f4-a72c-af533cd79fc0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    "check",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d71771e-ce7d-4d98-923d-7b48c5a02a6e",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    "check",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3a387e0-3ce8-4633-a8e5-0e0f813795d0",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    "check",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4509e4f9-9e60-4033-9c5d-936fcff37a75",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    "check",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8bc41aad-08e3-4a6d-b5e7-7f64f2ec0746",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "safe",
                    "check",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Image-proxy",
      "description": "Image proxy and CDN endpoints for secure NFT metadata and asset delivery.",
      "item": [
        {
          "id": "c4efa7cb-d1ee-454c-81f3-3bda1b068caa",
          "name": "Image-proxy",
          "request": {
            "name": "Image-proxy",
            "description": {
              "content": "Returns image-proxy data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "image-proxy"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "32473104-3e15-4601-a127-0b8c31db25ba",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "image-proxy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2ef543b-2240-489a-a299-c699051d2b93",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "image-proxy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d608bd38-afd4-4869-b71c-44b11eded40a",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "image-proxy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "75f5781f-e589-4e63-bd6b-48ca9df49537",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "image-proxy"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Qrcode",
      "description": "QR code generation utilities for addresses, transactions, and payment requests.",
      "item": [
        {
          "id": "134dbea3-9d1e-4887-b65d-48dd20ca48ea",
          "name": "Url",
          "request": {
            "name": "Url",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUrl.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "qrcode",
                "url"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2ed780e4-2b4f-40dc-b30e-b93925cae599",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13e9cc39-b1d3-44ce-8a41-bd1f2e41e511",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c800a785-3771-4e9e-8586-686fd3792791",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4bc4b9ab-6417-474d-8c8c-b8e3b747d6e2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "url"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1894f518-8fb6-4b6e-8273-7140668fed30",
          "name": "Address",
          "request": {
            "name": "Address",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAddress.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "qrcode",
                "address",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "763b3731-2075-46ca-92db-f67adbd0260b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "339e129b-af99-4009-9d9d-94940902e83c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "65407006-ab0e-4462-8e61-1ea1ffa08a86",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87d4495d-7de6-4277-a74b-7fbfc6ac7b3a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3e6f4dd4-59be-4d4e-937f-7c0456d2acf5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "address",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a14e5855-24b6-47c3-b49d-9e306ce85650",
          "name": "Ens",
          "request": {
            "name": "Ens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEns.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "qrcode",
                "ens",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1574f486-e063-4fc9-9466-623098df8602",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02b8c5f6-35de-4409-bb8a-16376beedc5e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fb561378-c9d5-4b9c-93df-6dab9b418c34",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af703cb3-55ce-45ac-961c-c1ce2a95e63e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "56bb9d97-59e8-4e9e-a74e-cdea12ecdd53",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "ens",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48a8d36e-fdf7-494d-a644-7d1484c6d5d9",
          "name": "Payment",
          "request": {
            "name": "Payment",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPayment.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "qrcode",
                "payment"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1324769f-1c57-4511-9056-164a4f318c1c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "payment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08923f56-1f32-4bfb-bfa7-fc1d53b993c0",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "payment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5a677a51-5b92-4b49-9fbc-1448c48f4f71",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "payment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dc0ffb0b-26f9-4b6a-b7ac-a664c16bc7a4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "payment"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "391a17b4-169e-4685-83c9-bdad92e41628",
          "name": "Profile",
          "request": {
            "name": "Profile",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nProfile.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "qrcode",
                "profile",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4103cd7e-1c34-4ef1-b866-e5d754727396",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47dbd82c-6471-4b10-9bb0-7ff15c27710b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff6b1825-380a-45b3-b82d-76e8f8188c5f",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0168c736-bc29-4604-8e88-68f5eb20b074",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0a9b65e-43d0-41d2-931e-0039764b3e89",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "qrcode",
                    "profile",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Spam",
      "description": "Spam detection and filtering for tokens, NFTs, and transactions.",
      "item": []
    },
    {
      "name": "Allowances",
      "description": "ERC-20 token allowance queries for approval tracking and security auditing.",
      "item": []
    },
    {
      "name": "Balances",
      "description": "Token and native balance queries across chains including ERC-20, ERC-721, and ERC-1155.",
      "item": []
    },
    {
      "name": "Asset-transfers",
      "description": "Asset transfer history including tokens, NFTs, and native currency movements.",
      "item": []
    },
    {
      "name": "Holders",
      "description": "Token holder distribution data including top holders, concentration, and transfer patterns.",
      "item": []
    },
    {
      "name": "Contracts",
      "description": "Smart contract data including ABI, source code, verification status, and deployment info.",
      "item": []
    },
    {
      "name": "Coin",
      "description": "Cryptocurrency coin data including market caps, prices, and supply metrics.",
      "item": [
        {
          "id": "d51e4c0e-2447-4ba4-82e6-74dd7d8b460b",
          "name": "Coin",
          "request": {
            "name": "Coin",
            "description": {
              "content": "Returns coin data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coin",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4062e6b1-f2fa-4dc5-9955-6d65a188d462",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 4620.156994405915\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d322ff7-849e-4400-aa26-cb6d3f6f14e7",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eae19638-5f9f-487f-94cd-41817e920775",
              "name": "Resource not found. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db5c560d-fc9a-4104-8156-50f31609fdf7",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dc5f6f81-a032-4558-989d-d1fc64354f3a",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Count",
      "description": "Count and statistics endpoints for aggregated metrics and data summaries.",
      "item": []
    },
    {
      "name": "Query",
      "description": "General-purpose query endpoints for flexible data retrieval and custom filters.",
      "item": []
    },
    {
      "name": "Timestamp",
      "description": "Timestamp conversion utilities for block times, Unix epochs, and date formatting.",
      "item": [
        {
          "id": "0222fec3-a6ff-407b-ab66-eef1b2c4192b",
          "name": "Timestamp",
          "request": {
            "name": "Timestamp",
            "description": {
              "content": "Returns timestamp data. Response follows standard API conventions (direct payload unless otherwise noted).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f618f96c-288b-4557-9f65-136bfcb0e68c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "744c6e64-eaaa-4254-88b0-aac91acd1b9d",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f0497ba5-61fe-4cd6-9134-a4822854da01",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d62c5556-5094-479c-a7cd-901d02d973ba",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Payment",
      "description": "Payment and billing endpoints for credit management and subscription handling.",
      "item": [
        {
          "id": "69b0a750-db8b-4d35-9a8b-641ed8e2b5f0",
          "name": "x402 Payment Configuration",
          "request": {
            "name": "x402 Payment Configuration",
            "description": {
              "content": "Returns x402 payment configuration for automated payment clients.\n\n### Response Includes\n- Receiver wallet address\n- Supported network (Base)\n- Supported asset (USDC)\n- Facilitator URL\n\n### Used By\n- x402 SDK clients\n- Payment automation tools\n- Wallet integrations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                ".well-known",
                "x402"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c3be23b0-65e2-48e3-a5f9-20c6ac0b42d8",
              "name": "Payment configuration Example is partial; see schema for full field set.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"info\": {\n    \"key_0\": \"string\"\n  },\n  \"resources\": {\n    \"key_0\": 4899.040708569886,\n    \"key_1\": 6399,\n    \"key_2\": 6883\n  },\n  \"x402Version\": \"<number>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e27530fb-8a1d-40dd-8a52-cb18218e88ed",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88219ab5-cbbb-4000-b6c2-0d328b859631",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    ".well-known",
                    "x402"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"<string>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Other",
      "description": "Miscellaneous utility endpoints that don't fit standard categories.",
      "item": []
    },
    {
      "name": "Btc-dominance",
      "description": "Bitcoin market dominance metrics and historical trends versus altcoin market cap.",
      "item": [
        {
          "id": "ee488d88-74bb-4094-b462-4f06bf8adfae",
          "name": "Btc-dominance",
          "request": {
            "name": "Btc-dominance",
            "description": {
              "content": "Btc-dominance.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "btc-dominance"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5504a133-948a-42be-a67f-34e2e484b1e3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"source\": \"<string>\",\n  \"timestamp\": \"<string>\",\n  \"key_0\": 4620.156994405915\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41555f04-645e-47b1-8735-a5a260513fca",
              "name": "Bad request - invalid parameters. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fbac7a7c-2771-4efb-a855-676a622f277c",
              "name": "Rate limit exceeded. Returns RateLimitError schema with upgrade guidance. See docs/ERRORS.md for handling.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d7093e83-8300-426f-b92c-558e6ce1bcb7",
              "name": "Internal server error. Returns Error or ErrorResponse schema. See docs/ERRORS.md for details.",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "btc-dominance"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "CCIP",
      "description": "ERC-3668 CCIP-Read gateway for off-chain ENS resolution",
      "item": []
    },
    {
      "name": "Bundles",
      "description": "",
      "item": [
        {
          "id": "d12574b7-0384-47a7-bbb8-0917c53c37de",
          "name": "Ethereum",
          "request": {
            "name": "Ethereum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1c537811-a753-4633-9147-ef9e504f6057",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a558f3ce-8636-4c3c-b0ca-d25b9aea016c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f76ec9e-84fe-4c26-8574-2bc751c784e5",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "423696d9-35a9-412b-84d6-8c2e575bdc36",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "313d61ba-76aa-40b5-a346-5c22958b994e",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBase. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8d76ff4d-8279-41e7-b8b2-c03450570f2f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84b56314-22ba-44a0-8be9-5a8c4459394d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "df4366b5-1366-40b3-8d20-aad1d248d767",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2ba88e22-cb5d-4953-ba3a-e982c16a43d5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "06d38b31-f743-459d-b887-d31b3c189367",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nArbitrum. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9660204e-71b5-4883-abfb-d12e95c3fa58",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6c4f5de-e9b3-4f23-ad9c-6fa5217d49f6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "bb2f97c5-5e88-4a74-aa55-18e6167648b3",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c8f308d9-13fb-43d1-84d6-23f30ca9e3a9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af0d0646-9b5e-4b4c-b554-8008c8d82a10",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOptimism. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d2f05052-61d0-44c4-9aa8-34ae7228034c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dab6de3b-fa92-46c9-91d2-6cd04a8b642f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c4086006-1e2b-42fc-a7ce-06af0233211b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3f413dd2-ea92-43ff-8392-858550ad065a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2e2c97d-38f4-44fb-9ee9-9f29cddb2820",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolygon. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c516275-ac1e-4853-96f9-0a1548e93a5f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e99879ef-3df9-493f-9128-ca2ddf4056b3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1c07cf9b-c436-4e63-a60a-a6e0a3d38280",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8fcd6457-b3b1-4eca-b8ef-80b584988a94",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f6854aae-04e3-453b-ab0d-55da14d07f91",
          "name": "Market",
          "request": {
            "name": "Market",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarket. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "market"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c9be2688-f4dc-4e7f-acb3-f6d15f4e7ed9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7e61770-458a-4b57-a408-c37a09f48fac",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1e376ec0-2efa-4eb6-a79b-537a2d68c9cd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "04be6056-c03c-4127-bdf8-4394ab00c86b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "market"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "17e5a4b4-bcba-4342-8afa-2274229d7730",
          "name": "Defi",
          "request": {
            "name": "Defi",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDefi. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "defi"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e330d8a1-24c7-441c-8cf8-6feb37858c3d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de1ed3dc-7efd-417b-9543-465f3b103b16",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6e0dfe29-fca9-45a3-9089-d34e7cbd79bd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d943110-d588-4af6-a4b7-150d20dc950a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "defi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "771c4c64-f0d6-493d-a674-4011fea97d14",
          "name": "Ens",
          "request": {
            "name": "Ens",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEns. Bundled data endpoints for efficient fetching. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "bundles",
                "ens"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "03a52d78-acf6-42f2-b9ac-be52e17b823b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "412a4b3b-46d0-403d-bfee-2aa027a79e46",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c77f4b24-7b22-48a9-99f7-1ffcb972517c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "858eb289-2e3d-4065-bf43-85cacd4fb41e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "bundles",
                    "ens"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Coincap",
      "description": "",
      "item": [
        {
          "id": "24cb0399-c105-42d6-8c8c-e9ed36b97df1",
          "name": "Assets",
          "request": {
            "name": "Assets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAssets. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "assets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d0e9622d-434a-41b5-a8ac-da759206d686",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74df9741-7f19-4de1-9e2c-b1bf1e26d8ae",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0c6461d2-6c34-4a97-b758-caea481b2bf9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ab80ec67-9f01-463c-ab6c-49ee23bac49d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3cadbba-99fb-421e-aa07-cc412f1b902f",
          "name": "Asset",
          "request": {
            "name": "Asset",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "asset",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0ec058e8-715e-4fb9-8ff4-5fbe7466475b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac6af5ca-f3d1-4d61-a3c0-adbaedfc6519",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e5e27073-7fb9-4000-89ae-43e8a1025cdf",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c64158ac-3647-473f-b6cc-f264c5156bf8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ce2e1903-aacf-4a02-bede-dec929f8fb14",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7034657a-aa4c-4bd2-a74d-a11afdbcf986",
          "name": "History",
          "request": {
            "name": "History",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistory. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "asset",
                ":id",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4c3e70f9-ebb9-469d-bf20-08cc98b99a19",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f226763-4117-4c58-8b0d-d48265350e6d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b19f692c-cc3a-4afc-9c8c-4338b41e3676",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd52643e-48b7-4e30-89fe-c1128d230406",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "38475752-8ca1-476f-a75e-cece2d059eeb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c8102c33-8019-4bf2-923c-d7ac9c587b89",
          "name": "Markets",
          "request": {
            "name": "Markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarkets. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "asset",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "385a65af-aa09-489f-80d9-09ec0ddb8b73",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6a989b7-439d-415e-97ab-488742535381",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c89b7b10-15e6-4e2b-ae37-5be95aba27fb",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5763a9bb-1a5b-4e27-aebd-9fbe448d6e6b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "355277df-e08f-42a1-9bbd-d18e73766637",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "asset",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23fede36-9275-4ace-8873-76f6036242f2",
          "name": "Rates",
          "request": {
            "name": "Rates",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRates. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "rates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f7268099-320f-4c02-b862-573022b7103f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27065aa7-0069-4bb4-aa6c-8e09657632de",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f5ba9eff-14ad-4064-9024-55a17c01fafa",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ba24c39c-d4d1-45e9-b208-e300dc51d7d4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8362b09d-c79a-4a65-a0ac-e25b4b970808",
          "name": "Rate",
          "request": {
            "name": "Rate",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRate. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "rate",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f1802d84-9a0f-4a62-9838-352ef75f2324",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05cd1ea6-bf38-4888-a1c7-ca6f605e26c0",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "334c3d61-370e-4dc1-8531-a9053f509d3a",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2453f407-aef3-406a-91a0-5d8b042a73a4",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "606f4d57-56a2-4a7b-8000-5a08070e053a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "rate",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "325e1cd0-46cb-4710-8fec-ea28d7415c45",
          "name": "Exchanges",
          "request": {
            "name": "Exchanges",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchanges. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a35bb20f-fa88-4c51-8454-9df3ab7bdfb0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3417bf5-d758-4630-aacd-0eb1febc01b4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "998ddb02-62cb-4477-8999-dbd5b70519f2",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a48b36c-8373-47c5-80d1-eb9677454f80",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f26342ab-4f91-4cf1-8871-d1d1bedb9b03",
          "name": "Exchange",
          "request": {
            "name": "Exchange",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchange. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0f9fbeca-eb68-4d13-b821-dafa6d170c78",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b0b3162-4270-4746-a280-df28a99965af",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b936a5e1-d118-4b2b-a271-57012d04ef43",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a1b38f9-8977-461c-b308-e6bb39d7c81d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5c4e9229-de65-4bd7-8cf4-e6aa2146f27b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9cc4d829-2c31-4c4f-a75a-824ee67dd8f4",
          "name": "Markets",
          "request": {
            "name": "Markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarkets. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0cf803b2-b84f-406c-ae6f-7e3c5daef8b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9908755-761c-44a9-b87d-ab3ef194604c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1069f9f7-10ab-4111-9c43-cee05b1a7843",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f5cf8947-4005-41a0-8d43-eaea7bd28157",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ba2655c4-144b-45f6-a922-b275a3b8b50c",
          "name": "Candles",
          "request": {
            "name": "Candles",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCandles. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "candles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "95e4a379-4b3c-4ade-af38-371458877b63",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e280278-a673-4c8c-b5e0-d36cb80826a3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ab595595-df89-4a4b-835a-d948072ecc4b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "94961296-6e31-4f80-b94c-10aa7d95bc4e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "candles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4184cc49-75f0-4ef0-8020-9093c8e9e14d",
          "name": "Btc",
          "request": {
            "name": "Btc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBtc. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3c5c57da-4f6d-44b3-be64-4fc953a213d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d21544ee-d625-4d44-b474-e354c5e11f48",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "577b31df-1aa0-419b-9ebf-d5525366bf68",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fc4c8dea-42d6-4d77-97a8-91382dd6d317",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a7a435fd-4179-4cfd-8f37-137df8db0412",
          "name": "Eth",
          "request": {
            "name": "Eth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEth. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f777553a-3e4b-49e2-ab6c-ea254407cbd3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ab09b52-e5c1-47d7-9ebc-e835b0f2b8c6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d97c7a7-741a-48dc-ab2d-69f3ff953919",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3a3dfd1a-a867-43e4-9461-ac08a10f427a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f3eb4a63-9538-4767-9323-97d8c58f43b0",
          "name": "Sol",
          "request": {
            "name": "Sol",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSol. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "sol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7a17cfe7-4dca-4c28-8601-da1be59df3ab",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0488f2b5-68b5-4958-a672-606967c900a3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0709a7cd-b86a-4761-9336-c8bdf90e3c8f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d586106-704c-43df-bb33-48cb0595ab0c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52b2a514-528a-4bf5-8b3d-7385a8b4c273",
          "name": "Top10",
          "request": {
            "name": "Top10",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop10. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "top10"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "84e9035a-c4d1-4a41-9c3c-36d5e79ade68",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d59c7d5-3d9f-44db-8a9f-f828cf1a47cb",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d5da2f36-8cc1-4973-8686-853e0ab8131b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "552ec757-2584-453e-a637-e2531a477a6c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top10"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "48f9bb27-63c0-4929-8691-389d41dd23b5",
          "name": "Top100",
          "request": {
            "name": "Top100",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop100. Real-time cryptocurrency data from CoinCap. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coincap",
                "top100"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d862a763-815f-4d2f-bda3-0e6c222a7a7e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "870cfefa-7329-4ba7-86b7-1940b5d2ff3c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3c03eace-4d89-4edf-a02f-c35a95b1cbea",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a54bda1a-1bf5-4939-a1b6-6702e986e579",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coincap",
                    "top100"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Coinpaprika",
      "description": "",
      "item": [
        {
          "id": "37c0a5d0-d8c4-4c9e-b4b3-72f4fdad1b7d",
          "name": "Global",
          "request": {
            "name": "Global",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGlobal. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "acebd40a-f3a7-412e-b089-4cfcb85f2a94",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17f72b45-32e9-4d63-be53-413502df9a4c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d3b4085-ee37-4135-8779-e1285e4ed425",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3cd043b8-96cf-40eb-8244-ea3e4b339e43",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "96b600a7-02d4-4518-bdef-db75c4c86428",
          "name": "Coins",
          "request": {
            "name": "Coins",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCoins. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coins"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "80439edf-c841-4798-bea4-69415881ce3b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eacbaf33-5075-4723-bab0-64110ce29e7d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "daf8ce6b-d57d-4d0d-b171-bbbad8b61ec7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2c02f7c1-8af6-4496-a121-3dcde1e5ad8f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coins"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4757914f-95b3-49b0-9d2d-de9716e6b45d",
          "name": "Coin",
          "request": {
            "name": "Coin",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCoin. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f19f4547-f916-4f5d-8361-a223949c6ac2",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b53932c0-9af5-4d91-bd9b-607b23613390",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "378a5c7e-9e7b-4a64-a7ed-f960d2e9290a",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6fa6e9e-90ff-4421-9045-78c4de851b90",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1d807cbe-3b3c-4c38-9de8-a75fcd3f6682",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c1feda8c-57bd-4c7f-a80a-89f7e97f39d3",
          "name": "Today",
          "request": {
            "name": "Today",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nToday. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "ohlcv",
                "today"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "11a80066-4279-4f33-86a2-2a063f5266b5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8416c8d0-7460-4215-8cb6-65f9b9cd84de",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "625399f6-1a33-42c7-ac3a-93d810315331",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41aa5691-239c-4e8d-aac2-59d29476dba7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8640f127-4277-4bb3-9aab-61d8debefed4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "today"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f07d0ce2-68f1-4b5c-92d1-25a3960f54ed",
          "name": "Historical",
          "request": {
            "name": "Historical",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistorical. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "ohlcv",
                "historical"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "014f78ea-38d5-4f65-b0f9-a016951f53d9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6d2a2d6-3a7f-4524-b397-1a329e842a17",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "66ec449a-975c-4595-a520-6a76679b2ef0",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45ff3418-539f-4fcb-8659-9418732d745a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e8c29ac0-f1c7-4dc7-a952-e39d1d361c66",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "ohlcv",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84d3f1b8-5225-4845-b654-377bb4fa52e0",
          "name": "Markets",
          "request": {
            "name": "Markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarkets. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c6cf8323-6543-4ad8-b873-66e618e4f56a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6811188b-dd7b-4e1d-9355-201b2c0607d4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b46ed928-f570-4935-817b-74fdbfa5ccad",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "baff921c-ef17-4270-8a1f-b3b89d73221b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e19f888e-0f40-415b-b8a5-09aceac9b469",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a5541d1b-a42e-4163-b215-bb6ff5782808",
          "name": "Exchanges",
          "request": {
            "name": "Exchanges",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchanges. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d1c77baf-9ed4-4caa-95b7-ed45d2ad9f1a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc3b3352-ef1c-4748-ad87-a3888ffc86e5",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6b052983-92ee-49ff-8f72-01c9ab915f64",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54a9ca68-2756-47ea-bf7e-43ee56a0ecea",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "32a2f879-aee2-4d70-ba98-5e7396083d56",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c54f36b5-074a-40bd-9ce9-2afcf442efaf",
          "name": "Twitter",
          "request": {
            "name": "Twitter",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTwitter. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "twitter"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c06e8953-6bc7-4615-bda5-0501517b8268",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecd74b9e-7a94-4afd-85e0-d61933c7c146",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ac3521e4-40e5-471f-925d-c9d8a4d7010a",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8925f00-0bb4-47e9-b336-880480649287",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1126dc16-d324-4671-92ac-db2e0c8c96b8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "twitter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3976b31-bcae-4475-b11d-000eb0dd64b5",
          "name": "Events",
          "request": {
            "name": "Events",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEvents. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "coin",
                ":id",
                "events"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "496f2347-167e-4131-a63f-4a78a199f28d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99f7714b-679a-4c32-bf39-997caf44f2f0",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ef48a77b-78fc-440f-8559-d7b0b9557b38",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5eccb2de-e4b6-4665-bdfa-ed3d3abc93b7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec6bd130-c8fe-469e-bd4d-db95813c71f2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "coin",
                    ":id",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "22ca0536-6eab-4f19-b985-a190246fc29c",
          "name": "Tickers",
          "request": {
            "name": "Tickers",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTickers. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "tickers"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dbe90d44-097b-467c-936b-3f80fdba7bcb",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0eb905d-1eee-45bc-b1b7-573977ae805f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "12849867-b92b-44ab-a9fb-fed33d07966f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad43ea87-c052-4b0f-bc32-1225359cf886",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tickers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "104524dc-4470-4e8f-bfb2-92085004c992",
          "name": "Ticker",
          "request": {
            "name": "Ticker",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTicker. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "ticker",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "18b3df18-b845-4aa4-8d41-ac09c247bf7f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "534089bf-523f-408a-935e-d26f74ed1761",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "03ab317a-a087-4a3e-9112-6e4953692d33",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f1b480c-06a9-493b-a6ae-4f18f94563f6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "97d5e22a-b2d8-4bae-bb6d-af1932d75821",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d690f939-fc93-4ea4-940e-5c82a74b5cf6",
          "name": "Historical",
          "request": {
            "name": "Historical",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistorical. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "ticker",
                ":id",
                "historical"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "def1c6cc-6af3-4d8d-b586-2814318eac88",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7eda05b8-7d40-4491-9fa1-6b543f68e7d4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8cc222e4-dcff-41bd-9a19-2c70ba82958d",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "557fac85-de44-4666-830c-8bc5355eff63",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d6524a3-b05f-4e26-bf27-55b8304157e2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ticker",
                    ":id",
                    "historical"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "30720c90-68fb-4234-a977-448faf6158b7",
          "name": "Exchanges",
          "request": {
            "name": "Exchanges",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchanges. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "exchanges"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cf289384-00ed-4098-9f4c-c7a3419f2cd4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1695cdae-76a4-40eb-bd5a-f3801e307e22",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e39e4d05-8a25-4e3c-b007-210694a8c905",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "49d0ff7d-b388-46f0-ae8e-e09993822f42",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchanges"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d49598f-4229-4c0d-a91e-b29a4915378c",
          "name": "Exchange",
          "request": {
            "name": "Exchange",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nExchange. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "exchange",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b10eb91-c676-4598-ab8e-bf3ae27708fa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1641b0f-1cb2-407b-bc40-3c78bb58073d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2f6179c3-ff47-47bd-a468-c36e72f58845",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b386857-3f89-4b9d-8af0-be9ef4f71e46",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "33075451-67ad-4a8e-8a5c-6a7fe012b24f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0be85ddb-6350-4e97-8470-cb71a44af6fa",
          "name": "Markets",
          "request": {
            "name": "Markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarkets. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "exchange",
                ":id",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "46bd6d75-19bc-4284-86fe-1573637c210c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5a9338a-e473-4949-90e8-4431329b0b11",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "811c0698-8ab5-4c2a-aae7-d078633cc367",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03f24426-bcb2-46e7-ad57-c7b2fed123f0",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d7a68aa9-143f-4b72-823e-8209272b881c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "exchange",
                    ":id",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a016ab84-aa38-44e0-b751-44fe0c2cf874",
          "name": "People",
          "request": {
            "name": "People",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPeople. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "people",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "124d2c9b-a408-463e-adfd-9de12183a347",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d584731-ed13-438f-9aa3-ffb43c29e7ad",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "07ee2013-0f75-480b-865a-d80449b16157",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68ab7df7-69db-4827-b9f8-9b9bf2ac632f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f94529fd-0f24-4594-9371-ec41859a4695",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "people",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a734cc55-512c-439b-b32e-92bf3e2e3931",
          "name": "Tags",
          "request": {
            "name": "Tags",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTags. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "300a237c-24d7-485e-9515-2808ce83a221",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7d39175-1ed8-41d7-b380-a23be29b7d2a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9f18dc7a-2322-4953-a001-70bf566fc311",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8ba02029-02dc-4b1f-a607-17f6bc828268",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "54f4b1b4-be3e-4a05-9883-49026e82efc7",
          "name": "Tag",
          "request": {
            "name": "Tag",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTag. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "tag",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The id parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b8a043b3-e957-4b37-ad00-a269ce058f24",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb08dd70-aa3b-4c77-8d68-3740d2aca07b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dfe40416-508e-4494-9e0f-c7ec030c41c5",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09335401-7dd8-4e7e-9a51-1fef7d639de7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a1258219-323c-4132-b28a-0b467ea136e7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "tag",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The id parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "id"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a62f6f54-741c-4db7-8a16-cb27903561a3",
          "name": "Search",
          "request": {
            "name": "Search",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSearch. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "51d5ec28-ef2a-4a15-bac0-1d1141bcf42e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36570eef-5532-4357-8833-4e49d2552d7c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d0fcccdb-daab-4ea3-a8bd-4f7fe460f594",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "53b0d328-d8fd-4ad4-8cce-644bd7ff6bf8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "064aed23-753c-4c0e-93bb-74026345984a",
          "name": "Price-converter",
          "request": {
            "name": "Price-converter",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPrice-converter. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "price-converter"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "8159a6c6-df30-48c8-a988-f43ca20ca524",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08817d10-3305-44d1-9842-a0f43479a3c3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f86c583e-6ab8-4090-bd03-6b1adad89633",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c8c3bca9-d65f-4400-965f-77579d97741b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "price-converter"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fac62cc1-2f37-40e7-b18d-fbfa662cc67c",
          "name": "Contracts",
          "request": {
            "name": "Contracts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContracts. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "contracts",
                ":platform"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The platform parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e69ee936-8423-4f7a-b12b-286a4662b7c8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e43c575-b7dd-4060-9eb9-9576735435f3",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ab51f8ba-aad3-4266-aede-d6ecd223dd22",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0304c732-003d-4ab9-bf57-d4a27eb24a58",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3898846-519b-4a6f-9b1a-76fb5cb357db",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c1dc552-c807-446a-bbcf-d9038757f2ba",
          "name": "Contracts",
          "request": {
            "name": "Contracts",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nContracts. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "contracts",
                ":platform",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "platform",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The platform parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "68505748-7732-46aa-a9f1-2f650ccf7e57",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87ea24eb-2430-46c5-830d-760fceb809b4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e4645045-1a92-4e3e-9225-7ad1e037d153",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "398bfc09-6740-4be6-ad44-8565aa32db79",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cfb00bf4-1a57-4d9f-bb82-2a1cfae33530",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "contracts",
                    ":platform",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The platform parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "platform"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b308a0db-beee-443a-993b-fc3370d2ec7e",
          "name": "Btc",
          "request": {
            "name": "Btc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBtc. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "btc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "22180f17-053e-44b3-ab07-1c841e148ffa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39a74808-8424-4f7d-add8-2e2a23709c62",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f8d63b4-9650-407e-a64c-0d7c732d807d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4440279a-3814-4300-ba94-b53148d7f365",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "btc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b429c46-1ebd-4376-a1d5-3d3db771cc43",
          "name": "Eth",
          "request": {
            "name": "Eth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEth. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "022bf985-6d18-43ca-8f15-462ff6ece3e0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccb26650-088e-4112-871f-060faacb2d64",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "608aaefc-0edd-4e8a-ab88-581525212df7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0bf371d2-f27e-4e9c-89a6-481a949186cb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "146ed040-8c13-4a14-8f9f-5c07b4894997",
          "name": "Ada",
          "request": {
            "name": "Ada",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAda. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "ada"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bc010afc-f12f-45bd-888f-8f3b1f9b11d0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fc7e7e2-5fab-49a1-849c-c6b68d75face",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a73138cc-0b93-4ad4-b923-18d229b5beef",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4402ad11-3815-4e79-8555-153887784d42",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "ada"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9f358007-64d1-4248-b1d6-f67991ddf190",
          "name": "Bnb",
          "request": {
            "name": "Bnb",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBnb. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "bnb"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4be24b9b-4276-461f-af0a-91129bc8d213",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf10c5b0-33e9-4a74-bc47-52cc35d83b51",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f24b3d0c-d2b0-4161-a9f3-e905bb76fb49",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4833e07f-6392-42bb-83be-47f3b18d3835",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "bnb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac3089eb-6a62-4ad1-ac3f-0d83f1a90ac3",
          "name": "Avax",
          "request": {
            "name": "Avax",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvax. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "avax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f066e44e-9410-43f6-8643-25d68d868a14",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04af9ec6-88e7-4199-8624-b3dbd7764048",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "114306de-a419-4b63-9af5-155a5fe95b06",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "38e884cf-3d90-4574-91d2-054105183767",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "avax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3e907111-beab-4a25-858f-54997c5cd152",
          "name": "Sol",
          "request": {
            "name": "Sol",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSol. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "sol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a782bb0-140a-4550-9a27-b530037638c1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "697c02af-7b6b-4d8f-bfe2-a634df50eadd",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9846b2d9-790b-45a5-8138-ba33893b0748",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "546b4016-28d3-4518-b742-85ff1e92773a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "sol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef3af1fe-65f0-47d2-baa4-bc134d2ee294",
          "name": "Xrp",
          "request": {
            "name": "Xrp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nXrp. Cryptocurrency market data from CoinPaprika. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "coinpaprika",
                "xrp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c45de5f4-b789-4961-afa7-9290d5f59b11",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ff82049-c961-403e-8105-d824cf83bc34",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6f68aaa6-502f-4bb9-aeb4-1232899e21da",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d9f7255d-0835-4b3d-a3a2-e21adafe1919",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "coinpaprika",
                    "xrp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Contract",
      "description": "",
      "item": [
        {
          "id": "8b85bbd1-2b06-4baf-8061-71b3b89bedc7",
          "name": "Abi",
          "request": {
            "name": "Abi",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAbi.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "contract",
                "abi",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d677139e-1ad0-4221-b16a-021acdb031aa",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "14c8650e-7d29-434a-9bac-200fc323af21",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "42690410-3e83-47e7-9b1f-0e29276cc580",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c62d952c-b09c-40c8-a99c-fd42226d39b5",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "67b11e03-c04c-4758-868f-b98baaef83af",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "abi",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc8f85de-0907-459e-afb7-b1c3162ba90c",
          "name": "Creation",
          "request": {
            "name": "Creation",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCreation.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "contract",
                "creation",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "fde1a8f6-ca21-45cc-be93-7f997912c477",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3b643a4-a1de-49f5-a6eb-441fc448ec84",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6bd1267b-815d-4a7a-a431-74e5f3b952ff",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f56b205a-1bbc-4e03-a44c-ea717bd3398c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f68efd26-b000-41c8-906a-f140e69e48ff",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "contract",
                    "creation",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Convert",
      "description": "",
      "item": [
        {
          "id": "204a1f82-5271-41a7-ac53-6d834ed593ce",
          "name": "Wei-to-eth",
          "request": {
            "name": "Wei-to-eth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nWei-to-eth.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "wei-to-eth",
                ":wei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "wei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The wei parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "200036c3-22fb-480c-91cb-5779a0cfe2bd",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44e1067e-4ced-4dc5-9003-afd3ad804e60",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6c164d91-533f-474e-8adb-0ac7fa38d49c",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "521a04e7-ed24-46c5-92a9-54c1553913cd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5489cd8-c3a1-4a79-83aa-9e2e1a09add7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-eth",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d29dc3c9-972d-44b9-893b-19346ec1448b",
          "name": "Eth-to-wei",
          "request": {
            "name": "Eth-to-wei",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEth-to-wei.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "eth-to-wei",
                ":eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "eth",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The eth parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b0c75949-92bc-492c-b2f5-698d8515226c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The eth parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "413078e2-b927-45ba-a498-da00ce252a87",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The eth parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dd363712-e649-4788-8ec1-65c158ce50c7",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The eth parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d280b90-5b1a-40a1-b28e-e791ac9612ca",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The eth parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee5d4af5-8b7f-4f69-936c-12f083353077",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "eth-to-wei",
                    ":eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The eth parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "eth"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa119474-1e1e-4e4d-b5fd-b9763f0ac435",
          "name": "Gwei-to-wei",
          "request": {
            "name": "Gwei-to-wei",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGwei-to-wei.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "gwei-to-wei",
                ":gwei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "gwei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The gwei parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a0779fad-d519-45a4-bfe6-aca84c31fde6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The gwei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c303d45-c6ff-482c-976a-a9f2353370b0",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The gwei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "984162be-0739-4518-85b0-9c90b03bba0f",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The gwei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afca1248-6ae6-48b7-81df-626ed2fc28dd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The gwei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46d4864c-6aa1-493b-aab9-d68ed5af9d2e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "gwei-to-wei",
                    ":gwei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The gwei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "gwei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8792f2c7-a0bd-4614-be8a-3c4a0845ee58",
          "name": "Wei-to-gwei",
          "request": {
            "name": "Wei-to-gwei",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nWei-to-gwei.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "wei-to-gwei",
                ":wei"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "wei",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The wei parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c70456ed-2827-44f9-96a9-fd3de5281584",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eea44f60-361c-4506-8c46-3558501b7dd9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "11cde3df-8dee-428c-8d65-beb55ca3ff76",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23b7ab26-e307-4aa7-9942-028c45964d86",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "225e4678-8248-44b5-92c4-27600fb1b65c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "wei-to-gwei",
                    ":wei"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The wei parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "wei"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0f52178f-faf0-4ddb-88f0-fd7215b3c072",
          "name": "Hex-to-dec",
          "request": {
            "name": "Hex-to-dec",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHex-to-dec.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "hex-to-dec",
                ":hex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "hex",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The hex parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "954d0723-bde3-457b-bf6a-b9deb832bf7c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hex parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed211121-e6b0-489c-81c6-496dc7360687",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hex parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2c2b6588-7b99-46ff-95a4-10b0777f916d",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hex parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c47f9e15-32c0-402a-a140-87f8640e2179",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hex parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec7b10e9-d3e6-420b-a942-fd252c9c4300",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "hex-to-dec",
                    ":hex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The hex parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "hex"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bc25d96-81a4-41fb-95a2-077cbaeac096",
          "name": "Dec-to-hex",
          "request": {
            "name": "Dec-to-hex",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDec-to-hex.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "convert",
                "dec-to-hex",
                ":dec"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "dec",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The dec parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "ee85ae9c-9f0b-4f54-8baa-cc1fbd4cc06e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dec parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8e85793-9cbc-419c-a8f7-122c579e7779",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dec parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b847a527-332f-4fec-9ed5-be0da5284780",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dec parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7161e2b9-e3bb-4873-b867-7aca48ad3776",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dec parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01999800-df00-4502-93dc-52401a423a4e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "convert",
                    "dec-to-hex",
                    ":dec"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The dec parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "dec"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Keys",
      "description": "",
      "item": [
        {
          "id": "f047a6fc-98c3-4ffe-b97a-ce384a451d4b",
          "name": "Keys",
          "request": {
            "name": "Keys",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nKeys.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "keys",
                "keys"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e9752801-f91d-4e52-9f8c-4c03bee78581",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74462642-b111-4b01-876f-4eddba3b6359",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6f422251-039b-4747-9bd1-c974132b216b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5b8a001-e77e-4ea8-a0c9-f0fa387e78b7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "52832286-190c-420c-8954-e0f2d4f9d0d0",
          "name": "Keys",
          "request": {
            "name": "Keys",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nKeys.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "keys",
                "keys",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The keyId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "05582e63-2e21-4eea-9836-1e9198443ee4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46307d5e-a1b9-4d07-9dde-5ddfc555215a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cfbfbbf6-743d-4812-bb25-5d9d8baa747e",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8df6469-1a4a-4e83-912e-2cf1f3013ad6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "DELETE",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "75f47b70-0f77-4c1a-b87c-615e6a3ba187",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "keys",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "359f0d96-a59c-4ba7-bb2a-3d90537c7142",
          "name": "Pricing",
          "request": {
            "name": "Pricing",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPricing.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "keys",
                "credits",
                "pricing"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9cf0e735-ae24-4e3a-a617-c334c7d4a18e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bc576e3-ccde-4768-a394-6f1a8859573c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4813eac2-4317-49cc-b068-b4ebb1fbb74b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1fa15192-a078-43a2-8e93-78e3f289f4c8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    "pricing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "acce9165-a02f-4e35-882f-b908cee8a83f",
          "name": "Credits",
          "request": {
            "name": "Credits",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCredits.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "keys",
                "credits",
                ":keyId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The keyId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "20fdcb98-a110-4bee-9614-24f0ebf79c94",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c735c0f0-8da3-4dfe-815a-a56debaa02eb",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "037c08dd-b885-464c-ad3c-f7d83c43106d",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c714d966-5b16-4001-88b0-bc27f84ecd19",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "38925235-bcaf-4e8a-8bd8-2bcd0b4af267",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b63dce3c-e9d1-4ae2-8018-1616c9865e47",
          "name": "Purchase",
          "request": {
            "name": "Purchase",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPurchase.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "keys",
                "credits",
                ":keyId",
                "purchase"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "keyId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The keyId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "03c43452-c957-4bde-8d46-b9c452791851",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c44c264e-1506-4fc7-846c-c109ddba2311",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cfcbc30c-0d7c-4051-abd7-e3fc54d9510e",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee6ac0ba-7153-4864-8060-7a252719b97d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "method": "POST",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4fde1e95-c859-48a0-8eca-26a6d0d32e4d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "keys",
                    "credits",
                    ":keyId",
                    "purchase"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The keyId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "keyId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Logs",
      "description": "",
      "item": [
        {
          "id": "88c58f17-bb31-411e-9f72-9b2cd9dcfb58",
          "name": "Logs (Not Implemented)",
          "request": {
            "name": "Logs (Not Implemented)",
            "description": {
              "content": "⚠️ **DEPRECATED:** This endpoint is documented but not implemented in production. Returns 404 NOT_FOUND. Use `/api/alchemy/logs/{address}` or `/api/etherscan/logs/{address}` instead. Free tier: 100 calls/day (if implemented).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "logs",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Ethereum address",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d799539e-abbe-4f05-bdb3-8ff3b5bbcdbe",
              "name": "Not Found - Endpoint not implemented in production",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "logs",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Ethereum address",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "0x8D6f0EAfe85eBBcB7DdE06f10FCc2F64BDb4080e",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Messari",
      "description": "",
      "item": [
        {
          "id": "f2fb79e4-1db3-4bac-9e5b-48dfc1ce96d7",
          "name": "Assets",
          "request": {
            "name": "Assets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAssets.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "assets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "02ac18be-965d-4fee-b219-a45d80f150ed",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66f53971-8389-424f-9645-6715ed437808",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1755b654-0af0-4fe5-bcbb-e0a44f464267",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0635f43b-dfe2-4c8d-a300-a3307ad3c1ea",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "assets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "63b81ae3-1964-4edd-94b9-c37866a76282",
          "name": "Asset",
          "request": {
            "name": "Asset",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAsset.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "asset",
                ":asset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The asset parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2dc408c6-d826-4b22-9a96-70b87d388d62",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8d7d66e-fc25-45fa-acbd-466de8c89847",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f9fb6162-66d1-499c-adc7-9f0157753d1c",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "990f5305-6d4e-4d16-b0f7-bb54fb80217d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "70998d4c-0c55-4cb0-9ea4-55f6dc658c73",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8cf6be4a-33e9-4b27-ab58-ea6aaf02a117",
          "name": "Metrics",
          "request": {
            "name": "Metrics",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMetrics.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "asset",
                ":asset",
                "metrics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The asset parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "424c2645-1cb4-454f-a07e-7eece61a0f9a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "266398aa-973c-4de4-aae1-202c5bfbe9cc",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f8b6c92-47fd-44e6-a433-51d50a7f371c",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84a7dc22-befc-4acd-9feb-c8e315eac525",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6da03e5e-50f7-482d-a3fc-4edec552ec5e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0de2e84b-0bbe-4992-9828-c58f258c5f23",
          "name": "Profile",
          "request": {
            "name": "Profile",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nProfile.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "asset",
                ":asset",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The asset parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2eb1f179-67ae-4e3d-89d7-c9e5cfe855ae",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e95402e3-0d9e-41ed-8b79-1ef672934a8f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d399a05-5ac5-4c4b-afc9-6463be8f404c",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1957d55f-a26d-406f-bf5d-113ec791a246",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c1b7f5df-bda4-432e-8937-70169d14df77",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b936f942-63fd-4549-aad8-a0e407608f4c",
          "name": "Market-data",
          "request": {
            "name": "Market-data",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarket-data.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "asset",
                ":asset",
                "market-data"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The asset parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5cda4b6f-0bc5-4013-b1e6-32facc5ce1c0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c2f7f58-20d7-4525-9a8c-8a6ce08dbdd4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6ce6588c-f07e-47e8-8afe-d04e93228099",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7921f96-02a8-4113-bbe8-f788b51c6896",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "29c78226-0cc7-432e-94fc-8071902542be",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "asset",
                    ":asset",
                    "market-data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8d1aa6c-96af-4d2a-82e3-bdecf385cc4c",
          "name": "News",
          "request": {
            "name": "News",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNews.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "news"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b1b0ab30-446f-484a-92df-447f60091077",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99aa461d-cf06-45b0-856c-a20de1f4aba6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "24f76a2d-c61b-4241-ad45-9af1e05bf1ef",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c3b593a3-8760-4a60-8aa7-c1e0f3267997",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fa1f4673-a2d5-486a-8200-a6d89d4a1fd4",
          "name": "News",
          "request": {
            "name": "News",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNews.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "news",
                ":asset"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "asset",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The asset parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5f066f3f-bea1-40bd-a08c-9d882839b5ea",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f46c4a78-44ab-40ec-ac14-eed4ff3f2420",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5e2a9505-a6db-47e6-8a6c-27b0a4027c18",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8b0c2dc-2056-419a-8d9f-d60ad3c8fdfd",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1ac269e6-6d31-41b0-9d77-e9d65f7669d6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "news",
                    ":asset"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The asset parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "asset"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e27f435-c185-425b-ab85-6240fffbea62",
          "name": "Markets",
          "request": {
            "name": "Markets",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarkets.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "messari",
                "markets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4ed1f2b2-10c6-415a-89bb-563179b8b94b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "324fec73-cb0f-4c4d-a54d-89ca87dfeeb9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "df75dea6-af87-4d4d-bccd-44e560ad5e78",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dcb207c0-089b-4651-adad-57d46fd9db98",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "messari",
                    "markets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Nft",
      "description": "",
      "item": [
        {
          "id": "aad6f503-b2b4-4caa-9bd1-a48984788bfb",
          "name": "Nft",
          "request": {
            "name": "Nft",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNft. NFT metadata and collection data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":contract",
                ":tokenId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The contract parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The tokenId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d1010325-d9e1-4c17-beee-e2b9bc2e9835",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2edb144-2e03-4361-8d38-33d4ef172670",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8bad057c-fb0c-4280-a9a6-f9ac52d0537b",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6d2ba5e-89d1-40fc-9d68-2b026c728e88",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "082bdc58-4ea3-4f6f-b9b6-ed32435a82fa",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0aa5f6f-6d6e-43eb-b7d3-452e62e1431a",
          "name": "Rarity",
          "request": {
            "name": "Rarity",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nRarity. NFT metadata and collection data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                ":contract",
                ":tokenId",
                "rarity"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The contract parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "tokenId",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The tokenId parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5e1c095a-4a64-493a-9a38-1addd2597b17",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6825f278-21e8-473c-b17c-02cbc57d2c6d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "322434ea-e034-4986-aec1-cfc4effe1d70",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffe7ed3e-a4cb-413b-a9fa-bd12043f980d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "08d68253-d6ba-4a37-92ec-b64e1b4e7fd6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    ":contract",
                    ":tokenId",
                    "rarity"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The tokenId parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "tokenId"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85f98744-9478-41ca-9bbc-7b94e816c493",
          "name": "Transfers",
          "request": {
            "name": "Transfers",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTransfers. NFT metadata and collection data. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "nft",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "67883460-a81f-4741-8564-b2ee0aacbc8e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "749ec3d0-0bd7-4114-b210-1eb7d0fe6c00",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3091484b-026a-4875-b507-4355e4aecc5e",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebcdb59f-6534-4c23-861c-5e99d662268c",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d4449e28-1326-4443-bc97-94c8efc49689",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "nft",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Stablecoins",
      "description": "",
      "item": [
        {
          "id": "4c2ad0b6-b837-4fd2-959e-1261038e65ea",
          "name": "Marketcap",
          "request": {
            "name": "Marketcap",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMarketcap. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "marketcap"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "df7e2422-4d63-48a2-8cec-8bce4155149a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96c22287-8b11-4f40-b8c7-f626b013ffa6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "63d8d98a-f37e-45f2-826f-a6e18771bd41",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7a8f1a1c-dac6-40dc-a61a-6aef1f9e4e0a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "marketcap"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b0bcf491-82aa-4754-80c5-8d9664085084",
          "name": "Prices",
          "request": {
            "name": "Prices",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPrices. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "prices"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d8ec9b4e-31f1-4b71-8845-4929b87e7f49",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36f87e93-49cf-40b4-8c48-9917ddc19f3e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "398a355a-c410-47a4-826e-bcc1903496ab",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e0997ab-6574-4b19-8c4d-5277fd499059",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "prices"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "50dc5f09-af42-4880-839c-0602ca578b0d",
          "name": "Flows",
          "request": {
            "name": "Flows",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFlows. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "flows"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4e638a98-7968-4710-bf7e-b16e3e6887c8",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bf53e23-00b4-4efa-bc37-cb8fa0e156ee",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d62860e2-e9d1-4451-9ab2-2af841f04cc5",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eca62042-ead5-4fbe-bb65-285b04e948b7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "flows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4575b65f-e052-4b79-aca9-637fb529a78b",
          "name": "Lusd",
          "request": {
            "name": "Lusd",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLusd. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoin",
                "lusd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "bcc6770d-521b-44c2-8add-f7fcd7ad657a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4dd571f8-2efa-4066-a107-3705a579cabd",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b423ed2f-c294-4d0a-817a-8bf6bd9b7e63",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b349153-e08d-4d36-911a-bdd181427097",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoin",
                    "lusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b15ff0a1-cfdd-4e0f-9729-8c0080f092c5",
          "name": "Chain",
          "request": {
            "name": "Chain",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nChain. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "73faa604-0fec-49ca-9cdc-bf23a3b999de",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab447b7f-1f6d-4437-83b9-5b907fa66447",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5febeafa-8865-4b19-8b36-15d538fe5f21",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "059ed420-cea0-4b8f-bb88-81781d87775d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "00468563-585d-48e5-abc5-13d8c4bef87f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2805387-8996-442a-b27d-40907929e026",
          "name": "Ethereum",
          "request": {
            "name": "Ethereum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "64bab6f6-719c-4d86-8e1d-9d55b4445cc9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d5f2422-d106-4297-93de-865d102c3435",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9843a2bb-6ca9-478c-b6a4-e843f7c54d0a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8dbfe0bf-9584-41d6-a848-0f92c62fcf83",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "559aff49-b57f-48e6-8a3d-99cd282d4a4d",
          "name": "Tron",
          "request": {
            "name": "Tron",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTron. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "tron"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cdd01acc-c00b-4bed-86e8-d893c6dff69a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb68da6d-253f-4d9b-a384-64694a981ea2",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "48b8e6d2-d02f-470b-84b9-282beca6630f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "87f310bd-0814-4519-ae60-b17b133aea09",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "tron"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8bf5b5ca-e919-486c-b746-2345931cfff6",
          "name": "Bsc",
          "request": {
            "name": "Bsc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBsc. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "87ef67fc-2c20-4e92-af52-5008bca79074",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc8704b1-05ff-4ca8-a412-4422f4f5fa7c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c141e1b4-f5c0-4179-8eaa-465a16566c4b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "df4f980c-2760-4897-bba0-2963389ce431",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6e7d0110-7426-405b-bc7a-4b68c554c526",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nArbitrum. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "41048544-8212-4cad-b882-dbd95bef195a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2ceb160-562d-4885-8599-e73da22e0b57",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "426ae920-5636-41c1-8f2a-141d018d6991",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "97c31074-fca2-4688-b7a6-645285d76682",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e42e94a8-da2d-474b-b457-b97eabe0f95e",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolygon. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1d941592-7d6b-4980-a4c1-769746334ca4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c84770b7-b07f-43b6-9b49-70b16a594b14",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "da76f000-785d-4dee-9963-ea68fb881933",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "43e38d06-60fb-4fdc-a949-882a6dc77aad",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7e0c3030-1aaa-4cf1-a65a-97eaface0900",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "02fb9c29-7c7d-4be2-a176-44875f80e7e7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78448add-6bb0-45fd-8bf0-4a25d8e672cf",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "212213cc-148a-4d81-a3c7-2733d14808c4",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1454c566-7333-48c4-9876-0b0c61603f23",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d827fdcf-85bc-4852-8dfd-6480511631d1",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvalanche. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6fc4200d-a6c4-40c7-a624-b462f4ae4a15",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70328aea-8ffa-4e4e-ba36-4aecde4d512d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a73501fd-065a-4b6a-9ec5-f7ca7095317d",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d2c7fc4d-2847-4eaa-951c-65729df71fbd",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a21e0c1d-085f-47b4-8dd3-0cbe09013adb",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOptimism. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "65abe85a-1631-4c89-81d1-93899d6f0640",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c38e48e-acbc-4c9c-8f69-93ce6bfda4a9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "98871d98-ec60-482d-99a2-37feda5f9f1e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c0546416-a3a4-45e7-a7e9-8c0420de889a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "85d58565-1059-4a4a-a979-f803ec711328",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBase. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "9322ea2e-d5c3-437f-9905-fe1dc4d954b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87189d38-fe87-4ebf-85b4-6ea30c92d6dd",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d90d445-a555-4de3-872c-45852de05e30",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "90581ffe-b567-40f6-bf44-9db3d90c4f80",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dacd011a-ec4e-49a2-ba7b-1725e312c12b",
          "name": "Fantom",
          "request": {
            "name": "Fantom",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFantom. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "stablecoins",
                "chain",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1f837362-df0d-45b6-9b66-c6a43b17c732",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab5b6e9b-9afb-45c3-a0fd-11bb777eca86",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a6edf362-9001-4569-b804-b033fcf8bb56",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ec994625-e4db-4293-933b-1efa159fa077",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "stablecoins",
                    "chain",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4ef46f84-1170-4f9f-84bb-454cda20c0db",
          "name": "Frax",
          "request": {
            "name": "Frax",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFrax. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "frax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a02f768c-c722-4ff7-bd77-94552db62006",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f50d088-2666-44a6-a317-fe4249ee4c74",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "96d7c495-6e42-4c1a-9c14-fbfe5f1a35bf",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ed22ea46-7c30-4dff-add7-cbb40fb229d5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "frax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc23851f-5478-4c8f-b0df-3c46e74ab66a",
          "name": "Tusd",
          "request": {
            "name": "Tusd",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTusd. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "tusd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0eb62a67-7407-4e20-ac31-ecd705d7b2a7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "tusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e9d01e4-7fbe-4dd9-91bc-d123cd50bbaa",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "tusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c2853f53-50c2-4c92-9979-39afde928d02",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "tusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f4b426c-6c43-4ba7-add1-3a66493ef211",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "tusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84f98fb3-d0e0-47b2-98bd-a4848a77b3a7",
          "name": "Busd",
          "request": {
            "name": "Busd",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBusd. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "busd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4df8a937-c856-478a-8aaa-45fe7f83595a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "busd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "484634fc-f3ad-4605-82cd-08aa8a209643",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "busd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8841cf2a-f690-4132-8c12-9da41446829f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "busd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f6cabd2-996a-4de2-9d85-f5c3c2d48a4c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "busd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3261616-e263-4711-a64c-414f8cecda93",
          "name": "Gusd",
          "request": {
            "name": "Gusd",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGusd. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "gusd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6cce2de0-2c71-4670-a785-1a47ca05dc99",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "gusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28fb4740-dedd-4e57-a83c-ab1c295cc615",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "gusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ada18439-de17-41d7-ba3d-0bb421984c99",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "gusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "acb74cc1-73e0-4b2f-8231-4af88dd340d8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "gusd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6c3d84b1-6876-4de8-884a-931a43d99f83",
          "name": "Susd",
          "request": {
            "name": "Susd",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSusd. Stablecoin market data and analytics. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stablecoins",
                "susd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cf55f13e-11b8-4408-8f5b-1101f6be363c",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "susd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8126a11e-23a0-4b1a-8c63-6af03b2e9994",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "susd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "579a7cbe-6d01-4faf-b38f-44d20194f19a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "susd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0f36fdeb-c70a-46dd-9f56-6f457e996ee1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stablecoins",
                    "susd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Stats",
      "description": "",
      "item": [
        {
          "id": "fbbec2b6-9eba-4e9f-a27b-73c56ab97b83",
          "name": "Ethsupply",
          "request": {
            "name": "Ethsupply",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthsupply.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "ethsupply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f6fe640c-8622-4e61-ac89-d2b0a3a1711f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a36bf82-898c-43e8-b92f-85d50656a305",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4e66bac9-0d25-47cf-be94-334ed994c484",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fd00f088-f646-42b6-9d60-7306bf86ba55",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethsupply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3d882115-0603-4e7f-856f-588fcc402958",
          "name": "Eth2supply",
          "request": {
            "name": "Eth2supply",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEth2supply.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "eth2supply"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "65576253-9df9-42f3-9de4-11c88422cd75",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "199b8139-4534-412e-a459-35bcbc30edb1",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c7d8859-2a06-4b67-aa83-7aae5b0e1127",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25947d50-d8c0-4670-8ffa-ec4a0cdebe31",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "eth2supply"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "490be249-6a21-4a0e-a6f5-ecf620e51b1f",
          "name": "Ethprice",
          "request": {
            "name": "Ethprice",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthprice.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "ethprice"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "192bc368-712a-4020-8422-dd471c508998",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "329d31a0-4b48-498b-9cb5-811acb689d33",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "18118351-fa09-4fae-b7c9-49d93f280a98",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c7bae121-b135-4dd5-9103-6154576de59a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "ethprice"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0055ed9b-dc8c-419d-9c92-a625070159fb",
          "name": "Nodecount",
          "request": {
            "name": "Nodecount",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNodecount.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "stats",
                "nodecount"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "c88cd5b3-5e14-4a12-9b1e-77a55e2bd1b4",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23b421a6-525f-4f3b-9697-6976f5391f0d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b96c0bba-9750-4c5e-977a-7eac67f610f7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e81b5656-9a48-48d2-8c5b-e4afc625eb8a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "stats",
                    "nodecount"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Time",
      "description": "",
      "item": [
        {
          "id": "afdf5aae-2dc2-49cf-8c67-66150ccbcd4a",
          "name": "Unix-to-iso",
          "request": {
            "name": "Unix-to-iso",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUnix-to-iso.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "time",
                "unix-to-iso",
                ":timestamp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "timestamp",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The timestamp parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e2e6a126-88a0-4358-a0d1-1f2fd14f0f7a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5af85987-a70d-4aa9-a918-32a756e69a1c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "68079af4-d631-485f-a052-6758f037db0d",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2edbb3d7-bace-4c3c-b1b7-a1a13e6128f9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3a99d81b-4da5-4dbb-b868-7d1924a96c41",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "unix-to-iso",
                    ":timestamp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The timestamp parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "timestamp"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9145bc27-36dd-40ca-bef4-3f743d74860b",
          "name": "Iso-to-unix",
          "request": {
            "name": "Iso-to-unix",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nIso-to-unix.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "time",
                "iso-to-unix",
                ":iso"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "iso",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The iso parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "af901d7b-ac3c-415b-86f1-124f127b1ed3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The iso parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2981be2d-0bdc-4dee-b25d-76bd1760c125",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The iso parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "90561e11-61b1-4505-8dd2-ce97e57406c4",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The iso parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36bf6d61-37a2-47d1-bb82-06735e2b2cb7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The iso parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "da08e06c-d26c-4b97-b388-198fb283f234",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "iso-to-unix",
                    ":iso"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The iso parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "iso"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c6c6f77-6228-430d-a0d2-65bae1f6ac5b",
          "name": "Now",
          "request": {
            "name": "Now",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nNow.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "time",
                "now"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "f40efd68-fb07-48c2-a71c-eb0646cd8031",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "948f2442-05f6-4654-91c0-5e6d453ba306",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c0b099b5-c4c9-43b9-818f-e363879475ef",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a89d7af-3fcf-434c-b496-1a6e03f2c039",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c143cba5-b978-4b2f-b447-e63d6b20b7d4",
          "name": "Block-estimate",
          "request": {
            "name": "Block-estimate",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBlock-estimate.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "time",
                "block-estimate",
                ":blocks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "blocks",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The blocks parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "466328d0-50c6-43a7-aa52-b769d3512a5d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blocks parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "caf35e2e-24ba-497d-8da6-cfa61c002f76",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blocks parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "84c5c075-ee8c-4f61-afa4-0628752aa733",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blocks parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cda90f1-fab3-400b-b4cd-b03bfe465e97",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blocks parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46a9d9f2-7981-4a97-8511-3813f3bfe40e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "time",
                    "block-estimate",
                    ":blocks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The blocks parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "blocks"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Token",
      "description": "",
      "item": [
        {
          "id": "314287a3-3d42-4a9c-93e6-0d7c831c3e26",
          "name": "Token",
          "request": {
            "name": "Token",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nToken.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                ":contract"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contract",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The contract parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1994e176-e79d-415a-a10b-75063287df9b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3df7655-670e-495e-8145-dab7d6c6e693",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "989e933b-733e-466e-8d3e-c5cbde3fc101",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd7816c8-70a7-4af0-8184-fc10dbe08899",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0b8f5d3e-21fe-40d7-93d6-d3d1d792685d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    ":contract"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contract parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contract"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2ef05efd-1c07-4008-b521-a5b449d4f3f8",
          "name": "Transfers",
          "request": {
            "name": "Transfers",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTransfers.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "transfers",
                ":address"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a8d5a09c-b5a5-4c41-b98c-dd6a859c163f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84fe5a93-164a-48ab-9d8a-b0875a296815",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c8d3a4d5-bef6-44d0-91a9-3ad3d745dfe5",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "109a1e80-9995-4c92-9076-a29a5fe1935a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ebed972e-3d67-4c79-a74d-6f76393aae2f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "transfers",
                    ":address"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "955a3154-d9f6-4ef5-bac5-d16c3f76011b",
          "name": "Balance",
          "request": {
            "name": "Balance",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBalance.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "token",
                "balance",
                ":address",
                ":contractaddress"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "address",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The address parameter",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "contractaddress",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The contractaddress parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7404924d-d5c4-4211-9ebe-351f0f12b59e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contractaddress parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c03648e-c664-43cd-9f80-65d9054b0031",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contractaddress parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "878afdbf-7b02-4fae-84b3-32dfc363dcf6",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contractaddress parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b75c419e-6d42-47c8-baad-eb8210873893",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contractaddress parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a2a0b2a-17ee-49b9-acbe-86eca5c453c9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "token",
                    "balance",
                    ":address",
                    ":contractaddress"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The address parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "address"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The contractaddress parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "contractaddress"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tokens",
      "description": "",
      "item": [
        {
          "id": "3943f37f-dea4-493e-bf13-2b2a5f96a62e",
          "name": "Usdc-eth",
          "request": {
            "name": "Usdc-eth",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUsdc-eth.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "usdc-eth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "2fc713a4-b14f-44d5-bbc2-daec076f6f55",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3bbb733-7c1d-4c2b-b2a5-7e6a72411862",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fd4103ea-91da-44a9-bd8a-9dbac9bd7755",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1cac099f-a449-491f-8cdb-26e833074c1e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-eth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "74cedfef-d2b2-41f7-857b-b19d2abd3fde",
          "name": "Usdc-arb",
          "request": {
            "name": "Usdc-arb",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUsdc-arb.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "usdc-arb"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3e161710-103b-4213-9f3e-5ce65cc17212",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba065097-36ac-465b-9146-7c71652b4fc4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "87cf0b19-79e0-470e-8ee6-8ce8b655baba",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "91739e79-6780-4734-ad4a-21c8697965e1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-arb"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6549ac30-7f61-44a3-af56-eea30d57b9ce",
          "name": "Usdc-base",
          "request": {
            "name": "Usdc-base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUsdc-base.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "usdc-base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "635d7b62-ef04-4cde-8695-6b73b4c5bd8b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec10e3e2-8a48-45be-8473-98cdc1fc8a1d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0cd507d6-c657-4a52-985d-b789439ee32a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "77558f3a-081c-4910-8d96-36df992ffb7b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e5bc666-d5e6-4c56-9795-399d184cc6b0",
          "name": "Usdc-op",
          "request": {
            "name": "Usdc-op",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nUsdc-op.  Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tokens",
                "price",
                "usdc-op"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "86042d9f-e80e-43a4-b780-6e92bf1af1c5",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "251309c5-9f77-4af5-9922-9bb33b9809d8",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fee5e0fe-d737-4987-a581-b0d7e7ae01e0",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b2f251dc-f4ea-4cc9-9466-f29ab1eccad1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tokens",
                    "price",
                    "usdc-op"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Tvl",
      "description": "",
      "item": [
        {
          "id": "df14b27c-329b-468d-b3b4-c166ec48fd4f",
          "name": "Chain",
          "request": {
            "name": "Chain",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nChain. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "chain",
                ":name"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "name",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The name parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "04e586bd-4175-413d-a1f3-fa896e8f93e1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b4b9248-3c34-48d8-b20b-992f3febee11",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ea51c224-25b9-4e6f-b651-735f0a4f15b6",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec23c284-643b-4606-8719-fb4ac994358a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "463b2f62-7788-4610-98f5-85cd8b19dade",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "chain",
                    ":name"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The name parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "name"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f385dc2c-4def-4303-87d9-98cc16cedc48",
          "name": "Top",
          "request": {
            "name": "Top",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "top"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "646e2f37-4a9f-4792-b30e-b822b1345c7a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f722f60b-9954-4dc9-9977-07cb8c8e7c45",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2584b044-d5b0-498f-a463-ca7125d185e7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9dfc9ab9-c014-49d5-a78d-5582b41e1e1c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "top"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b579b60-3aec-475d-996f-0a9ff41cd736",
          "name": "All-chains",
          "request": {
            "name": "All-chains",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAll-chains. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "all-chains"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "0178ab10-6f70-432a-a632-a86cd455d5db",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78a2181c-ba81-4a71-8556-c2ecdfbb3235",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3da4d641-1d21-4b2a-9e4e-3a4292ed440f",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "609c0551-1193-4e54-9cfd-c828cc427b78",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "all-chains"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "76dac1b3-b1d3-4712-b01e-0ad218482daa",
          "name": "Global",
          "request": {
            "name": "Global",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGlobal. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "56c392e8-4163-4e8f-95c3-a743535443e1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20cc8560-f65b-4f64-8198-8ec409e04f8b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f3d193ff-1ae5-46a7-9eb3-862c257e96f8",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3baaa15a-c640-48f8-979b-a13c51abff1f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d33d2747-4ba4-4eda-9659-34bb5e38d50b",
          "name": "History",
          "request": {
            "name": "History",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistory. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "global",
                "history"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "32d954d6-9a8f-4a58-922d-0ff9efbf97b1",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e6adfef-5f3b-428e-94fa-c7b0e225e150",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "591b864d-92c4-4ef7-a1db-744721adad21",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b538eb65-b5ec-493b-b94a-e3ad4d5adc5a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "global",
                    "history"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bac02846-056d-4e9c-bd78-caeedd776e1d",
          "name": "History",
          "request": {
            "name": "History",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nHistory. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "history",
                ":protocol"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "protocol",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The protocol parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "e2f2a133-2105-4f18-850e-c1064cbd930f",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2010fe0f-0343-4920-a353-007d05604995",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3c8971cd-41a4-49c9-9852-003e41d22894",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aba32a4-c41e-4f43-9064-2ba0e8e9d394",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "338c75d6-2637-45ea-8f89-9dfea7df9681",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "history",
                    ":protocol"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The protocol parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "protocol"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ff7eada-f11f-4aca-8d7d-773ff5981675",
          "name": "Snapshot",
          "request": {
            "name": "Snapshot",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSnapshot. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "snapshot",
                ":chain"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "chain",
                  "disabled": false,
                  "description": {
                    "content": "(Required) The chain parameter",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7878cb10-956a-4bab-953e-306181378edf",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce228baf-bd69-4f6a-9a61-243f4ab1f46e",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "389044dc-674e-4720-9c3c-dfaf88990a14",
              "name": "Not Found - Resource does not exist",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10345833-1094-4385-bde7-86733cda8c00",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "53d2baae-40b0-43b7-a0ef-aeffaa62b998",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "snapshot",
                    ":chain"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) The chain parameter",
                        "type": "text/plain"
                      },
                      "type": "any",
                      "value": "<string>",
                      "key": "chain"
                    }
                  ]
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "621166dd-8ffa-49d5-9489-f857d06f491e",
          "name": "Lending",
          "request": {
            "name": "Lending",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLending. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "lending"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "7448897c-a0fb-4e1a-b011-a9652546decc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f518e3e2-67d7-4a5e-a42b-dfe3fe257665",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e1a81c6c-32b1-487e-aea9-bb14bef6c441",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff4c5902-a535-4b4e-abd8-f2cd392d6970",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "lending"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11b007d5-7897-4b3d-afa3-52bdde8f18dc",
          "name": "Dex",
          "request": {
            "name": "Dex",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDex. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "049bf577-dee0-4032-9156-9599f0faf5fc",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "978cae05-b47a-46b5-868d-14c0c5b77c42",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4cca9e1f-fec9-4760-8042-c7e8687e9a89",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "357f3259-0c44-4f8f-bddf-664eea880433",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f74b08a6-63d2-4bb4-861c-e72461955d56",
          "name": "Liquid-staking",
          "request": {
            "name": "Liquid-staking",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLiquid-staking. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "liquid-staking"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "dca510f6-3400-42be-80e4-ca3a0e281236",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2487103e-6d24-4a78-8a18-a86e048d697a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dcda80fc-2271-49cb-ad6f-8b84ecf9e991",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efa417d9-97ad-4d6e-83eb-8cfacac10696",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "liquid-staking"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef79708b-d541-432b-b7e6-406ca20c928a",
          "name": "Bridge",
          "request": {
            "name": "Bridge",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBridge. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "bridge"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "06d2ab3d-8bcf-41db-b244-669de079d864",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a8db099-5f4f-4f68-bf5b-82ac4a5dc52f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "70df238c-80a9-40b7-a92e-73339c297914",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0dcce6e-7b5b-4902-8f0f-af60824cf0b6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "bridge"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2691b514-de77-46a4-904a-b66de780bbcd",
          "name": "Cdp",
          "request": {
            "name": "Cdp",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCdp. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "cdp"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5b8bcb82-ab53-4756-b46a-b024c190ffab",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26eac526-728e-495d-9cf7-f525cb61a02a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5701c7de-d3c1-4643-8cf6-156e73b7b916",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "65dd23a7-cc95-4d49-a2a5-8ec5bf34aee0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "cdp"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a384c524-6b19-41ae-aa0f-acc59809786d",
          "name": "Yield",
          "request": {
            "name": "Yield",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nYield. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "yield"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3730467c-f284-469e-b6af-2dedba9436af",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3572c43-b45d-4671-a81d-2bb70b1e0485",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ae013d4a-9def-4700-bec8-d60bd158e674",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5f80811b-8884-4257-a5b9-ddc21a87ba28",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "yield"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d71cb094-9920-4c2f-b586-c6b5a8331233",
          "name": "Derivatives",
          "request": {
            "name": "Derivatives",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nDerivatives. Total Value Locked (TVL) data for DeFi protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "tvl",
                "tvl",
                "category",
                "derivatives"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "b9500258-fb57-49aa-9b98-d3e6d858dd07",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e7ad8a4-0911-41f1-916f-ad7add8343e9",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b9ad6209-0194-445e-a7ab-694abcb70008",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "431954e3-cec0-4d42-b98e-fa310c89c0a1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "tvl",
                    "tvl",
                    "category",
                    "derivatives"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "Volume",
      "description": "",
      "item": [
        {
          "id": "f35b2264-af9c-4691-ae65-1db01f3f3b56",
          "name": "Ethereum",
          "request": {
            "name": "Ethereum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nEthereum. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "ethereum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "30d10a0d-da50-4324-a78d-7261965f17b3",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c5cd1ef-f7b9-4ee8-98c0-0f7a93b29e64",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "61553df0-9682-40e5-912d-bd22fe717353",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cdfbd1f1-62ab-48cc-a184-71949b9e3e21",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "ethereum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "559e7086-f729-4086-b3fb-04be6751504e",
          "name": "Base",
          "request": {
            "name": "Base",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBase. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "base"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4034e653-0af4-47ab-b684-5ba0031171a9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4bc0d91-4228-4338-b372-fa2806aeefc6",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a39ab0bf-1e98-4690-93df-5759364afed7",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee3bc4c1-a7bf-40ee-9864-024f888b0f70",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "base"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e6c8be40-4272-4074-831f-1c59c8b536e2",
          "name": "Arbitrum",
          "request": {
            "name": "Arbitrum",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nArbitrum. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "arbitrum"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "d951a908-f0a8-44a0-8544-2ee243d48dd7",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c22257a8-3112-43d3-ae27-0c84607bf269",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "08721484-7db2-438a-a04b-3a0e2cccd101",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1347feef-cdcf-4bb8-8922-e3bd95d86c0a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "arbitrum"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "33d01ddd-5063-4b6d-9946-4d5da5a982e1",
          "name": "Optimism",
          "request": {
            "name": "Optimism",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nOptimism. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "optimism"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "cb3979da-a17d-41f3-8ee8-62c41f3ab383",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3909e2ad-e289-474a-bf7f-c883d7dddd9f",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0088258-a81b-4698-9c0a-88cbd139a1c9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "56c5eaaa-acfc-47ad-94db-a92003f4062a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "optimism"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1c377062-0198-4cdb-99f5-884ed1df7ff3",
          "name": "Polygon",
          "request": {
            "name": "Polygon",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nPolygon. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "polygon"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "156641f9-b981-4986-a21c-c3aa5b3aad1d",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed41f82a-8197-4698-8d51-bb2e943a8cc4",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7064df17-d113-4fe7-ab53-7ccd74a58689",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e0eb854c-558d-4c8f-bf0f-7e2bdb255281",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "polygon"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f6e02e26-d016-4301-af7b-d3e50a276e38",
          "name": "Solana",
          "request": {
            "name": "Solana",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nSolana. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "solana"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "5a13a119-bce8-44ea-8224-66eb24641454",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "845b5de0-82de-4e12-ad9b-8cf65f719947",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1fab953d-91a5-4df3-a2df-ecd1fbe5ef6b",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad80ccc4-b89e-42d7-8719-d043618c8d18",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "solana"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a1b3c1dd-7b5c-471c-9c1a-3ca8ed4aa4d7",
          "name": "Bsc",
          "request": {
            "name": "Bsc",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBsc. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "bsc"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "52373ab6-ccb1-4552-95db-1d5cf234001b",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ba980bb-86a4-4b26-972c-0c2407bfc732",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9006e2ad-e1dd-4ebd-bcaf-a19494331524",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aa6023e3-87b4-47cb-a303-3b0ec21eb23e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "bsc"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6026d4b4-30fd-4af5-98cd-cd0e2c6e976f",
          "name": "Avalanche",
          "request": {
            "name": "Avalanche",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nAvalanche. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "avalanche"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "46347051-1c8a-4a58-a5a7-50916b704def",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "331c957b-9cee-4709-bfa9-e7d6acc59d40",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d2a3ef75-bcd2-478c-878a-e8b452ca1aa6",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "55d866f3-86d0-4755-9fe2-aab21973c281",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "avalanche"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "906548bb-ab66-4ed9-a986-9124f8eb9ceb",
          "name": "Fantom",
          "request": {
            "name": "Fantom",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nFantom. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "fantom"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "04a4a050-ac69-49dd-ba15-2bb9b308d2b9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7378f34-f9c5-4b34-aaf6-ea762c6e9bfd",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "364d4b29-6eaa-4c16-b342-f2c9062884a9",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e5a0d35b-d741-4437-98a6-c83b8e722376",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "fantom"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9db2837d-ae0d-4b4e-88c8-588dee796d5e",
          "name": "Gnosis",
          "request": {
            "name": "Gnosis",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGnosis. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "gnosis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "44ea5245-246f-44bb-a98c-d2b412f2d3b0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63d935bf-c011-4f9b-be5b-50197ad41c63",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0de090fb-e19e-471c-8caf-cd5cbe75ec9e",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6eab4bcf-ed8f-4b27-b848-41dbb105bbaa",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "gnosis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24d63d84-039e-4680-bf1d-8c55783609e7",
          "name": "Celo",
          "request": {
            "name": "Celo",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCelo. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "celo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "03f8563f-0712-4296-b1cd-4e880d891da6",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80ac7a74-24e5-457b-949f-4b333cfd9e3c",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6a39bfa3-4a06-4c37-9832-3851b5247cf0",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1a5cac5a-622e-403c-a9ff-fda07dfaa276",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "celo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c61b54b-1a38-4dc6-b45b-3b630d22dab0",
          "name": "Moonbeam",
          "request": {
            "name": "Moonbeam",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMoonbeam. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "moonbeam"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "3a645d92-2aa5-4ede-9cc3-63f3109138b0",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23caebf0-04b8-4ca4-96a5-9a4e08671dfc",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ea52cc72-9e17-4633-8ef4-e9b5b88b41db",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b81dc80e-1bc1-4c01-a3b2-dcd202db9c66",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "moonbeam"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "368f82ab-11e7-40b8-b515-53c32c976c3d",
          "name": "Linea",
          "request": {
            "name": "Linea",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nLinea. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "linea"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "96ff242d-4645-47e4-9787-757386b34190",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "346ad011-a128-4db3-9cf3-cba40b329e09",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f577b335-308e-42e6-96ea-ca6e37e91c93",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "64bde13e-83cb-441a-8b26-a384e07e9bf9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "linea"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2598881f-5f55-4aab-9f14-7ec1b0aa4bb0",
          "name": "Scroll",
          "request": {
            "name": "Scroll",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nScroll. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "scroll"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "a966df0b-cdc5-47c0-9daa-d0d5851636c9",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6e48f1e-74b4-4270-9d3c-e5100ab91f71",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "166c575e-a19e-4846-9f73-7ffbd5c19374",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a266dfd4-e9b4-41c7-aa2b-b38a6bd0dfe8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "scroll"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c18c2e69-f9ef-4747-9006-b1e3997ffee8",
          "name": "Blast",
          "request": {
            "name": "Blast",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nBlast. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "blast"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "6e3cdfe4-0baa-46e1-aefc-9c4a9260b16e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "574b6460-abfa-4b57-a0a1-deb77cabb284",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a99779c-8f8e-4a51-b495-f5e23a8140f1",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "beb9fd37-e34e-4f26-9a4d-7a0c31765d14",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "blast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c440ebc-1e0d-4ca3-8c0b-983f0ed3e53f",
          "name": "Zksync",
          "request": {
            "name": "Zksync",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nZksync. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "zksync"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4d893c14-4b13-474c-8b05-acdf0f493e67",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a48c927-986e-49a9-b2af-e408bbfce7f7",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dfbce7e5-e094-4e01-8b90-9c35207106da",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a586f3b7-fa22-490a-af62-382fec2aba68",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "zksync"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "41ce5b70-2749-4ff0-92d5-431d24f25ca1",
          "name": "Mode",
          "request": {
            "name": "Mode",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMode. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "mode"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "360e8312-127a-4394-ad6b-935898ce055a",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45e675e1-b828-4d7c-82df-5e5066e0aa2d",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a5f624f4-56cc-42cc-9e6f-e8e09bcc8095",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "823058c8-2dfc-4519-93e9-4d230f623b8c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mode"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea5cbc86-399c-453d-9494-9faa8d7fd22a",
          "name": "Mantle",
          "request": {
            "name": "Mantle",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nMantle. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "mantle"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "11a08a32-9006-4269-a097-fb74d1322262",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35a62399-5e58-4cb3-9778-b9151a2ee663",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "93d6a400-fa67-43e4-be42-d264c8522bd3",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e4af7ea8-1ac5-4b52-a0e4-ea3d2f720f57",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "mantle"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a78a1aa9-a498-47eb-bd22-22e50143157c",
          "name": "Cex-vs-dex",
          "request": {
            "name": "Cex-vs-dex",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nCex-vs-dex. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "cex-vs-dex"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "603bedfa-2a47-4260-9674-d4b785384441",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d049cbd2-db9d-4221-9bf2-77f0ea272a8a",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "52ce4c95-7ac7-4473-acf6-e93eb8a812ea",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d435456a-298a-4ac7-b6ed-c65d41c10eb6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "cex-vs-dex"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "278a3c17-4efb-4bac-a2e3-623a70fa0220",
          "name": "Global",
          "request": {
            "name": "Global",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nGlobal. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "global"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "4aa22700-835a-4028-b022-8b2316d57c7e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1514c4cc-ef82-4f35-a50c-1acf5215014b",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6995d614-2ce3-456b-b780-ac6402cb879a",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b4031d19-6684-4e2b-8e3b-bbb0cc3c8c99",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "global"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c28d0735-c29e-4642-8ca5-61c8bc1cf976",
          "name": "Top-dexes",
          "request": {
            "name": "Top-dexes",
            "description": {
              "content": "⚠️ This endpoint is documented but not currently implemented.\n\nStatus: Planned feature.\n\nThis route will return 404 in production.\n\nTop-dexes. Trading volume statistics across protocols. Free tier: 100 calls/day.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "volume",
                "volume",
                "top-dexes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": null
          },
          "response": [
            {
              "id": "1599a934-4ea7-4491-968b-b6576b30879e",
              "name": "Success",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f00f67c4-6a91-4f85-aaec-f5afbc6359b1",
              "name": "Bad request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9961f981-f83c-4944-9ecd-4aeb290d7acf",
              "name": "Rate limited",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "method": "GET",
                "body": {}
              },
              "status": "Too Many Requests",
              "code": 429,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "51e0e7b9-766a-4e6f-9bff-0da06f1f1458",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "volume",
                    "volume",
                    "top-dexes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": \"<boolean>\",\n  \"code\": \"RATE_LIMITED\",\n  \"message\": \"<string>\",\n  \"timestamp\": \"<dateTime>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    }
  ],
  "auth": {
    "type": "noauth",
    "noauth": []
  },
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.web3identity.com"
    }
  ],
  "info": {
    "_postman_id": "3b7e9f7c-78ae-4e2f-bd7a-f00e1e85f4af",
    "name": "Web3 Identity API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": "Complete Web3 Identity API - 1,449 endpoints. ENS, Farcaster, Lens, wallet analytics, DeFi data. Auto-payment with x402 (USDC on Base)."
  }
}
